Error: Unable to resolve module `./floating_title_text_input_field` from `React Native/AwesomeProject/screens/HomeScreen.js`: The module `./floating_title_text_input_field` could not be found from `/React Native/AwesomeProject/screens/HomeScreen.js`. Indeed, none of these files exist: 谁能...
默认情况下不在 Rollup 内核中。我们需要安装并配置 CommonJS 和 node-resolve 插件。
I just found the new update of this package. And wanted to update it in order to keep my project up to date. But when I try to execute it I got this error. I'm on Expo SDK V37 Package.json "@react-native-community/masked-view": "0.1.6", ...
Current behavior Just trying to render my app with Stack Navigator 6. Full error error: Error: Unable to resolve module use-subscription from /Users/userName/Desktop/folderName/Lab/JavaScript/ReactNative/labRNFB/node_modules/@react-navig...
Current Behavior After installing Stack navigator I get the following error: Unable to resolve module ./views/assets/back-icon.pngfromnode_modules/@react-navigation/stack/src/index.tsx: But I can see in the node modules folder that it's ...
error: Error: Unable to resolve module stream from /.../node_modules/@aws-sdk/util-stream/dist-cjs/getAwsChunkedEncodingStream.js: stream could not be found within the project or in these directories: node_modules 2 | Object.defineProperty(exports, "__esModule", { value: true }); 3 |...
Error: Unable to resolve module ../config from /home/expo/workingdir/build/screens/Login.tsx: None of these files exist: * config(.native|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|...
hey folks! I'm trying to update js client from 0.1.0 to 0.2.1 in my react native (expo) app and I get this error: Unable to resolve "@ably/chat/react" from "src/screens/ChatRoomScreen.tsx" somehow expo does not see the new entry point.
i have this issue in my project, if i want to install crypto i find another issue that is crypto repo is empty. package.json { "name": "MyProjectName", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios",...
Description I am using react-native-image-picker and react-native-screens in my application. about half of the times i try to pick an image taken by the camera, the app crashes throwing AndroidRuntime: java.lang.RuntimeException: Unable ...