Please provide the following:
- SDK Version: 3.28.5
- Platforms(Android/iOS/web/all): iOS Simualtor
I am testing the app on my 1) Android 10 device and 2) iOS simulator on my macOS.
When I edit the code and save the iOS simulator refreshes immediately but the Android device takes a few seconds to refresh as it re-downloads the JavaScript bundle.
As a result I find that the iOS simulator caches the content as, if I fix a bug, it still shows the error message on the simulator but works correctly now on my Android device.
Is there a caching setting I can switch off in the simulator ?