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:
i still having issue to set the animation between my splash screen and between scenes anyway to remove all animation
<Scene key="tabbarRoot" hideNavBar type='reset' duration={300}> <Lightbox key="theLightBox"> <Tabs key="tabbar" swipeEnabled={false} animationEnabled={false} showLabel={false} tabBarStyle={styles.tabBar} tabBarPosition = "bottom" activeBackgroundColor="rgba(0, 0, 0, 0)" inactiveBackgroundColor="rgba(0, 0, 0, 0)" default="tabDashboard" tabBarOnPress={this.onTabPress} lazy={true} gesturesEnabled={false} //panHandlers={null} type='reset' > <Scene key="tabDashboard" icon={TabIconMain} navBar={HeaderDashboard} title="Dashboard" titleStyle={{color:'white'}} iconName={'tabMain'} > </Scene>
it is not suppose to have a loading screen before the screen
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here. 1. 2. 3.
The text was updated successfully, but these errors were encountered:
It is not supported at this moment
Sorry, something went wrong.
No branches or pull requests
Version
Tell us which versions you are using:
Expected behaviour
i still having issue to set the animation between my splash screen and between scenes anyway to remove all animation
Actual behaviour
it is not suppose to have a loading screen before the screen
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
1.
2.
3.
The text was updated successfully, but these errors were encountered: