- Clone react-native-push-notification-popup
- Clone this project next to it
yarn
ornpm install
- Note that in
package.json
, it has a local dependency pointing to../react-native-push-notification-popup/
- Note that in
- Using Expo, just run
expo ios
orexpo android
- Make changes in
react-native-push-notification-popup/
- In this project, run
npm update react-native-push-notification-popup
- You may need to
^c
and restart Expo server, due to Expo's limitation of not re-bundling libraries even if you reload the app