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:
that the router could be accessed by my app!
My code
import React from 'react'; import {Router, Scene, root } from 'react-native-router-flux';
import FormLogin from './Components/FormLogin'; import FormCadastro from './Components/FormCadastro';
export default props => (
);
The text was updated successfully, but these errors were encountered:
There's no code to watch actually.
Moreover, the error message is clear enough, there should be one wrapper inside of your Router like this :
<Router> <Stack key='root'> <Scene /> <Scene /> <Scene /> <Scene /> <Scene /> </Stack> </Router>
Check the Example project for more infos
Sorry, something went wrong.
No branches or pull requests
Version
Tell us which versions you are using:
react-native-cli: 2.0.1
Expected behaviour
that the router could be accessed by my app!
Actual behaviour
My code
import React from 'react';
import {Router, Scene, root } from 'react-native-router-flux';
import FormLogin from './Components/FormLogin';
import FormCadastro from './Components/FormCadastro';
export default props => (
The text was updated successfully, but these errors were encountered: