iOS: weird animation using createNativeStackNavigator
See original GitHub issueJust updated to 2.0.0-alpha.3
and started to use createNativeStackNavigator
, but somehow the animation is weird… next screens seem to be transparent:
It should like this:
Any thoughts?
Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Native Stack Navigator | React Navigation
This navigator uses the native APIs UINavigationController on iOS and Fragment on Android so that navigation built with createNativeStackNavigator will ...
Read more >UINavigationController Push Segue - Strange animation
It appears that setting a different Prompt for the navigation bar on the second view controller causes this weird animation effect.
Read more >native-stack animation does not fade in from the bottom on ...
When using createNativeStackNavigator , the animation is strange on Android. Specifically, the animation scale from center(zoom-out-from-center) ...
Read more >Strange animation after change app icon - Apple Developer
During the process, there is an animation shows the icon change from the new one to the old one. My iPhone is under...
Read more >createStackNavigator - React Navigation - Netlify
card - Use the standard iOS and Android screen transitions. This is the default. ... These headers include animations to smoothly switch to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Setting background color fixes it, but there’s also a similar issue when using large title. The title area has a transparent background too and it doesn’t seem possible to set a background color for that.
I’m closing this as it can be solved with
Please note that I’m using
^2.0.0-alpha.22
version