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:
Should push to new scene
Does nothing and the action taken place is " REACT_NATIVE_ROUTER_FLUX_PUSH"
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
Note: This code worked correctly on react-native-router-flux v4.0.0.beta8
<Scene key="root" {...sceneConfig} hideNavBar={true} style={{backgroundColor: 'white'}} > <Scene key="launch"{...sceneConfig} component={InitialScreen} initial hideNavBar style={{ backgroundColor:'white'}}/> <Scene key="login" {...sceneConfig} cardStyle={{backgroundColor: 'white'}} component={Login} title="Login" duration={1}/> <Scene key="register" {...sceneConfig}component={Register} duration={1}/> </Scene> var sceneConfig = { cardStyle: { backgrouwndColor: 'white' }, labelStyle: { fontFamily: 'open-sans', }, activeTintColor: '#de1d3e', inactiveTintColor: 'gray', navBarTintColor: 'red', }
Buttons used to get to Scene:
<Button style={styles.clickButton} textStyle={styles.buttonTextStyle} onPress={() => Actions.login()}> Log In </Button> <Button style={styles.clickButton} textStyle={styles.buttonTextStyle} onPress={() => Actions.register()}> Sign Up </Button>
The text was updated successfully, but these errors were encountered:
Had to remove node modules and restart package manager. Sorry for stupid issue.
Sorry, something went wrong.
No branches or pull requests
Version
Tell us which versions you are using:
Expected behaviour
Should push to new scene
Actual behaviour
Does nothing and the action taken place is "
REACT_NATIVE_ROUTER_FLUX_PUSH"
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
Note: This code worked correctly on react-native-router-flux v4.0.0.beta8
Buttons used to get to Scene:
The text was updated successfully, but these errors were encountered: