Skip to content

Commit 4f6daa8

Browse files
committed
README is updated and .npmignore file is added
1 parent 4a0ba86 commit 4f6daa8

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Node Modules
2+
**/node_modules
3+
node_modules
4+
# Example
5+
example

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Fully customizable, unique shaped bottom bar component for React Native.
44

55
[![npm version](https://img.shields.io/npm/v/react-native-bottom-bar.svg)](https://www.npmjs.com/package/react-native-bottom-bar)
6-
[![npm downloads](https://img.shields.io/npm/dm/react-native-bottom-bar.svg)](https://www.npmjs.com/package/react-native-bottom-bar)
6+
[![npm](https://img.shields.io/npm/dt/react-native-bottom-bar.svg)](https://www.npmjs.com/package/react-native-bottom-bar)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
88

99
<p align="center">

0 commit comments

Comments
 (0)