This App is a minimal App depicting integration of Bluedot Plugin(bluedot-react-native) https://www.npmjs.com/package/bluedot-react-native with a React Native App supporting react native version 0.72.7
If you encounter issues while running the react native apps on iOS and Android, try these steps:
- Clear watchman watches:
watchman watch-del-all
- Delete node_modules and package-lock.json and reinstall packages:
rm -rf node_modules && rm -rf package-lock.json
- Reinstall packages:
npm install
- Start fresh by resetting cache:
npm start --reset-cache
- Run again:
expo run:ios
orexpo run:android