I am making an app using react native detached, I was able to successfully build my app and generated apk release for android, the problem is after that I added few more features, some more code I am not able to see these features on my phone it takes the old .apk.
Question: What do I need to do in order so I get a new release .apk with the latest changes. Do I have to do anything from react prespective or just from Android Studio?
I have tried to clean, rebuild and generate new signed apk, but I am still unable to see the new changes on the app on phone, looks like Android Studio is not generating a new apk with latest changes, it somehow generates the old one cached or idk.
Anyone can help on this?