From 83daea1dafbcb9d18244bd55600e224cd097fdd9 Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Thu, 26 Mar 2015 15:25:56 -0700 Subject: [PATCH] Add note about Android support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8dbf0814a3d90..cc27213c9ea6ab 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # React Native [![Build Status](https://travis-ci.org/facebook/react-native.svg?branch=master)](https://travis-ci.org/facebook/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. +[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. Currently only iOS is supported, but Android support is coming soon. ## Native iOS Components