bundling failed: Error: While trying to resolve module react-native-modal-translucent from file /Users/xxxxxx/Documents/project/RN/xxxxxxxxxxxxx/home/src/pages/login/LoginPage.js, the package /Users/xxxxxx/Documents/project/RN/xxxxxxxxxxxxx/home/node_modules/react-native-modal-translucent/package.json was successfully found. However, this package itself specifies a main module field that could not be resolved (/Users/xxxxxx/Documents/project/RN/xxxxxxxxxxxxx/home/node_modules/react-native-modal-translucent/index. Indeed, none of these files exist:
"react-native": "0.60.4",
"react-native-modal-translucent": "^3.0.1",
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"fix-modal": "node node_modules/react-native-modal-translucent/scripts/translucent-modal.js",
"postinstall": "npm run fix-modal"
},