The awesome tabbar made with react native
npm install react-native-awesome-tabbarThe awesome tabbar made with React Native.

1. Run npm install react-native-awesome-tabbar --save
2. import TabBar from "react-native-awesome-tabbar";
``js
import TabBar from "react-native-awesome-tabbar";
...
render() {
return (
icon={require("./notification.png")}
activeColor="#c9379d"
count={{ number: 999 }}
>
);
}
``
| prop | value | required/optional | description |
| --------------- | ------------ | ----------------- | ---------------------------- |
| title | string | required | title of item |
| icon | image source | required | icon of item |
| activeColor | string | optional | color when item is focus |
| onChangeTab | function | optional | callback when switching tabs |
| backgroundColor | string | optional | background color of tab |
| count | object | optional | for badge of icon |
react-native-awesome-tabbar is MIT-licensed.
We’d be really happy if you send us links to your projects where you use our component. Just send an email to locnguyen99dev@gmail.com and do let us know if you have any questions or suggestion regarding our work.