From 21e0b9192f47f86f10e5c49812ed7ecdbae83db0 Mon Sep 17 00:00:00 2001 From: Bhavan Date: Tue, 13 Mar 2018 11:02:21 +0530 Subject: [PATCH] Readme updated --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index efaf9b1..4704cc1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -## IN DEVELOPMENT - +# React Native Footer Navigation Bar Color [![NPM version](https://img.shields.io/npm/v/react-native-navbar-color.svg)](https://www.npmjs.com/package/react-native-navbar-color) [![GitHub issues](https://img.shields.io/github/issues/BhavanPatel/react-native-navbar-color.svg)](https://github.com/BhavanPatel/react-native-navbar-color/issues) @@ -31,11 +30,13 @@ $ npm install --save react-native-navbar-color # Linking library You need to register package in your app. follow steps + #### Automatic -Try to link library using link command but it may fails sometimes. +Use react-native link command to link library. ```sh react-native link react-native-navbar-color ``` + #### Manual 1. Make sure you include in `MainApplication.java` file.