Minor release adding new useAnimatedHeaderHeight and useReanimatedHeaderHeight hooks, providing fixes for search bar and introducing internal changes. Please note that new hooks introduced in this release are fully functional on Paper, on Fabric there are few edge cases we are still working on.
What's Changed
🐛 Bug fixes
- Change implementation of
headerConfig
prop on Android by @tboba in #1883 - Change elements visibility on search bar open by @tboba in #1903
- Fix positioning of large header and search bar by @tboba in #1895
- Change implementation of calculating status bar, refactor methods used on header height change by @tboba in #1917
- Fix calculating header height when changing status/action bar visibility by @tboba in #1922
- Allow Reanimated Screen to check large header by @tboba in #1915
- Fix issue when emptying nav stack on Windows by @chrisglein in #1890
- Update podspec to use install_modules_dependencies by @cipolleschi in #1920
- Remove MaxPerm args from JVM invocation by @kkafar in #1888
👍 Improvements
- Calculate values of useHeaderHeight natively by @tboba in #1802
- Allow for different fragment types inside ScreenContainer by @kkafar in #1887
- Add focused states on page transitions by @tboba in #1894
🔢 Miscellaneous
- Create FUNDING.yml by @aleqsio in #1886
- Migrate from deprecated
RCTEventEmitter
by @kkafar in #1867 - Use
require
syntax for resolution of all native components by @kkafar in #1909 - Run Android e2e with JDK 17 by @kkafar in #1892
- Put timelimit on execution of each workflow by @kkafar in #1893
- Trigger e2e tests on JS-only changes by @kkafar in #1910
- Update deprecated expo install instructions to
npx expo install
by @GabrieldosSantosOliveira in #1899 - Bump activesupport from 6.1.7.3 to 7.0.7.2 in /TestsExample by @dependabot in #1877
- Update deps & RN in example apps after release by @kkafar in #1878
- Migrate
Example
app & e2e tests to RN 0.72.4 by @kkafar in #1880 - Bump library deps to recent versions (including RN) by @kkafar in #1881
- Bump library native Android deps & config by @kkafar in #1891
New Contributors
- @chrisglein made their first contribution in #1890
- @GabrieldosSantosOliveira made their first contribution in #1899
- @cipolleschi made their first contribution in #1920
Full Changelog: 3.25.0...3.26.0