animated-tabbar-react-native

In this repository you will find the code source of an animated tabbar built in React Native using the react-navigation library and the Animated API included in React Native.
Sliding animation in React Native

Getting started

For iOS:

npm i
cd ios && pod install

react-native run-ios

For Android:

npm i
react-native run-android