コマンドを使用して新しいプロジェクトを作成しましたnpx react-native init MyApp --template react-native-template-typescript
。
"dependencies": { "react": "17.0.1", "react-native": "0.64.0" }
を実行するnpx react-native run-ios
と、以下のエラーが表示されます。
Podfile
で置き換えuse_flipper!()
てみた後、 ios/ Podsとios/Podfile.lockを削除しました。use_flipper!({ 'Flipper-Folly' => '2.3.0' })
pod installを実行すると、このようなエラーが再びスローされます。