I created a new project using the command npx react-native init MyApp --template react-native-template-typescript
.
"dependencies": { "react": "17.0.1", "react-native": "0.64.0" }
When i run npx react-native run-ios
, it gives me below error.
I tried replacing use_flipper!()
with use_flipper!({ 'Flipper-Folly' => '2.3.0' })
in Podfile and then removed ios/Pods and ios/Podfile.lock.
When I run pod install, it is again throwing an error like this.