From 99083ee58c044bd127ec775a3532008b53a76ef1 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 29 Jun 2016 15:55:46 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/view.html | 4 ++-- versions.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/releases/next/docs/view.html b/releases/next/docs/view.html index c35d3a6c6df..f03b4dcbfdd 100644 --- a/releases/next/docs/view.html +++ b/releases/next/docs/view.html @@ -185,7 +185,7 @@ memory. Test and measure when using this property.

: false }; }, - + render() { const indices = this.state.flipped ? [-1, 0, 1, 2] : [2, 1, 0, -1]; return ( @@ -220,7 +220,7 @@ memory. Test and measure when using this property.

/TouchableWithoutFeedback> ); }, - + _handlePress() { this.setState({flipped: !this.state.flipped}); } diff --git a/versions.html b/versions.html index 5c24bd339fa..35d2ff0841c 100644 --- a/versions.html +++ b/versions.html @@ -1,4 +1,4 @@ -Documentation archive – React Native | A framework for building native apps using React

React Native Versions

React Native is following a 2-week train release. Every two weeks, a Release Candidate (rc) branch is created off of master and the previous rc branch is being officially released.

masterDocs
0.29-rcDocsRelease Notes
(current) 0.28DocsRelease Notes
0.27DocsRelease Notes
0.26DocsRelease Notes
0.25DocsRelease Notes
0.24DocsRelease Notes
0.23DocsRelease Notes
0.22DocsRelease Notes
0.21DocsRelease Notes
0.20DocsRelease Notes
0.19DocsRelease Notes
0.18DocsRelease Notes
© 2016 Facebook Inc.

React Native Versions

React Native is following a 2-week train release. Every two weeks, a Release Candidate (rc) branch is created off of master and the previous rc branch is being officially released.

masterDocs
0.29-rcDocsRelease Notes
(current) 0.28DocsRelease Notes
0.27DocsRelease Notes
0.26DocsRelease Notes
0.25DocsRelease Notes
0.24DocsRelease Notes
0.23DocsRelease Notes
0.22DocsRelease Notes
0.21DocsRelease Notes
0.20DocsRelease Notes
0.19DocsRelease Notes
0.18DocsRelease Notes
© 2016 Facebook Inc.
\ No newline at end of file