infinitered / ignite-bowser

Bowser is now re-integrated into Ignite CLI! Head to https://github.com/infinitered/ignite to check it out.
https://infinite.red/ignite
MIT License
615 stars 140 forks source link

Android & IOS trasition animation differs. #352

Open sheng-di opened 4 years ago

sheng-di commented 4 years ago

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

rdewolff commented 4 years ago

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!

sheng-di commented 4 years ago

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?