What's Changed
Changes relative to 4.10.0-beta.0.
🐞 Bug fixes
- fix(Android): prevent crash by properly managing lifecycle of the dimming view by @kkafar in #2750
- fix(Android): findTitleTextViewInToolbar couldn't find the correct view in certain cases by @herlihalim in #2757
- fix(Android,native-stack): fix check for
sheetAllowedDetents
value & apply appropriate styles by @kkafar in #2762 - fix(Android):
formSheet
not visible when going back frompush
in parent stack by @kkafar in #2767
🔢 Misc
- fix(TVOS): update dependencies to fix TVOSExample by @kligarski in #2751
- refactor(Android): kotlinize
ScreenStack.onUpdate
method by @kkafar in #2763 - chore(examples): adjust metro config to allow for easier modify-test loop with react-navigation submodule by @kkafar in #2765
New Contributors
- @herlihalim made their first contribution in #2757
Full Changelog: 4.10.0-beta.0...4.10.0-beta.2