Skip to content
New issue

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

empty default background used when transiting #3052

Closed
weijiederrick91 opened this issue May 24, 2018 · 1 comment
Closed

empty default background used when transiting #3052

weijiederrick91 opened this issue May 24, 2018 · 1 comment

Comments

@weijiederrick91
Copy link

Version

Tell us which versions you are using:

  • react-native-router-flux v4.0.0-beta.27 (v3 is not supported)
  • react-native v0.53.0

Expected behaviour

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>

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.

@aksonov
Copy link
Owner

aksonov commented Aug 8, 2018

It is not supported at this moment

@aksonov aksonov closed this as completed Aug 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants