ignite-bowser icon indicating copy to clipboard operation
ignite-bowser copied to clipboard

Android & IOS trasition animation differs.

Open sheng-di opened this issue 4 years ago • 2 comments


Android & IOS trasition animation differs. On IOS, new screen appears as a slide from right. But on Android, it becomes a fade.


A blank template will reproduce it.


ignite doctor results: System platform darwin arch x64 cpu 4 cores Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz directory Desktop /Users/sheng/Desktop

JavaScript node 12.13.0 /Users/sheng/.nvm/versions/node/v12.13.0/bin/node npm 6.12.0 /Users/sheng/.nvm/versions/node/v12.13.0/bin/npm yarn 1.22.0 /usr/local/bin/yarn

Ignite ignite-cli 3.5.2 /usr/local/bin/ignite ignite src build /Users/sheng/.config/yarn/global/node_modules/ignite-cli/build generators

Android java 13.0.1 /usr/bin/java android home - /Users/sheng/Library/Android/sdk

iOS xcode 11.0 cocoapods 1.9.3 /usr/local/bin/pod

sheng-di avatar Jun 08 '20 17:06 sheng-di

This is not a bug but a feature.

Maybe this doc can help you to configure it :

https://dev.to/acro5piano/use-the-same-screen-navigation-animation-both-on-android-ios-with-react-native-react-navigation-eng

Cheers!

rdewolff avatar Jun 08 '20 17:06 rdewolff

This is not a bug but a feature.

Maybe this doc can help you to configure it :

https://dev.to/acro5piano/use-the-same-screen-navigation-animation-both-on-android-ios-with-react-native-react-navigation-eng

Cheers!

But in ignite-bowser uses react-native-screen as the default navigator, I wonder how can I make it with only a slight change?

sheng-di avatar Jun 09 '20 01:06 sheng-di