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
This is part of backwards compatibility layers to fix react-native-restart in Bridgeless
Exposing reload() in ReactDelegate that takes care of selecting the appropriate DevSupportManager depending on the architecture in use to handle reload.
Target Branch(es)
0.74
Link to commit or PR to be picked
facebook/react-native#43521
facebook/react-native#43588
Description
This is part of backwards compatibility layers to fix
react-native-restart
in BridgelessExposing
reload()
in ReactDelegate that takes care of selecting the appropriate DevSupportManager depending on the architecture in use to handle reload.https://github.com/avishayil/react-native-restart/blob/134cabd5b3f355ffe551e5dd1be1dd46d870fe13/android/src/main/java/com/reactnativerestart/RestartModule.java#L54
can now be :
Commits to Be Picked :
facebook/react-native@d5d55bf
facebook/react-native@7adc962
The text was updated successfully, but these errors were encountered: