% npx react-native run-ios
error Could not find the following native modules: react-native-blur, react-native-cameraroll, react-native-camera, react-native-fetch-blob, RNGestureHandler, BVLinearGradient, RNReanimated, RNSVG, RNVectorIcons, react-native-video. Did you forget to run "pod install" ?
info Found Xcode workspace "AppFolder.xcworkspace"
info Building (using "xcodebuild -workspaceAppFolder.xcworkspace -configuration Debug -scheme MyApp3 -destination id=285DC29F-2968-4CEA-9CB0-DE916BAB6DCE")
success Successfully built the app
info Installing "/Users/User/Library/Developer/Xcode/DerivedData/AppFolder-cbejdvmmfjwadyatgzollbitjpoy/Build/Products/Debug-iphonesimulator/AppFolder.app"
info Launching "org.reactjs.native.example.AppFolder"
success Successfully launched the app on the simulator
error: App.tsx: Cannot find module 'metro-react-native-babel-preset'
Require stack:
- /Users/Users/AppFolder/node_modules/@babel/core/lib/config/files/plugins.js
- /Users/Users/AppFolder/node_modules/@babel/core/lib/config/files/index.js
- /Users/Users/AppFolder/node_modules/@babel/core/lib/index.js
- /Users/Users/AppFolder/node_modules/metro/src/JSTransformer/worker.js
- /Users/Users/AppFolder/node_modules/metro/src/DeltaBundler/Worker.js
- /Users/Users/AppFolder/node_modules/jest-worker/build/workers/processChild.js
解決方法を教えてください。よろしくお願いします。
あなたの回答
tips
プレビュー