We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tell us which versions you are using:
Actions.jump('tabbar', this.props.rowData) is supposed to send props to all children of scene with key 'tabbar'
Props is sent to first child only below is the scene heirarchy
The text was updated successfully, but these errors were encountered:
<Scene key="tabbar" tabs tabBarPosition='bottom'> <Scene key='StepList' title='Steps' icon={TabIcon} back component={StepList} iconName="list-ul" swipeEnabled /> <Scene key="See Site on Map" title="See Site on Map" icon={TabIcon} back component= {ShowMap} iconName="map-marker" swipeEnabled /> <Scene key='Show Documents' title="Site Documents" icon={TabIcon} back component= {DocumentList} iconName="file-pdf-o" swipeEnabled /> </Scene>
Sorry, something went wrong.
Please check Example project and TabView.js with Actions.tab_5_1({ data: 'test!' })
Actions.tab_5_1({ data: 'test!' })
No branches or pull requests
Version
Tell us which versions you are using:
Expected behaviour
Actual behaviour
Props is sent to first child only
below is the scene heirarchy
The text was updated successfully, but these errors were encountered: