- Install dependencies by running
npm install
. Notice typescript errors inApp.tsx
or runnpx typescript
to see error. - To start the application run
npx expo start
.
- Install
react-native-svg
version12.4.4
as mentioned byreact-native-svg
maintainers. - Notice the typescript error is gone in
App.tsx
or runnpx typescript
. - Verify the application still runs as expected using
npx expo start
.