I\'m using a local module in package.json that also has react-native as a dependency.
package.json
react-native
In my APP package.json:
watchman watch-del-all rm -rf node_modules && npm install rm -fr $TMPDIR/react-* npm cache clean npm start -- --reset-cache
for more check out here