webyonet / react-native-android-location-services-dialog-box

React Native Android Location Services Dialog Box
MIT License
182 stars 50 forks source link

Not working for me #55

Closed ghost closed 6 years ago

ghost commented 6 years ago

When i am importing this package getting following error:

error: bundling failed: Error: While trying to resolve module `react-native-android-location-services-dialog-box` from file `/Users/vinove/SimSim_backup/simsimProject/app/components/maps/Maps.js`, the package `/Users/vinove/SimSim_backup/simsimProject/node_modules/react-native-android-location-services-dialog-box/package.json` was successfully found. However, this package itself specifies a `main` module field that could not be resolved (`/Users/vinove/SimSim_backup/simsimProject/node_modules/react-native-android-location-services-dialog-box/index.js`. Indeed, none of these files exist:
webyonet commented 6 years ago

-- restart your PC or MAC (for background process) -- uninstall your app on mobile device

folow the steps below at the terminal step by step :

1) react-native unlink react-native-android-location-services-dialog-box
2) npm uninstall react-native-android-location-services-dialog-box
3) npm install react-native-android-location-services-dialog-box --save
4) react-native link react-native-android-location-services-dialog-box
5) react-native run-android
ghost commented 6 years ago

thanks