我使用命令创建了一个新项目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
,它给了我以下错误。
我尝试用use_flipper!()
in use_flipper!({ 'Flipper-Folly' => '2.3.0' })
Podfile替换,然后删除ios/Pods和ios/Podfile.lock。
当我运行pod install时,它再次抛出这样的错误。