<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://facebook.github.io/react-native/blog/</id>
    <title>React Native Blog</title>
    <updated>2017-01-07T00:00:00Z</updated>
    <link rel="alternate" href="https://facebook.github.io/react-native/blog/"/>
    <subtitle>The best place to stay up-to-date with the latest React Native news and events.</subtitle>
    <logo>https://facebook.github.io/react-native/img/header_logo.png</logo>
    <rights>Copyright © 2017 Facebook Inc.</rights>
    <generator>Feed for Node.js</generator>
    <entry>
        <title type="html"><![CDATA[A Monthly Release Cadence: Releasing December and January RC]]></title>
        <id>https://facebook.github.io/react-native/blog/2017/01/07/monthly-release-cadence.html</id>
        <link href="https://facebook.github.io/react-native/blog/2017/01/07/monthly-release-cadence.html">
        </link>
        <updated>2017-01-07T00:00:00Z</updated>
        <summary type="html"><![CDATA[Shortly after React Native was introduced, we started releasing every two weeks to help the community adopt new features, while keeping versions stable for production use. At Facebook we had to stabilize the codebase every two weeks for the release of our production iOS apps, so we decided to release the open source versions at the same pace. Now, many of the Facebook apps ship once per week, especially on Android. Because we ship from master weekly, we need to keep it quite stable. So the bi-weekly release cadence doesn't even benefit internal contributors anymore.]]></summary>
        <author>
            <name>Eric Vicenti</name>
            <uri>https://twitter.com/EricVicenti</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[Easier Upgrades Thanks to Git]]></title>
        <id>https://facebook.github.io/react-native/blog/2016/12/05/easier-upgrades.html</id>
        <link href="https://facebook.github.io/react-native/blog/2016/12/05/easier-upgrades.html">
        </link>
        <updated>2016-12-05T00:00:00Z</updated>
        <summary type="html"><![CDATA[Upgrading to new versions of React Native has been difficult. You might have seen something like this before:]]></summary>
        <author>
            <name>Nicolas Cuillery</name>
            <uri>https://twitter.com/ncuillery</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[Introducing Button, Faster Installs with Yarn, and a Public Roadmap]]></title>
        <id>https://facebook.github.io/react-native/blog/2016/11/08/introducing-button-yarn-and-a-public-roadmap.html</id>
        <link href="https://facebook.github.io/react-native/blog/2016/11/08/introducing-button-yarn-and-a-public-roadmap.html">
        </link>
        <updated>2016-11-08T00:00:00Z</updated>
        <summary type="html"><![CDATA[We have heard from many people that there is so much work happening with React Native, it can be tough to keep track of what's going on. To help communicate what work is in progress, we are now publishing a roadmap for React Native. At a high level, this work can be broken down into three priorities:]]></summary>
        <author>
            <name>Héctor Ramos</name>
            <uri>https://twitter.com/hectorramos</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[0.36: Headless JS, the Keyboard API, & more]]></title>
        <id>https://facebook.github.io/react-native/blog/2016/10/25/0-36-headless-js-the-keyboard-api-and-more.html</id>
        <link href="https://facebook.github.io/react-native/blog/2016/10/25/0-36-headless-js-the-keyboard-api-and-more.html">
        </link>
        <updated>2016-10-25T00:00:00Z</updated>
        <summary type="html"><![CDATA[Today we are releasing React Native 0.36. Read on to learn more about what's new.]]></summary>
        <author>
            <name>Héctor Ramos</name>
            <uri>https://twitter.com/hectorramos</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[Exponent Talks: Adam on Unraveling Navigation]]></title>
        <id>https://facebook.github.io/react-native/blog/2016/09/08/exponent-talks-unraveling-navigation.html</id>
        <link href="https://facebook.github.io/react-native/blog/2016/09/08/exponent-talks-unraveling-navigation.html">
        </link>
        <updated>2016-09-08T00:00:00Z</updated>
        <summary type="html"><![CDATA[Adam Miskiewicz from Exponent talks about mobile navigation and the ex-navigation React Native library at Exponent's office hours last week.]]></summary>
        <author>
            <name>Héctor Ramos</name>
            <uri>https://twitter.com/hectorramos</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[Right-to-Left Layout Support For React Native Apps]]></title>
        <id>https://facebook.github.io/react-native/blog/2016/08/19/right-to-left-support-for-react-native-apps.html</id>
        <link href="https://facebook.github.io/react-native/blog/2016/08/19/right-to-left-support-for-react-native-apps.html">
        </link>
        <updated>2016-08-19T00:00:00Z</updated>
        <summary type="html"><![CDATA[After launching an app to the app stores, internationalization is the next step to further your audience reach. Over 20 countries and numerous people around the world use Right-to-Left (RTL) languages. Thus, making your app support RTL for them is necessary.]]></summary>
        <author>
            <name>Mengjue (Mandy) Wang</name>
            <uri>https://github.com/MengjueW</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[San Francisco Meetup Recap]]></title>
        <id>https://facebook.github.io/react-native/blog/2016/08/12/react-native-meetup-san-francisco.html</id>
        <link href="https://facebook.github.io/react-native/blog/2016/08/12/react-native-meetup-san-francisco.html">
        </link>
        <updated>2016-08-12T00:00:00Z</updated>
        <summary type="html"><![CDATA[Last week I had the opportunity to attend the React Native Meetup at Zynga’s San Francisco office. With around 200 people in attendance, it served as a great place to meet other developers near me that are also interested in React Native.]]></summary>
        <author>
            <name>Héctor Ramos</name>
            <uri>https://twitter.com/hectorramos</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[Toward Better Documentation]]></title>
        <id>https://facebook.github.io/react-native/blog/2016/07/06/toward-better-documentation.html</id>
        <link href="https://facebook.github.io/react-native/blog/2016/07/06/toward-better-documentation.html">
        </link>
        <updated>2016-07-06T00:00:00Z</updated>
        <summary type="html"><![CDATA[Part of having a great developer experience is having great documentation. A lot goes into creating good docs - the ideal documentation is concise, helpful, accurate, complete, and delightful. Recently we've been working hard to make the docs better based on your feedback, and we wanted to share some of the improvements we've made.]]></summary>
        <author>
            <name>Kevin Lacker</name>
            <uri>https://twitter.com/lacker</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[Introducing Hot Reloading]]></title>
        <id>https://facebook.github.io/react-native/blog/2016/03/24/introducing-hot-reloading.html</id>
        <link href="https://facebook.github.io/react-native/blog/2016/03/24/introducing-hot-reloading.html">
        </link>
        <updated>2016-03-24T00:00:00Z</updated>
        <summary type="html"><![CDATA[React Native's goal is to give you the best possible developer experience. A big part of it is the time it takes between you save a file and be able to see the changes. Our goal is to get this feedback loop to be under 1 second, even as your app grows.]]></summary>
        <author>
            <name>Martín Bigio</name>
            <uri>https://twitter.com/martinbigio</uri>
        </author>
    </entry>
</feed>