React Native animated bottom tab navigation built on top of react-navigation library.
npm install react-native-animated-bottom-tab-navigation
import AnimatedBottomTabNavigation from "react-native-animated-bottom-tab-navigation";
// ...
const result = await AnimatedBottomTabNavigation.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT