From c8436b595ae10f3dde7ac867b4ec969b3b74ff12 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 8 Aug 2016 06:00:48 +0000 Subject: [PATCH] Updated docs for 0.31 --- releases/0.31/docs/using-navigators.html | 11 ++++++----- versions.html | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/releases/0.31/docs/using-navigators.html b/releases/0.31/docs/using-navigators.html index 58dd9e7f5f1..628954ad29a 100644 --- a/releases/0.31/docs/using-navigators.html +++ b/releases/0.31/docs/using-navigators.html @@ -2,11 +2,12 @@ import { View, Text } from 'react-native'; export default class MyScene extends Component { - getDefaultProps() { - return { - title: 'MyScene' - }; - } + static propTypes = { + title: React.PropTypes.string, + }; + static defaultProps = { + title: 'MyScene', + }; render() { return ( diff --git a/versions.html b/versions.html index 35d46b1c25e..95878433010 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.32-rcDocsRelease Notes
(current) 0.31DocsRelease Notes
0.30DocsRelease Notes
0.29DocsRelease Notes
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.32-rcDocsRelease Notes
(current) 0.31DocsRelease Notes
0.30DocsRelease Notes
0.29DocsRelease Notes
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