@@ -40,15 +40,15 @@ import { ColorfulTabBar } from 'react-navigation-tabbar-collection';
4040```
4141
4242<details >
43- <summary >Colorful TabBar Usage</summary >
43+ <summary >Colorful TabBar Usage Example </summary >
4444
4545``` js
46- import React from ' react'
46+ import React from ' react' ;
4747import { NavigationContainer } from ' @react-navigation/native'
4848import { createBottomTabNavigator } from ' @react-navigation/bottom-tabs' ;
4949import { StyleSheet , Text , View } from ' react-native' ;
5050import { ColorfulTabBar as TabBar } from ' react-navigation-tabbar-collection' ;
51- import Icon from ' react-native-vector-icons/AntDesign'
51+ import Icon from ' react-native-vector-icons/AntDesign' ;
5252
5353const Tab = createBottomTabNavigator ();
5454
@@ -115,15 +115,15 @@ import { CleanTabBar } from 'react-navigation-tabbar-collection';
115115```
116116
117117<details >
118- <summary >Clean TabBar Usage</summary >
118+ <summary >Clean TabBar Usage Example </summary >
119119
120120``` js
121- import React from ' react'
121+ import React from ' react' ;
122122import { NavigationContainer } from ' @react-navigation/native'
123123import { createBottomTabNavigator } from ' @react-navigation/bottom-tabs' ;
124124import { StyleSheet , Text , View } from ' react-native' ;
125125import { CleanTabBar as TabBar } from ' react-navigation-tabbar-collection' ;
126- import Icon from ' react-native-vector-icons/AntDesign'
126+ import Icon from ' react-native-vector-icons/AntDesign' ;
127127
128128const Tab = createBottomTabNavigator ();
129129
234234## Built With
235235
236236- Animated (React Native)
237+
238+ ## Requirement
239+
240+ | Name | Version |
241+ | ---- | ---- |
242+ | [ @react-navigation/native ] ( https://reactnavigation.org/docs/getting-started/ ) | >=5.0.0 |
243+ | [ @react-navigation/bottom-tabs ] ( https://reactnavigation.org/docs/tab-based-navigation/ ) | >=5.0.0 |
0 commit comments