mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 09:29:07 +08:00
Fix UI Explorer in Android.
Summary: The refactor work (renamed `navigationState.children` to `navigationState.routes`) from D3333735 broken UI Explorer in Android. Fix it. Reviewed By: ericvicenti Differential Revision: D3334014 fbshipit-source-id: 345fbb5eabc792a49c6f2f82ce8c03679bc75940
This commit is contained in:
committed by
Facebook Github Bot 0
parent
68af89dcbf
commit
0b72eba869
@@ -59,7 +59,7 @@ const NavigationBasicExample = React.createClass({
|
||||
return (
|
||||
<ScrollView style={styles.topView}>
|
||||
<NavigationExampleRow
|
||||
text={`Current page: ${this.state.croutes[this.state.index].key}`}
|
||||
text={`Current page: ${this.state.routes[this.state.index].key}`}
|
||||
/>
|
||||
<NavigationExampleRow
|
||||
text={`Push page #${this.state.routes.length}`}
|
||||
|
||||
Reference in New Issue
Block a user