Skip to content

Commit a967537

Browse files
committed
update: preview compressed & update readme
1 parent 9d9a42d commit a967537

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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';
4747
import { NavigationContainer } from '@react-navigation/native'
4848
import { createBottomTabNavigator } from '@react-navigation/bottom-tabs';
4949
import { StyleSheet, Text, View } from 'react-native';
5050
import { 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

5353
const 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';
122122
import { NavigationContainer } from '@react-navigation/native'
123123
import { createBottomTabNavigator } from '@react-navigation/bottom-tabs';
124124
import { StyleSheet, Text, View } from 'react-native';
125125
import { 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

128128
const Tab = createBottomTabNavigator();
129129

@@ -234,3 +234,10 @@ MIT
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 |

preview/clean_dark.gif

-23.7 MB
Loading

preview/clean_light.gif

-4.03 MB
Loading

preview/colorful_dark.gif

-19.5 MB
Loading

preview/colorful_light.gif

-3.34 MB
Loading

0 commit comments

Comments
 (0)