You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test and document current behaviour of hot reload of the JS bundle in production.
This happens when the app receives OTA update of the JS bundle.
Currently we recommend to load these updates on the next application start, but frameworks like Expo also enable users to hot load the new JS bundle without restarting the application.
Outcomes of this task
Extensive technical documentation in the issue here
Potencial bug fixes/issues and future improvements
Public facing docs page for Expo Updates documenting the current behaviour and recommendation
The text was updated successfully, but these errors were encountered:
Description
Test and document current behaviour of hot reload of the JS bundle in production.
This happens when the app receives OTA update of the JS bundle.
Currently we recommend to load these updates on the next application start, but frameworks like Expo also enable users to hot load the new JS bundle without restarting the application.
Outcomes of this task
The text was updated successfully, but these errors were encountered: