I have started developing a Native Android Module for React Native 0.70.6 and from what I can see it seems that there is no way to quickly test any changes made to my native module on my device.
I have been using fast refresh for my development in react native up until this point and I have gotten used to it's convenience (although it's clear it doesn't always work).
So, are there any ways to reload/refresh changed native java code without rebuilding the whole app?