Features
-
Side-Menus as overlays instead of screen-pushing on iOS; Same as v7.48.0 (@d4vidi in #8038)
⚠️ Note: This is the new official default, in caseopenMode
isn't specified! Select the legacy open-mode explicitly in order to opt-out:Navigation.mergeOptions(this, { sideMenu: { left: { visible: true, openMode: 'pushContent', // Legacy mode to opt-out }, }, });
RN new-architecture
Enhancements:
Fixes:
- (iOS) Fixed broken turbo modules interop by @gosha212 in #8034
- (iOS) React Native Reload is not working #8021 by @markdevocht in #8033
Full Changelog: 8.1.0-rc01...8.1.0-rc02