use_frameworks! :linkage => :static causes weird behavior #1586
-
Hi, Thanks for all the hard work with this nice library! When setting use_frameworks! :linkage => :static in your Podfile and using react-navigation 6 (depending on react-native-screens) and navigating somewhere -> navigating back doesn't remove the new screen (it seems). Can be fixed adding this to Podfile:
Why is that? Could this be fixed? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @espenjanson, thanks for reporting that! Are you still facing this issue on the latest react-native-screens version (currently 3.26.0)? If so, could you create an issue with steps to reproduce (including minimal repro)? Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @espenjanson, thanks for reporting that! Are you still facing this issue on the latest react-native-screens version (currently 3.26.0)? If so, could you create an issue with steps to reproduce (including minimal repro)?
Thanks!