mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Unify renderApplication across iOS and Android
Reviewed By: spicyj Differential Revision: D3385860 fbshipit-source-id: 256a2d12691dc9fddc56eaf150697f07b830da92
This commit is contained in:
committed by
Facebook Github Bot 4
parent
8c29a52c54
commit
23027cd730
@@ -60,7 +60,7 @@ var AppContainer = React.createClass({
|
||||
return (
|
||||
<View style={styles.appContainer}>
|
||||
<View
|
||||
collapsable={false}
|
||||
collapsable={!this.state.inspector}
|
||||
key={this.state.mainKey}
|
||||
style={styles.appContainer} ref="main">
|
||||
{this.props.children}
|
||||
|
||||
Reference in New Issue
Block a user