web-dev-qa-db-ja.com

「App.js」から「@ react-navigation / native」を解決できません-React Native +解決方法?

undefinedモジュールを解決できません@react-navigation/nativeからApp.js:@ react-navigation/nativeがプロジェクト内に見つかりませんでした。

モジュールが存在することを確認したら、次の手順を試してください。1.ウォッチマンウォッチをクリアします。watchmanwatch-del-all 2. node_modulesを削除します。rm -rf node_modulesを実行し、yarn installを実行します。3. Metroのキャッシュをリセットします。 4.キャッシュを削除します。rm-rf/tmp/metro- *-node_modules\react-native\Libraries\Utilities\HMRClient.js:307:41 in showCompileError-node_modules\react-native\Libraries\Utilities\HMRClient.js: client.on $ argument_1の228:26-放出のnode_modules\eventemitter3\index.js:181:39-node_modules\metro\src\lib\bundle-modules\WebSocketHMRClient.js:80:20 _ws.onmessage-node_modules\eventTarget-shim\dist\event-target-shim.js:818:39 in EventTarget.prototype.dispatchEvent-node_modules\react-native\Libraries\WebSocket\WebSocket.js:232:27 in _eventEmitter.addListener $ argument_1- node_modules\react-native\Libraries\vendor\emitter\EventEmitter.js:190:12 in emit-node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:436:47 in __callFunction-node_modules\react-native\Lib __guard $ argument_0内のraries\BatchedBridge\MessageQueue.js:111:26-__guard内のnode_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:384:10-node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js: __guard $ argument_0の110:17 * [ネイティブコード]:callFunctionReturnFlushedQueueのnull

「App.js」から「@ react-navigation/native」を解決できませんJavaScriptバンドルの構築に失敗しました。 「App.js」から「@ react-navigation/native」を解決できませんJavaScriptバンドルの構築に失敗しました。 「App.js」から「@ react-navigation/native」を解決できませんJavaScriptバンドルの構築に失敗しました。

「App.js」から「@ react-navigation/native」を解決できません「App.js」から「@ react-navigation/native」を解決できませんJavaScriptバンドルの構築に失敗しました。エラー:package.json依存関係にreact-nativeが見つかりませんエラー:package.json依存関係にreact-nativeが見つかりません

ここに画像の説明を入力

私を助けてください。メールID:[email protected]

5
Sounak Roy
npm install @react-navigation/native

エキスポを使用している場合:

expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view

また実行:

npm install react-navigation
0
devELIOper