jmurzy / react-router-native

A routing library for React Native that strives for sensible API parity with react-router 🤖
MIT License
637 stars 44 forks source link

Material design bottom navigation transition #51

Open smontlouis opened 7 years ago

smontlouis commented 7 years ago

Is this possible to mimic this screen transition (the fadein one) ?

Material design video

jonathanglasmeyer commented 7 years ago

You could try solving this via a custom transition. A first approximation would maybe be just fading over with opacity. The bottom navigation item animation would rather be solved with the Animated library, take a look at the docs, they are quite comprehensive.