- Bridgeless mode support (will be the default with new architecture enabled on React Native 0.74)
- Fix splash screen reappearing during screen transitions on Android when
Activity
has been killed - #553 by @Protino - Use system scheme instead of the one returned by
useColorScheme
inuseHideAnimation
, as it can be overridden byAppearance.setColorScheme
(fix #565)