Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.85 KB

2015-09-14-react-native-for-android.md

File metadata and controls

19 lines (15 loc) · 1.85 KB
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 1 column 32
---
title: React Native for Android: How we built the first cross-platform React Native app
author: Daniel Witte
authorTitle: Software Engineer at Facebook
authorURL: https://www.facebook.com/drwitte
authorImage: https://scontent-sea1-1.xx.fbcdn.net/v/t1.0-1/c54.54.681.681/s160x160/20622_10100459314481893_1435252658_n.jpg?_nc_log=1&oh=7afdb6aaa02f320c4dd4749733140133&oe=59D77C28
hero: /react-native/blog/img/blue-hero.jpg
category: announcements
---

Earlier this year, we introduced React Native for iOS. React Native brings what developers are used to from React on the web — declarative self-contained UI components and fast development cycles — to the mobile platform, while retaining the speed, fidelity, and feel of native applications. Today, we're happy to release React Native for Android.

At Facebook we've been using React Native in production for over a year now. Almost exactly a year ago, our team set out to develop the Ads Manager app. Our goal was to create a new app to let the millions of people who advertise on Facebook manage their accounts and create new ads on the go. It ended up being not only Facebook's first fully React Native app but also the first cross-platform one. In this post, we'd like to share with you how we built this app, how React Native enabled us to move faster, and the lessons we learned.

Read more

This is an excerpt. Read the rest of the post on Facebook Code.