mirror of
https://github.com/status-im/react-native.git
synced 2025-01-11 01:56:26 +00:00
4f74b752df
Summary: Adding links to related posts from Facebook Code Closes https://github.com/facebook/react-native/pull/14666 Differential Revision: D5296691 Pulled By: hramos fbshipit-source-id: cbd3d2349b162268fcbc7478d8a083ccd6e5154a
20 lines
1.9 KiB
Markdown
20 lines
1.9 KiB
Markdown
---
|
|
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](https://code.facebook.com/posts/1014532261909640/react-native-bringing-modern-web-techniques-to-mobile/). 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](https://www.facebook.com/business/news/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.
|
|
|
|
<footer>
|
|
<a href="https://code.facebook.com/posts/1189117404435352/react-native-for-android-how-we-built-the-first-cross-platform-react-native-app/" class="btn">Read more</a>
|
|
</footer>
|
|
|
|
> This is an excerpt. Read the rest of the post on [Facebook Code](https://code.facebook.com/posts/1189117404435352/react-native-for-android-how-we-built-the-first-cross-platform-react-native-app/).
|