software-mansion/react-native-screens
### [`v3.9.0`](https://togithub.com/software-mansion/react-native-screens/releases/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://togithub.com/software-mansion/react-native-screens/issues/1156)) by [@Ubax](https://togithub.com/Ubax)
- Fix iOS e2e test ([#1193](https://togithub.com/software-mansion/react-native-screens/issues/1193)) by [@kacperkapusciak](https://togithub.com/kacperkapusciak)
:raised_hands: Thank you for your contributions!
Configuration
📅 Schedule: 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.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
3.8.0
->3.9.0
Release Notes
software-mansion/react-native-screens
### [`v3.9.0`](https://togithub.com/software-mansion/react-native-screens/releases/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://togithub.com/software-mansion/react-native-screens/issues/1156)) by [@Ubax](https://togithub.com/Ubax) - Fix iOS e2e test ([#1193](https://togithub.com/software-mansion/react-native-screens/issues/1193)) by [@kacperkapusciak](https://togithub.com/kacperkapusciak) :raised_hands: Thank you for your contributions!Configuration
📅 Schedule: 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 WhiteSource Renovate. View repository job log here.