Skip to content

Commit 4650cb5

Browse files
committed
update: readme TabBarCollection
1 parent c41c2f9 commit 4650cb5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ yarn add react-navigation-tabbar-collection
3535

3636
> This TabBar is inspired by [Aurélien Salomon](https://dribbble.com/aureliensalomon) works on [Dribbble](https://dribbble.com/shots/5925052-Google-Bottom-Bar-Navigation-Pattern-Mobile-UX-Design).
3737
38+
<img alt="ColorfulTabBar Light Mode" height="150" src="https://raw.githubusercontent.com/mikalyh/react-navigation-tabbar-collection/master/preview/colorful_light.gif" />
39+
40+
<img alt="ColorfulTabBar Dark Mode" height="150" src="https://raw.githubusercontent.com/mikalyh/react-navigation-tabbar-collection/master/preview/colorful_dark.gif" />
41+
3842
```js
3943
import { ColorfulTabBar } from 'react-navigation-tabbar-collection';
4044
```
@@ -110,6 +114,10 @@ const styles = StyleSheet.create({
110114

111115
> This TabBar is inspired by [Cuberto](https://dribbble.com/cuberto) works on [Dribbble](https://dribbble.com/shots/5605168-Toolbar-icons-animation).
112116
117+
<img alt="CleanTabBar Light Mode" height="150" src="https://raw.githubusercontent.com/mikalyh/react-navigation-tabbar-collection/master/preview/clean_light.gif" />
118+
119+
<img alt="CleanTabBar Dark Mode" height="150" src="https://raw.githubusercontent.com/mikalyh/react-navigation-tabbar-collection/master/preview/clean_dark.gif" />
120+
113121
```js
114122
import { CleanTabBar } from 'react-navigation-tabbar-collection';
115123
```
@@ -235,7 +243,7 @@ MIT
235243

236244
- Animated (React Native)
237245

238-
## Requirement
246+
## Requirement's
239247

240248
| Name | Version |
241249
| ---- | ---- |

0 commit comments

Comments
 (0)