Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 567 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 567 Bytes

How to start

  1. Install dependencies by running npm install. Notice typescript errors in App.tsx or run npx typescript to see error.
  2. To start the application run npx expo start.

To resolve the typescript error.

  1. Install react-native-svg version 12.4.4 as mentioned by react-native-svg maintainers.
  2. Notice the typescript error is gone in App.tsx or run npx typescript.
  3. Verify the application still runs as expected using npx expo start.