Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 35d9e47

Browse files
committed
Change description
1 parent f51da77 commit 35d9e47

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Material Design Bottom Navigation for react-native
22

3-
A highly accurate Material Design Bottom Navigation Component for react-native, following the [Material Design Guidelines](https://material.io/guidelines/components/bottom-navigation.html).
3+
A highly accurate JS Implementation of the Material Design Bottom Navigation Component for react-native, following the [Material Design Guidelines](https://material.io/guidelines/components/bottom-navigation.html).
44

55
* Supports iOS, Android and react-native-web (no native dependencies, only JS)
66
* Uses those dope Ripple Transitions between two background colors

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
22
"name": "react-native-material-bottom-navigation",
33
"version": "0.8.2",
4-
"description": "JS Implementation of the Material Design Guidelines' Bottom Navigation for react-native",
4+
"description": "A highly accurate JS Implementation of the Material Design Bottom Navigation Component for react-native",
55
"scripts": {
66
"lint": "eslint ."
77
},
88
"main": "index.js",
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/timomeh/react-native-material-bottom-navigation.git"
11+
"url":
12+
"git+https://github.com/timomeh/react-native-material-bottom-navigation.git"
1213
},
1314
"bugs": {
14-
"url": "https://github.com/timomeh/react-native-material-bottom-navigation/issues"
15+
"url":
16+
"https://github.com/timomeh/react-native-material-bottom-navigation/issues"
1517
},
1618
"author": "Timo Mämecke <[email protected]>",
1719
"license": "MIT",

0 commit comments

Comments
 (0)