You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MasterScene ( Component={ MasterSceneComponent } )
| |
V V
InnerScene1 InnerScene2
(initial)
If i understand right, MasterScene containing code below...
render(){return(<View><Text>Hello from master scene</Text><DefaultRenderernavigationState={children[0]}onNavigate={this.props.onNavigate}/></View>)}
will produce merged Master and Inner scene and Inner scene will be within defaultRender?
Without defaultrenderer element my scene won't rendering but with one it renders outside under that element and won't stretch it by its content. What should this element do? There is not enough information about that element in documentation.
The text was updated successfully, but these errors were encountered:
9 июля 2017 г., в 12:23, xahon ***@***.***> написал(а):
Is defaultrenderer a container for inner scenes?
MasterScene ( Component={ MasterSceneComponent } )
| |
V V
InnerScene1 InnerScene2
(initial)
If i understand right, MasterScene containing code below...
render () {
return (
<View>
<Text>Hello from master scene</Text>
<DefaultRenderer navigationState={ children[0] } onNavigate={ this.props.onNavigate } />
</View>
)
}
will produce merged Master and Inner scene and Inner scene will be within defaultRender?
Without defaultrenderer element my scene won't rendering but with one it renders outside under that element and won't stretch it by its content. What should this element do? There is not enough information about that element in documentation.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Is defaultrenderer a container for inner scenes?
If i understand right, MasterScene containing code below...
will produce merged Master and Inner scene and Inner scene will be within defaultRender?
Without defaultrenderer element my scene won't rendering but with one it renders outside under that element and won't stretch it by its content. What should this element do? There is not enough information about that element in documentation.
The text was updated successfully, but these errors were encountered: