Open shubhamguptadream11 opened 2 weeks ago
Hey @okwasniewski,
I've implemented the freezeOnBlur
property, following the same approach as in the JS bottom tabs. I've tested it on Android, both with enableFreeze()
globally and by overriding it through options for individual tabs. Currently, I’m testing this on iOS to ensure everything works smoothly there as well.
Meanwhile, feel free to review the PR when you have a chance.
Thanks!
I got instant crash on new arch when going into the example
@okwasniewski Fixed the iOS crash and tested it on Old and New arch for both platforms. Seems to be working fine now with react-native-screens
enabled and disabled.
Hey, sorry for the delay on review of this PR, I'm trying to get in touch with someone from react-native-screens
team to check if we will be okay without the ScreenContainer wrapper on iOS.
Solves this: https://github.com/okwasniewski/react-native-bottom-tabs/issues/71
Adding freezeOnBlur property.