I'm building a react-native android app. I am using Windows as my development area. To push my app to my phone, I simply connect the phone via USB to my computer and then I run the command react-native run-android
.
This works fine and exactly as expected on one of my android phones.
I have a second older android phone, but every time I run react-native run-android
, it receives an old and out-dated version of the app from 2-3 days ago, when I last connected the phone to my computer. I tried to manually uninstall the app from my phone, I tried restarting my phone, I tried taking out the battery, but every time I deploy, it still receives the old version.
How do I get my second android phone to receive the latest version?