What's Changed
Minor release focused on bug fixes & internals.
🐛 Bug fixes
- iOS: Add missing call to super method in
RNSScreenView#finalizeUpdates
by @kkafar in #1855 - Android: Shorten alpha animation to 83ms on default enter-out by @kkafar in #1835
- iOS: Wrong title in back button menu for screens w/ hidden header by @kkafar in #1866
- iOS: Full window overlay cannot receive tap when modal is full screen by @intergalacticspacehighway in #1872
🔢 Miscellaneous
- Reinstall deps & pods in example apps after release by @kkafar in #1862
- Fix typo in docs on
sheetCornerRadius
by @kkafar in #1863 - Use
PlatformColor
instead of plainstring
for color related props by @retyui in #1846 - Android: Migrate
replaceSystemWindowInsets
toBuilder.setSystemWindowInsets
by @kirillzyusko in #1868
New Contributors
- @intergalacticspacehighway made their first contribution in #1872
- @retyui made their first contribution in #1846
Full Changelog: 3.24.0...3.25.0