Context
Currently working a HTML & JS heavy project that is a react native project. All HTML & JS are referenced locally (nothing over http).
Problem
Whenever I make changes to HTML or JS I don't see the changes (after refreshing the native code or simply running it again) so I'm forced to completely uninstall the app.
Question
Is there a way to ignore the cached version of these files (am assuming a caching mechanism exists)
I haven't found any valid resource regarding this topic, so any feedback would be greatly appreciated, thanks.