I am trying to install the app which I am developing. When I use the command react-native run-android the app builds and installs successfully. It does how ever skip :app:bundleDebugJsAndAssets SKIPPED. When I open the app, it is an outdated version. How do I install the latest version of my app?
EDIT 1
The updated version of the app runs on our AVD.
Trying npm install -g did not solve the issue.