- Install dependencies by running
npm install. Notice typescript errors inApp.tsxor runnpx typescriptto see error. - To start the application run
npx expo start.
- Install
react-native-svgversion12.4.4as mentioned byreact-native-svgmaintainers. - Notice the typescript error is gone in
App.tsxor runnpx typescript. - Verify the application still runs as expected using
npx expo start.