From 2957f734b4149b57c33a6787b3eb1239145d9390 Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Tue, 1 Mar 2016 10:52:26 -0800 Subject: [PATCH] removed bithound badge Summary:see Closes https://github.com/facebook/react-native/pull/6232 Differential Revision: D2994958 fb-gh-sync-id: 6dacce080dac48bc645c58ce5b87d96e0ec3ff04 shipit-source-id: 6dacce080dac48bc645c58ce5b87d96e0ec3ff04 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d539d122a..04dbd5e4b 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) [![Circle CI](https://circleci.com/gh/facebook/react-native.svg?style=svg)](https://circleci.com/gh/facebook/react-native) [![npm version](https://badge.fury.io/js/react-native.svg)](http://badge.fury.io/js/react-native) [![bitHound Dependencies](https://www.bithound.io/github/facebook/react-native/badges/dependencies.svg)](https://www.bithound.io/github/facebook/react-native/master/dependencies/npm) +# React Native [![Build Status](https://travis-ci.org/facebook/react-native.svg?branch=master)](https://travis-ci.org/facebook/react-native) [![Circle CI](https://circleci.com/gh/facebook/react-native.svg?style=svg)](https://circleci.com/gh/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.