software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.6k stars 1.26k forks source link

Screen transition example update - use proper import from screens instead of mock #6118

Closed piaskowyk closed 2 weeks ago

piaskowyk commented 2 weeks ago

Summary

After release of react-native-screens we can remove temporary mock from example app and use proper import from rn-screens.

I had to make modifications to UIViewControllerBasedStatusBarAppearance because we are using the native stack from rn-screens until the changes are upstreamed to react-navigation - Pull Request Link

Test plan

Run screen transition example in example app.