0

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.

enter image description here

I tried replacing use_flipper!() with use_flipper!({ 'Flipper-Folly' => '2.3.0' }) in Podfile and then removed ios/Pods and ios/Podfile.lock.

enter image description here

When I run pod install, it is again throwing an error like this.

enter image description here

1 Answers1

0

Update flipper to 0.49 , that should do the trick

Dishant Chanchad
  • 710
  • 3
  • 9
  • 27