Minor release with support for React Native 0.72 on New Architecture, fixing some bugs and adding new functionalities.
Please note that support for react-navigation
v4 has been dropped with this version and you can no longer use native-stack
v4 starting from this version. It might be considered a BREAKING CHANGE so be careful with updating.
What's Changed
- chore: migrate codegen to TypeScript by @kkafar in #1600
- chore: update README on Fabric support by @kkafar in #1687
- feat(iOS): back button subview for Fabric by @kkafar in #1581
- fix(iOS): image loading for back button on Fabric by @kkafar in #1688
- chore: refactor medium detent iOS implementation by @kkafar in #1699
- feat(Android): add native default animations on Android 13 by @kkafar in #1693
- chore: fix e2e detox tests &
Example
by @kkafar in #1681 - fix(iOS): status bar does not respect app theme by @kkafar in #1708
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #1709
- chore: change fabric flag by @WoLewicki in #1705
- chore(CI): extend timeout for Android e2e by @kkafar in #1711
- chore: update deps in examples by @kkafar in #1714
- chore: update library & examples dependencies by @kkafar in #1721
- fix: Android build for
compileSdk < 33
by @kkafar in #1723 - feat: add imperative API for search bar by @kkafar in #1610
- chore(deps): bump shell-quote from 1.6.1 to 1.8.0 by @dependabot in #1725
- chore: improve Android anim resource management by @kkafar in #1727
- chore: fix typo in build script by @Jace-Samsung in #1733
- chore: set library namespace in build script by @Sprimage in #1717
- fix(iOS): back button not respecting style options by @tyler-coleman in #1726
- chore: override
onCreate
in example apps by @kkafar in #1736 - feat: add
setText
command on SearchBar by @kkafar in #1739 - chore(deps): bump activesupport from 6.1.4.6 to 7.0.4.3 by @kkafar in #1744
- fix: do not apply namespace if it is not available in agp by @WoLewicki in #1749
- chore(deps): bump vm2 from 3.9.14 to 3.9.15 by @dependabot in #1752
- fix: use new rotation API for iOS 16 by @kirillzyusko in #1732
- chore: improve Android 13 animations by @kkafar in #1756
- chore(deps): bump vm2 from 3.9.15 to 3.9.16 by @dependabot in #1755
- fix: ScreenStackHeaderConfig type by @tomekzaw in #1760
- feat: remove v4 from repo by @WoLewicki in #1790
- fix:Compatible with version 0.72 by @NiuGuohui in #1765
- fix: proper handling of header events on Fabric and bumping examples to 0.72 by @WoLewicki in #1783
- feat: prevent native back button dismissal on iOS by @WoLewicki in #1773
New Contributors
- @Jace-Samsung made their first contribution in #1733
- @Sprimage made their first contribution in #1717
- @tyler-coleman made their first contribution in #1726
- @NiuGuohui made their first contribution in #1765
Full Changelog: 3.20.0...3.21.0