Triex / react-native-web-browser-app

Not another wrapper around SFSafariViewController. A fully-featured, cross-platform web browser written in React Native.
Mozilla Public License 2.0
1 stars 0 forks source link

Update dependency react-native-screens to v3.22.0 #54

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-screens 3.8.0 -> 3.22.0 age adoption passing confidence

Release Notes

software-mansion/react-native-screens ### [`v3.22.0`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.22.0) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.21.1...3.22.0) Minor release fixing some build issues that could happen on older Xcode versions & with Android SDK 34. #### What's Changed - fix: canvas nullability in ScreenStack for Android SDK 34 by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1795](https://togithub.com/software-mansion/react-native-screens/pull/1795) - fix: ifdef orientation code that requries iOS 16 by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1794](https://togithub.com/software-mansion/react-native-screens/pull/1794) - chore: update & reinstall selected deps by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1798](https://togithub.com/software-mansion/react-native-screens/pull/1798) **Full Changelog**: https://github.com/software-mansion/react-native-screens/compare/3.21.1...3.22.0 ### [`v3.21.1`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.21.1) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.21.0...3.21.1) Patch release adding internal `isNewBackTitleImplementation` constant for use in `@react-navigation/native-stack`. See [#​1791](https://togithub.com/software-mansion/react-native-screens/issues/1791) & [https://github.com/react-navigation/react-navigation/pull/11423](https://togithub.com/react-navigation/react-navigation/pull/11423) for details. ### [`v3.21.0`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.21.0) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.20.0...3.21.0) 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](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1600](https://togithub.com/software-mansion/react-native-screens/pull/1600) - chore: update README on Fabric support by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1687](https://togithub.com/software-mansion/react-native-screens/pull/1687) - feat(iOS): back button subview for Fabric by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1581](https://togithub.com/software-mansion/react-native-screens/pull/1581) - fix(iOS): image loading for back button on Fabric by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1688](https://togithub.com/software-mansion/react-native-screens/pull/1688) - chore: refactor medium detent iOS implementation by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1699](https://togithub.com/software-mansion/react-native-screens/pull/1699) - feat(Android): add native default animations on Android 13 by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1693](https://togithub.com/software-mansion/react-native-screens/pull/1693) - chore: fix e2e detox tests & `Example` by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1681](https://togithub.com/software-mansion/react-native-screens/pull/1681) - fix(iOS): status bar does not respect app theme by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1708](https://togithub.com/software-mansion/react-native-screens/pull/1708) - chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-screens/pull/1709](https://togithub.com/software-mansion/react-native-screens/pull/1709) - chore: change fabric flag by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1705](https://togithub.com/software-mansion/react-native-screens/pull/1705) - chore(CI): extend timeout for Android e2e by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1711](https://togithub.com/software-mansion/react-native-screens/pull/1711) - chore: update deps in examples by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1714](https://togithub.com/software-mansion/react-native-screens/pull/1714) - chore: update library & examples dependencies by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1721](https://togithub.com/software-mansion/react-native-screens/pull/1721) - fix: Android build for `compileSdk < 33` by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1723](https://togithub.com/software-mansion/react-native-screens/pull/1723) - feat: add imperative API for search bar by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1610](https://togithub.com/software-mansion/react-native-screens/pull/1610) - chore(deps): bump shell-quote from 1.6.1 to 1.8.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-screens/pull/1725](https://togithub.com/software-mansion/react-native-screens/pull/1725) - chore: improve Android anim resource management by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1727](https://togithub.com/software-mansion/react-native-screens/pull/1727) - chore: fix typo in build script by [@​Jace-Samsung](https://togithub.com/Jace-Samsung) in [https://github.com/software-mansion/react-native-screens/pull/1733](https://togithub.com/software-mansion/react-native-screens/pull/1733) - chore: set library namespace in build script by [@​Sprimage](https://togithub.com/Sprimage) in [https://github.com/software-mansion/react-native-screens/pull/1717](https://togithub.com/software-mansion/react-native-screens/pull/1717) - fix(iOS): back button not respecting style options by [@​tyler-coleman](https://togithub.com/tyler-coleman) in [https://github.com/software-mansion/react-native-screens/pull/1726](https://togithub.com/software-mansion/react-native-screens/pull/1726) - chore: override `onCreate` in example apps by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1736](https://togithub.com/software-mansion/react-native-screens/pull/1736) - feat: add `setText` command on SearchBar by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1739](https://togithub.com/software-mansion/react-native-screens/pull/1739) - chore(deps): bump activesupport from 6.1.4.6 to 7.0.4.3 by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1744](https://togithub.com/software-mansion/react-native-screens/pull/1744) - fix: do not apply namespace if it is not available in agp by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1749](https://togithub.com/software-mansion/react-native-screens/pull/1749) - chore(deps): bump vm2 from 3.9.14 to 3.9.15 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-screens/pull/1752](https://togithub.com/software-mansion/react-native-screens/pull/1752) - fix: use new rotation API for iOS 16 by [@​kirillzyusko](https://togithub.com/kirillzyusko) in [https://github.com/software-mansion/react-native-screens/pull/1732](https://togithub.com/software-mansion/react-native-screens/pull/1732) - chore: improve Android 13 animations by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1756](https://togithub.com/software-mansion/react-native-screens/pull/1756) - chore(deps): bump vm2 from 3.9.15 to 3.9.16 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-screens/pull/1755](https://togithub.com/software-mansion/react-native-screens/pull/1755) - fix: ScreenStackHeaderConfig type by [@​tomekzaw](https://togithub.com/tomekzaw) in [https://github.com/software-mansion/react-native-screens/pull/1760](https://togithub.com/software-mansion/react-native-screens/pull/1760) - feat: remove v4 from repo by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1790](https://togithub.com/software-mansion/react-native-screens/pull/1790) - fix:Compatible with version 0.72 by [@​NiuGuohui](https://togithub.com/NiuGuohui) in [https://github.com/software-mansion/react-native-screens/pull/1765](https://togithub.com/software-mansion/react-native-screens/pull/1765) - fix: proper handling of header events on Fabric and bumping examples to 0.72 by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1783](https://togithub.com/software-mansion/react-native-screens/pull/1783) - feat: prevent native back button dismissal on iOS by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1773](https://togithub.com/software-mansion/react-native-screens/pull/1773) #### New Contributors - [@​Jace-Samsung](https://togithub.com/Jace-Samsung) made their first contribution in [https://github.com/software-mansion/react-native-screens/pull/1733](https://togithub.com/software-mansion/react-native-screens/pull/1733) - [@​Sprimage](https://togithub.com/Sprimage) made their first contribution in [https://github.com/software-mansion/react-native-screens/pull/1717](https://togithub.com/software-mansion/react-native-screens/pull/1717) - [@​tyler-coleman](https://togithub.com/tyler-coleman) made their first contribution in [https://github.com/software-mansion/react-native-screens/pull/1726](https://togithub.com/software-mansion/react-native-screens/pull/1726) - [@​NiuGuohui](https://togithub.com/NiuGuohui) made their first contribution in [https://github.com/software-mansion/react-native-screens/pull/1765](https://togithub.com/software-mansion/react-native-screens/pull/1765) **Full Changelog**: https://github.com/software-mansion/react-native-screens/compare/3.20.0...3.21.0 ### [`v3.20.0`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.20.0) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.19.0...3.20.0) Minior release aimed at fixing [#​1686](https://togithub.com/software-mansion/react-native-screens/issues/1686) (change of default behaviour for `stackPresentation: 'formSheet'`). No other changes were introduced with this release. Next "feature" release is in preparation. **Full Changelog**: https://github.com/software-mansion/react-native-screens/compare/3.19.0...3.20.0 ### [`v3.19.0`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.19.0) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.18.2...3.19.0) Minor release with support for React Native 0.71 **Important**: Since this version, Fabric is only supported for React Native 0.71+. Support for older versions has beed dropped. #### :bug: Bug fixes - Try to apply pointer events behaviors in overlay by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1582](https://togithub.com/software-mansion/react-native-screens/pull/1582) - Make enabling device orientation notifications internal by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) & [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1596](https://togithub.com/software-mansion/react-native-screens/pull/1596) - Fix back button menu for headerBackTitleVisible prop by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-screens/pull/1646](https://togithub.com/software-mansion/react-native-screens/pull/1646) - Override requiresMainQueueSetup in RNSScreenManager by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1670](https://togithub.com/software-mansion/react-native-screens/pull/1670) #### :+1: Improvements - Support for React Native 0.71.0 by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1631](https://togithub.com/software-mansion/react-native-screens/pull/1631) - Clarify installation instructions for Android by [@​evan1715](https://togithub.com/evan1715) in [https://github.com/software-mansion/react-native-screens/pull/1633](https://togithub.com/software-mansion/react-native-screens/pull/1633) #### :1234: Miscellaneous - Fix FabricTestExample fails to start due to new `react-native.config.js` by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1624](https://togithub.com/software-mansion/react-native-screens/pull/1624) - Examples stopped to work after RN issue by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1632](https://togithub.com/software-mansion/react-native-screens/pull/1632) - Exclude android/.settings file form repo by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1642](https://togithub.com/software-mansion/react-native-screens/pull/1642) - Bump deps & fix tvOS build by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1667](https://togithub.com/software-mansion/react-native-screens/pull/1667) - Unify CI between platforms by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1676](https://togithub.com/software-mansion/react-native-screens/pull/1676) #### New Contributors - [@​evan1715](https://togithub.com/evan1715) made their first contribution in [https://github.com/software-mansion/react-native-screens/pull/1633](https://togithub.com/software-mansion/react-native-screens/pull/1633) **Full Changelog**: https://github.com/software-mansion/react-native-screens/compare/3.18.2...3.19.0 ### [`v3.18.2`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.18.2) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.18.1...3.18.2) Patch release fixing regression on old architecture introduced in 3.18.1. See [#​1614](https://togithub.com/software-mansion/react-native-screens/issues/1614) & [#​1615](https://togithub.com/software-mansion/react-native-screens/issues/1615) for details. #### :bug: Bug fixes - Configure cli for Android only when RNCLI version >= 9.0.0 by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1615](https://togithub.com/software-mansion/react-native-screens/pull/1615) ### [`v3.18.1`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.18.1) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.18.0...3.18.1) Patch release fixing [#​1608](https://togithub.com/software-mansion/react-native-screens/issues/1608) as library configuration for `@react-native-cli` was not present in previously released version. #### :bug: Bug fixes - Add `react-native.config.js` to npm package by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1611](https://togithub.com/software-mansion/react-native-screens/pull/1611) **Full Changelog**: https://github.com/software-mansion/react-native-screens/compare/3.18.0...3.18.1 ### [`v3.18.0`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.18.0) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.17.0...3.18.0) Minor release focusing on Fabric autolinking, small fixes, support for React Native 0.70 and some internal changes 🎉 **Important**: Since this version, Fabric is only supported for React Native 0.70+. Support for older versions has beed dropped. See [#​1594](https://togithub.com/software-mansion/react-native-screens/issues/1594). #### :bug: Bug fixes - Expose missing props in ScreenProps by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-screens/pull/1588](https://togithub.com/software-mansion/react-native-screens/pull/1588) - Potentially fix iOS 16.0 navigation header title bug by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1579](https://togithub.com/software-mansion/react-native-screens/pull/1579) - Drop usage of removed Platform.isTVOS field by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1605](https://togithub.com/software-mansion/react-native-screens/pull/1605) #### :+1: Improvements - Add autolinking on Fabric (Android) by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1585](https://togithub.com/software-mansion/react-native-screens/pull/1585) #### :1234: Miscellaneous - Exclude CMake cache directories from repo by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1576](https://togithub.com/software-mansion/react-native-screens/pull/1576) - Update RN version to 0.70.0-rc.4 in example apps by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1577](https://togithub.com/software-mansion/react-native-screens/pull/1577) - Bump React Native to 0.70.0 in test examples by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1584](https://togithub.com/software-mansion/react-native-screens/pull/1584) - Build only arm64-v8a architecture on CI for Fabric Android build by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1578](https://togithub.com/software-mansion/react-native-screens/pull/1578) - Remove unused project property in FabricTestExample by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1590](https://togithub.com/software-mansion/react-native-screens/pull/1590) - Bump react-freeze from 1.0.0 to 1.0.3 by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-screens/pull/1587](https://togithub.com/software-mansion/react-native-screens/pull/1587) - Improve Kotlin code by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1558](https://togithub.com/software-mansion/react-native-screens/pull/1558) - Update supported RN version for Fabric by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1594](https://togithub.com/software-mansion/react-native-screens/pull/1594) - Add code comments for autolinking by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1595](https://togithub.com/software-mansion/react-native-screens/pull/1595) - Remove redundant java class by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1599](https://togithub.com/software-mansion/react-native-screens/pull/1599) **Full Changelog**: https://github.com/software-mansion/react-native-screens/compare/3.17.0...3.18.0 ### [`v3.17.0`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.17.0) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.16.0...3.17.0) Minor release fixing bugs, including [#​1565](https://togithub.com/software-mansion/react-native-screens/issues/1565) 🎉 #### :bug: Bug fixes - Fallback to default behaviour when fragment not found by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1566](https://togithub.com/software-mansion/react-native-screens/pull/1566) - Use angle-bracket imports by [@​tomekzaw](https://togithub.com/tomekzaw) in [https://github.com/software-mansion/react-native-screens/pull/1572](https://togithub.com/software-mansion/react-native-screens/pull/1572) #### :1234: Miscellaneous - Remove redundant packages directory with nightly screens version by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1564](https://togithub.com/software-mansion/react-native-screens/pull/1564) - Update issue template by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1569](https://togithub.com/software-mansion/react-native-screens/pull/1569) - Upgrade iOS CI runner image by [@​tomekzaw](https://togithub.com/tomekzaw) in [https://github.com/software-mansion/react-native-screens/pull/1571](https://togithub.com/software-mansion/react-native-screens/pull/1571) #### New Contributors - [@​tomekzaw](https://togithub.com/tomekzaw) made their first contribution in [https://github.com/software-mansion/react-native-screens/pull/1572](https://togithub.com/software-mansion/react-native-screens/pull/1572) :raised_hands: Thank you for your contributions! **Full Changelog**: https://github.com/software-mansion/react-native-screens/compare/3.16.0...3.17.0 ### [`v3.16.0`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.16.0) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.15.0...3.16.0) Minor release fixing cooperation of gesture recognisers & modals, fixing bugs and adding some new features 🎉 #### :bug: Bug fixes - Reject all gestures when modal is presented by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1524](https://togithub.com/software-mansion/react-native-screens/pull/1524) - Fix invalid dismissCount value when closing modals by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1531](https://togithub.com/software-mansion/react-native-screens/pull/1531) - Set VCs of views from recycling pool as UIAdaptivePresentationControllerDelegate by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1535](https://togithub.com/software-mansion/react-native-screens/pull/1535) - Manually enable device orientation notifications by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1543](https://togithub.com/software-mansion/react-native-screens/pull/1543) - Fix invalid header background colour by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1560](https://togithub.com/software-mansion/react-native-screens/pull/1560) - Remove explicit folly version by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-screens/pull/1549](https://togithub.com/software-mansion/react-native-screens/pull/1549) - Wrap Screen with ScreenContext by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-screens/pull/1539](https://togithub.com/software-mansion/react-native-screens/pull/1539) #### :+1: Improvements - Restore working events on Android by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1519](https://togithub.com/software-mansion/react-native-screens/pull/1519) - Update Supported React Native Versions Table in ReadMe by [@​shaneboyar](https://togithub.com/shaneboyar) in [https://github.com/software-mansion/react-native-screens/pull/1528](https://togithub.com/software-mansion/react-native-screens/pull/1528) - Add freezeOnBlur prop to enable/disable freeze per navigator & per screen by [@​janicduplessis](https://togithub.com/janicduplessis) in [https://github.com/software-mansion/react-native-screens/pull/1538](https://togithub.com/software-mansion/react-native-screens/pull/1538) - Handle React Native loaded on Fragment by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1553](https://togithub.com/software-mansion/react-native-screens/pull/1553) - Throw error when failed to find fragment for react root view by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1562](https://togithub.com/software-mansion/react-native-screens/pull/1562) - Avoid unnecessary struct copying in iOS code by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1534](https://togithub.com/software-mansion/react-native-screens/pull/1534) #### :1234: Miscellaneous - Drop React Native 0.62, 0.63 since 3.14.0 by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1533](https://togithub.com/software-mansion/react-native-screens/pull/1533) - Fix typo subivew by [@​hermanbanken](https://togithub.com/hermanbanken) in [https://github.com/software-mansion/react-native-screens/pull/1536](https://togithub.com/software-mansion/react-native-screens/pull/1536) - Update issue template by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-screens/pull/1552](https://togithub.com/software-mansion/react-native-screens/pull/1552) - Add freezeOnBlur to READMEs by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-screens/pull/1559](https://togithub.com/software-mansion/react-native-screens/pull/1559) #### New Contributors - [@​shaneboyar](https://togithub.com/shaneboyar) made their first contribution in [https://github.com/software-mansion/react-native-screens/pull/1528](https://togithub.com/software-mansion/react-native-screens/pull/1528) - [@​hermanbanken](https://togithub.com/hermanbanken) made their first contribution in [https://github.com/software-mansion/react-native-screens/pull/1536](https://togithub.com/software-mansion/react-native-screens/pull/1536) :raised_hands: Thank you for your contributions! **Full Changelog**: https://github.com/software-mansion/react-native-screens/compare/3.15.0...3.16.0 ### [`v3.15.0`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.15.0) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.14.1...3.15.0) Minor release focused mostly on resolving issues with gesture recognition and its integration with `ScrollView` on iOS (Fabric & Paper) #### :bug: Bug fixes - Handle multiple gesture recognizers by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1512](https://togithub.com/software-mansion/react-native-screens/pull/1512) - Update import for case-sensitive file systems by [@​hirbod](https://togithub.com/hirbod) in [https://github.com/software-mansion/react-native-screens/pull/1517](https://togithub.com/software-mansion/react-native-screens/pull/1517) - Add usage of older `UIGestureRecognizerDelegate` API for older iOS versions by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1516](https://togithub.com/software-mansion/react-native-screens/pull/1516) - Get properties from top-most screen on swipe by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-screens/pull/1509](https://togithub.com/software-mansion/react-native-screens/pull/1509) - Take top stack view child from reactSubviews in gesture recogniction logic by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1521](https://togithub.com/software-mansion/react-native-screens/pull/1521) #### :+1: Improvements - Use ViewCompat for status bar translucency management by [@​kirillzyusko](https://togithub.com/kirillzyusko) in [https://github.com/software-mansion/react-native-screens/pull/1513](https://togithub.com/software-mansion/react-native-screens/pull/1513) #### :1234: Miscellaneous - Format android code by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-screens/pull/1508](https://togithub.com/software-mansion/react-native-screens/pull/1508) - Fix CI by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1503](https://togithub.com/software-mansion/react-native-screens/pull/1503) - Remove checks for Fabric that did not work by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1518](https://togithub.com/software-mansion/react-native-screens/pull/1518) #### New Contributors - [@​hirbod](https://togithub.com/hirbod) made their first contribution in [https://github.com/software-mansion/react-native-screens/pull/1517](https://togithub.com/software-mansion/react-native-screens/pull/1517) :raised_hands: Thank you for your contributions! **Full Changelog**: https://github.com/software-mansion/react-native-screens/compare/3.14.1...3.15.0 ### [`v3.14.1`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.14.1) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.14.0...3.14.1) Patch release fixing bug which caused `gestureResponseDistance` `Screen` prop to not work properly, when the component was not created via `react-native-screens` native stack. See: [https://github.com/software-mansion/react-native-screens/pull/1507](https://togithub.com/software-mansion/react-native-screens/pull/1507) for changes. ### [`v3.14.0`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.14.0) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.13.1...3.14.0) Minor release fixing bugs, introducing better support for Fabric (iOS), compatibility with react-native 0.69 Moreover, from this release forward, Fabric is supported only for react-native 0.69+. Support for 0.68.x is dropped. #### :bug: Bug fixes - Remove processColor by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1367](https://togithub.com/software-mansion/react-native-screens/pull/1367) - Fix edge swipe (interactive pop) gesture recognition by [@​radex](https://togithub.com/radex) in [https://github.com/software-mansion/react-native-screens/pull/1370](https://togithub.com/software-mansion/react-native-screens/pull/1370) - Add check for if container is null by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1375](https://togithub.com/software-mansion/react-native-screens/pull/1375) - iOS Fabric snapshotting mechanism by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-screens/pull/1357](https://togithub.com/software-mansion/react-native-screens/pull/1357) - Add ndkVersion to Android project by [@​maximzhemerenko](https://togithub.com/maximzhemerenko) in [https://github.com/software-mansion/react-native-screens/pull/1411](https://togithub.com/software-mansion/react-native-screens/pull/1411) - BlurView integration with ScreenStack by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1406](https://togithub.com/software-mansion/react-native-screens/pull/1406) - Check ios version for home indicator hiding by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1423](https://togithub.com/software-mansion/react-native-screens/pull/1423) - Add better fabric_enabled check by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1448](https://togithub.com/software-mansion/react-native-screens/pull/1448) - Fix bad initial frame position by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1463](https://togithub.com/software-mansion/react-native-screens/pull/1463) - Fix various Fabric issues by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1485](https://togithub.com/software-mansion/react-native-screens/pull/1485) - `hideHeaderIfNecessary` for Fabric by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1491](https://togithub.com/software-mansion/react-native-screens/pull/1491) - Reset values after animations and make snapshot only when necessary by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1496](https://togithub.com/software-mansion/react-native-screens/pull/1496) #### :+1: Improvements - Add gesture response distance by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1296](https://togithub.com/software-mansion/react-native-screens/pull/1296) - Add Screen props: `fullScreenSwipeEnabled` (1) by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1362](https://togithub.com/software-mansion/react-native-screens/pull/1362) - Add Screen props: Window traits (2) by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1363](https://togithub.com/software-mansion/react-native-screens/pull/1363) - Add Screen props: `stackPresentation` & `stackAnimation` (4) by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1365](https://togithub.com/software-mansion/react-native-screens/pull/1365) - Add iOS search bar tint color by [@​gorbypark](https://togithub.com/gorbypark) in [https://github.com/software-mansion/react-native-screens/pull/1407](https://togithub.com/software-mansion/react-native-screens/pull/1407) - Add prop for hiding keyboard on swipe by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1419](https://togithub.com/software-mansion/react-native-screens/pull/1419) - Add missing props & unify business logic between archs by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1430](https://togithub.com/software-mansion/react-native-screens/pull/1430) - Add missing Screen prop: swipeDirection by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1461](https://togithub.com/software-mansion/react-native-screens/pull/1461) - Bring Fabric to ScreenContainer component by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1458](https://togithub.com/software-mansion/react-native-screens/pull/1458) - Implement `onFinishTransitioning` event for ScreenStack for Fabric by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1471](https://togithub.com/software-mansion/react-native-screens/pull/1471) - Bring Fabric to SearchBar by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1470](https://togithub.com/software-mansion/react-native-screens/pull/1470) - Implement `onTransitionProgress` event for Screen for Fabric by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1472](https://togithub.com/software-mansion/react-native-screens/pull/1472) - Add `FullWindowOverlay` component for Fabric by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1495](https://togithub.com/software-mansion/react-native-screens/pull/1495) #### :1234: Miscellaneous - Use c++17 for fabric on iOS by [@​janicduplessis](https://togithub.com/janicduplessis) in [https://github.com/software-mansion/react-native-screens/pull/1360](https://togithub.com/software-mansion/react-native-screens/pull/1360) - Update README.md by [@​dsokal](https://togithub.com/dsokal) in [https://github.com/software-mansion/react-native-screens/pull/1368](https://togithub.com/software-mansion/react-native-screens/pull/1368) - Setup for FabricTestExample app by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1371](https://togithub.com/software-mansion/react-native-screens/pull/1371) - Merge Fabric & Paper impls: ScreenView & ScreenController (1) by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1415](https://togithub.com/software-mansion/react-native-screens/pull/1415) - Merge Fabric & Paper impls: ScreenStack (2) by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1416](https://togithub.com/software-mansion/react-native-screens/pull/1416) - Merge Fabric & Paper impls: ScreenStackHeaderConfig (3) by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1417](https://togithub.com/software-mansion/react-native-screens/pull/1417) - Merge Fabric & Paper impls: ScreenStackHeaderSubview (4) by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1418](https://togithub.com/software-mansion/react-native-screens/pull/1418) - Use recommended WindowInsetsControllerCompat for StatusBar management by [@​kirillzyusko](https://togithub.com/kirillzyusko) in [https://github.com/software-mansion/react-native-screens/pull/1451](https://togithub.com/software-mansion/react-native-screens/pull/1451) - Add .mm files to lint-staged by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-screens/pull/1462](https://togithub.com/software-mansion/react-native-screens/pull/1462) - Bump react-native version to 0.69.0 by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1484](https://togithub.com/software-mansion/react-native-screens/pull/1484) - Remove dependency on react-navigation@v4 & unify test example apps by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-screens/pull/1492](https://togithub.com/software-mansion/react-native-screens/pull/1492) :raised_hands: Thank you for your contributions! **Full Changelog**: https://github.com/software-mansion/react-native-screens/compare/3.13.1...3.14.0 ### [`v3.13.1`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.13.1) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.13.0...3.13.1) Patch release adding [https://github.com/software-mansion/react-native-screens/pull/1351](https://togithub.com/software-mansion/react-native-screens/pull/1351) that suppresses `Function components cannot be given refs. Attempts to access this ref will fail` warning on Fabric architecture. ### [`v3.13.0`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.13.0) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.12.0...3.13.0) Minor release fixing bugs, improving typings, and adding some functionalities 🎉 #### :bug: Bug fixes - resetViewToScreen on prepareToRecycle ([#​1339](https://togithub.com/software-mansion/react-native-screens/issues/1339)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - fix fast ios modal push ([#​1326](https://togithub.com/software-mansion/react-native-screens/issues/1326)) by [@​WoLewicki](https://togithub.com/WoLewicki) - remove react-native-gradle-plugin from dependencies ([#​1346](https://togithub.com/software-mansion/react-native-screens/issues/1346)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) and [@​tido64](https://togithub.com/tido64) - apply initial navigation bar color ([#​1344](https://togithub.com/software-mansion/react-native-screens/issues/1344)) by [@​burakgormek](https://togithub.com/burakgormek) #### :+1: Improvements - add stack nesting on Fabric ([#​1343](https://togithub.com/software-mansion/react-native-screens/issues/1343)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) #### :1234: Miscellaneous - bump TestsExample/ to react-native 0.68rc1 ([#​1316](https://togithub.com/software-mansion/react-native-screens/issues/1316)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - update react-native-safe-area-context to fabric compatible version ([#​1333](https://togithub.com/software-mansion/react-native-screens/issues/1333)) by [@​janicduplessis](https://togithub.com/janicduplessis) - remove patch-package from FabricExample ([#​1335](https://togithub.com/software-mansion/react-native-screens/issues/1335)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - add cache-dependency-path on Android ([#​1336](https://togithub.com/software-mansion/react-native-screens/issues/1336)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) :raised_hands: Thank you for your contributions! ### [`v3.12.0`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.12.0) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.11.1...3.12.0) This minor release includes initial support for Fabric architecture 🎉 To learn about what we've achieved so far check out our [Introducing Fabric to React Native Screens](https://blog.swmansion.com/introducing-fabric-to-react-native-screens-fd17bf18858e) blog post. #### Changes: - Add Fabric example app ([#​1261](https://togithub.com/software-mansion/react-native-screens/issues/1261)) by [@​Ubax](https://togithub.com/Ubax) - Publish Fabric and classic architecture release ([#​1308](https://togithub.com/software-mansion/react-native-screens/issues/1308)) by [@​Ubax](https://togithub.com/Ubax) - Add test build Fabric workflows ([#​1321](https://togithub.com/software-mansion/react-native-screens/issues/1321)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) and [@​Ubax](https://togithub.com/Ubax) - Fix headerTitle & title props ([#​1320](https://togithub.com/software-mansion/react-native-screens/issues/1320)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - Remove enableFabric requirement ([#​1319](https://togithub.com/software-mansion/react-native-screens/issues/1319)) by [@​Ubax](https://togithub.com/Ubax) - Remove additional config steps required when running Fabric version on Android ([#​1322](https://togithub.com/software-mansion/react-native-screens/issues/1322)) by [@​kmagiera](https://togithub.com/kmagiera) - Fix Android props on Paper ([#​1325](https://togithub.com/software-mansion/react-native-screens/issues/1325)) by [@​Ubax](https://togithub.com/Ubax) - Reword sentences in Fabric section ([#​1327](https://togithub.com/software-mansion/react-native-screens/issues/1327)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - Cleanup build process for pre-codegen versions of react-native ([#​1328](https://togithub.com/software-mansion/react-native-screens/issues/1328)) by [@​kmagiera](https://togithub.com/kmagiera) ### [`v3.11.1`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.11.1) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.11.0...3.11.1) Patch release adding [https://github.com/software-mansion/react-native-screens/pull/1313](https://togithub.com/software-mansion/react-native-screens/pull/1313) that fixes incorrect swipe direction default. ### [`v3.11.0`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.11.0) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.10.2...3.11.0) Minor release fixing bugs, improving typings, and adding some functionalities 🎉 #### :bug: Bug fixes - remove nullability from CustomSearchView ([#​1233](https://togithub.com/software-mansion/react-native-screens/issues/1233)) bu [@​Ubax](https://togithub.com/Ubax) - add inputType to setOptions call ([#​1234](https://togithub.com/software-mansion/react-native-screens/issues/1234)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - update header in vc below modal ([#​1228](https://togithub.com/software-mansion/react-native-screens/issues/1228)) by [@​WoLewicki](https://togithub.com/WoLewicki) - replaced jCenter with maven ([#​1245](https://togithub.com/software-mansion/react-native-screens/issues/1245)) by [@​matteodanelli](https://togithub.com/matteodanelli) - add directory so /reanimated works outside of repo ([#​1294](https://togithub.com/software-mansion/react-native-screens/issues/1294)) by [@​WoLewicki](https://togithub.com/WoLewicki) - incorrect prop descriptions in types.tsx ([#​1298](https://togithub.com/software-mansion/react-native-screens/issues/1298)) by [@​Ubax](https://togithub.com/Ubax) - change Activity to extend to ReactActivity ([#​1303](https://togithub.com/software-mansion/react-native-screens/issues/1303)) by [@​WoLewicki](https://togithub.com/WoLewicki) #### :+1: Improvements - add new properties to search view ([#​1250](https://togithub.com/software-mansion/react-native-screens/issues/1250)) by [@​rvasseur31](https://togithub.com/rvasseur31) - add home indicator hiding ([#​1267](https://togithub.com/software-mansion/react-native-screens/issues/1267)) by [@​WoLewicki](https://togithub.com/WoLewicki) - remove system animations on Android ([#​1213](https://togithub.com/software-mansion/react-native-screens/issues/1213)) by [@​WoLewicki](https://togithub.com/WoLewicki) - add android navigation bar manipulation ([#​1264](https://togithub.com/software-mansion/react-native-screens/issues/1264)) by [@​WoLewicki](https://togithub.com/WoLewicki) - add transition duration on iOS ([#​1259](https://togithub.com/software-mansion/react-native-screens/issues/1259)) by [@​WoLewicki](https://togithub.com/WoLewicki) & [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - add swipe direction on iOS ([#​1260](https://togithub.com/software-mansion/react-native-screens/issues/1260)) by [@​WoLewicki](https://togithub.com/WoLewicki) - simplify fade_from_bottom transition duration code ([#​1307](https://togithub.com/software-mansion/react-native-screens/issues/1307)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) #### :1234: Miscellaneous - update search bar playground in Example app ([#​1226](https://togithub.com/software-mansion/react-native-screens/issues/1226)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - rename master occurences to main ([#​1235](https://togithub.com/software-mansion/react-native-screens/issues/1235)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - unify links in the documentation ([#​1236](https://togithub.com/software-mansion/react-native-screens/issues/1236)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - add sponsor logo ([`7efa269`](https://togithub.com/software-mansion/react-native-screens/commit/7efa26952fd31e55c42082f04ba5f94ba87191a9)) by [@​kmagiera](https://togithub.com/kmagiera) - add swmansion-bot ([#​1253](https://togithub.com/software-mansion/react-native-screens/issues/1253)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - make bot responses shorter ([#​1258](https://togithub.com/software-mansion/react-native-screens/issues/1258)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - update PULL_REQUEST_TEMPLATE.md ([`e71c279`](https://togithub.com/software-mansion/react-native-screens/commit/e71c2796c2d834d63957df2e7be74ffe703d3300)) by [@​WoLewicki](https://togithub.com/WoLewicki) - bump nanoid to 3.2.0 ([#​1283](https://togithub.com/software-mansion/react-native-screens/issues/1283)) - fix search bar only for iOS ([#​1295](https://togithub.com/software-mansion/react-native-screens/issues/1295)) by [@​WoLewicki](https://togithub.com/WoLewicki) - add onScroll triggered to common problems ([#​1302](https://togithub.com/software-mansion/react-native-screens/issues/1302)) by [@​WoLewicki](https://togithub.com/WoLewicki) :raised_hands: Thank you for your contributions! ### [`v3.10.2`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.10.2) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.10.1...3.10.2) Patch release adding [https://github.com/software-mansion/react-native-screens/pull/1245](https://togithub.com/software-mansion/react-native-screens/pull/1245) that removes the use of `jcenter()` in the library ### [`v3.10.1`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.10.1) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.10.0...3.10.1) Patch release adding [#​1233](https://togithub.com/software-mansion/react-native-screens/issues/1233) for usage in Expo SDK. ### [`v3.10.0`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.10.0) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.9.0...3.10.0) Minor release fixing bugs, improving typings, and adding some functionalities 🎉 #### :bug: Bug fixes - Turn off accessibility for screen and header beneath transparent modal on Android ([#​1205](https://togithub.com/software-mansion/react-native-screens/issues/1205)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - Check if jsThread is not null ([#​1217](https://togithub.com/software-mansion/react-native-screens/issues/1217)) by [@​WoLewicki](https://togithub.com/WoLewicki) - Make stack animations work the same on both platforms ([#​1190](https://togithub.com/software-mansion/react-native-screens/issues/1190)) by [@​WoLewicki](https://togithub.com/WoLewicki) - Fix Android keyboard with autofocus ([#​1214](https://togithub.com/software-mansion/react-native-screens/issues/1214)) by [@​WoLewicki](https://togithub.com/WoLewicki) - Disable freeze for first render ([#​1220](https://togithub.com/software-mansion/react-native-screens/issues/1220)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) and [@​kmagiera](https://togithub.com/kmagiera) - Check if topScreen is RNSScreenView ([#​1224](https://togithub.com/software-mansion/react-native-screens/issues/1224)) by [@​WoLewicki](https://togithub.com/WoLewicki) - Use shouldUseOpenAnimation to determine animation ([#​1227](https://togithub.com/software-mansion/react-native-screens/issues/1227)) by [@​WoLewicki](https://togithub.com/WoLewicki) and [@​kacperkapusciak](https://togithub.com/kacperkapusciak) #### :+1: Improvements - Add search bar on Android ([#​1166](https://togithub.com/software-mansion/react-native-screens/issues/1166)) by [@​Ubax](https://togithub.com/Ubax) - Don't set display: 'none' on frozen screens ([#​1208](https://togithub.com/software-mansion/react-native-screens/issues/1208)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) and [@​grahammendick](https://togithub.com/grahammendick) #### :1234: Miscellaneous - Add kotlin guide to change version ([#​1185](https://togithub.com/software-mansion/react-native-screens/issues/1185)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - Update required react-native version ([#​1200](https://togithub.com/software-mansion/react-native-screens/issues/1200)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - Add eslint hook plugin and fixes hooks errors ([#​1199](https://togithub.com/software-mansion/react-native-screens/issues/1199)) by [@​Ubax](https://togithub.com/Ubax) :raised_hands: Thank you for your contributions! ### [`v3.9.0`](https://togithub.com/software-mansion/react-native-screens/releases/tag/3.9.0) [Compare Source](https://togithub.com/software-mansion/react-native-screens/compare/3.8.0...3.9.0) Minor release fixing bugs, improving typings, and adding some functionalities 🎉 #### :bug: Bug fixes - Ensure topscreen's null safety in ScreenStack ([#​1165](https://togithub.com/software-mansion/react-native-screens/issues/1165)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - Fix header translucent change on iOS ([#​1162](https://togithub.com/software-mansion/react-native-screens/issues/1162)) by [@​Ubax](https://togithub.com/Ubax) - Remove touch disabling in header corners ([#​1157](https://togithub.com/software-mansion/react-native-screens/issues/1157)) by [@​WoLewicki](https://togithub.com/WoLewicki) - Adds dispatch for hiding header ([#​1153](https://togithub.com/software-mansion/react-native-screens/issues/1153)) by [@​Ubax](https://togithub.com/Ubax) - Remove LifecycleHelper from npm package ([#​1175](https://togithub.com/software-mansion/react-native-screens/issues/1175)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - Add isDestroyed fragmentManager check ([#​1184](https://togithub.com/software-mansion/react-native-screens/issues/1184)) by [@​jakmak24](https://togithub.com/jakmak24) - Commit remove and add separately in moveToFront ([#​1133](https://togithub.com/software-mansion/react-native-screens/issues/1133)) by [@​WoLewicki](https://togithub.com/WoLewicki) - Using useEffect to manage searchbar crashes app ([#​1192](https://togithub.com/software-mansion/react-native-screens/issues/1192)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) #### :+1: Improvements - Add scheduling update for Layout Animations ([#​1167](https://togithub.com/software-mansion/react-native-screens/issues/1167)) by [@​WoLewicki](https://togithub.com/WoLewicki) - Add experimental support for [react-freeze](https://togithub.com/software-mansion-labs/react-freeze) ([#​1195](https://togithub.com/software-mansion/react-native-screens/issues/1195)) by [@​kmagiera](https://togithub.com/kmagiera) and [@​kacperkapusciak](https://togithub.com/kacperkapusciak) #### :1234: Miscellaneous - Update bug-report template ([#​1161](https://togithub.com/software-mansion/react-native-screens/issues/1161)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - Add mavenCentral in TVOSExample ([#​1164](https://togithub.com/software-mansion/react-native-screens/issues/1164)) by [@​luancurti](https://togithub.com/luancurti) - Bump Example and TestsExample proj to react-native 0.66 ([#​1134](https://togithub.com/software-mansion/react-native-screens/issues/1134)) by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) - Adds common problems section to README ([#​1156](https://togithu

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^3.8.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.