Skip to content

Files

Latest commit

 

History

History
27 lines (16 loc) · 555 Bytes

File metadata and controls

27 lines (16 loc) · 555 Bytes

react-native-animated-bottom-tab-navigation

React Native animated bottom tab navigation built on top of react-navigation library.

Installation

npm install react-native-animated-bottom-tab-navigation

Usage

import AnimatedBottomTabNavigation from "react-native-animated-bottom-tab-navigation";

// ...

const result = await AnimatedBottomTabNavigation.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT