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

Commit 23cee6f

Browse files
committed
Added badges to README
1 parent c9bea52 commit 23cee6f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# React NavigationController
22

3+
[![Build Status][travis-image]][travis-url]
4+
[![NPM version][npm-image]][npm-url]
5+
36
A React view manager similar to [UINavigationController][ios-controller]
47

58
## Instalation
@@ -184,3 +187,10 @@ npm start
184187
Visit [http://localhost:3000/index.dev.html]()
185188

186189
[ios-controller]: https://developer.apple.com/library/ios/documentation/UIKit/Reference/UINavigationController_Class/
190+
191+
[npm-url]: https://npmjs.org/package/react-navigation-controller
192+
[npm-image]: http://img.shields.io/npm/v/react-navigation-controller.svg
193+
194+
[travis-url]: https://travis-ci.org/aputinski/react-navigation-controller
195+
[travis-image]: http://img.shields.io/travis/aputinski/react-navigation-controller.svg
196+

0 commit comments

Comments
 (0)