react-navigation / rfcs

RFCs for changes to React Navigation
Other
88 stars 16 forks source link

Android More Transition RFC #35

Closed Noitidart closed 5 years ago

Noitidart commented 6 years ago

Attached

ericvicenti commented 6 years ago

cc @brentvatne, Maybe its time for something like the following?

createIOSStackNavigator (ios floating header) createIOSModalNavigator (ios modal theme) createMaterialStackNavigator (material screens from the side) createMaterialModalNavigator (material screens from the bottom) createStackNavigator (platform defaults for stack) createModalNavigator (platform defaults for modal)

brentvatne commented 6 years ago

seems reasonable @ericvicenti

satya164 commented 5 years ago

Closing this since react-navigation-stack v2 implements more transitions. The horizontal transition from iOS can also be used on Android if you want.