Traviskn / react-router-native-stack

A stack navigation component for react-router-native
MIT License
171 stars 36 forks source link

add 'fade' animation without slide #7

Closed endel closed 6 years ago

Traviskn commented 6 years ago

Hi @endel, thanks for implementing a fade animation! I'd love to have this as part of the library. However, I think I'd like to keep the defaults animations for iOS and Android unchanged. My reasoning for having slide horizontal the iOS default, and fade vertical the Android default is because those are the default transitions if you were to build an ordinary native app on those platforms. React Navigation does the same thing as well.