From 05b17a811e9f5468f92b746ca0afa145c7c00204 Mon Sep 17 00:00:00 2001 From: "C. T. Lin" Date: Sat, 15 Aug 2015 11:42:33 +0800 Subject: [PATCH] Add npm version badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c50de977a..8dc738656 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# React Native [![Build Status](https://travis-ci.org/facebook/react-native.svg?branch=master)](https://travis-ci.org/facebook/react-native) +# React Native [![Build Status](https://travis-ci.org/facebook/react-native.svg?branch=master)](https://travis-ci.org/facebook/react-native) [![npm version](https://badge.fury.io/js/react-native.svg)](http://badge.fury.io/js/react-native) React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and [React](http://facebook.github.io/react). The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere. Facebook uses React Native in multiple production apps and will continue investing in React Native.