tribou / react-template

Build a server-rendered React app and share code across web, React Native, and Electron
Apache License 2.0
4 stars 9 forks source link

Add example navigation animations #74

Closed tribou closed 6 years ago

tribou commented 6 years ago

The goal of transition animations with react-router is to not focus on animations which is great. So we should probably add some animations to the examples to ensure this works as well as react-navigation.

tribou commented 6 years ago

Need to confirm and add:

tribou commented 6 years ago

Opting for react-route-native-stack for now since it preserves the flexibility of react-router-native while adding some nice OOB transitions. Also, it could be forked or offered contributions if tweaks needed to be made.

tribou commented 6 years ago

Moved "tab switching layout and animation" to #86. Moved "drawer menu..." to #87