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
I'm trying to use react-native-router-flux with my project.
TypeError: Cannot read property 'clone' of undefined This error is located at: in Router (at RouterComponent.js:9)
TypeError: Cannot read property 'clone' of undefined
This error is located at: in Router (at RouterComponent.js:9)
import React from 'react'; import { Scene, Router, Stack } from 'react-native-router-flux'; import LoginForm from './components/LoginForm'; const RouterComponent = () => { return ( <Router hideNavBar= "true"> <Scene key="root"> {/* App parent/root scene */} <Scene key="login" component={LoginForm} title="Please Login" /> </Scene> </Router> ); }; export default RouterComponent;
The text was updated successfully, but these errors were encountered:
I can't reproduce. Please check Example project. Maybe you should not use { } inside Scene
{
}
Scene
Sorry, something went wrong.
@CZHach did you figure out the cause?
You must like this Actions.product({ time: new Date() });to input the props @socialcode-rob1
Actions.product({ time: new Date() });
No branches or pull requests
I'm trying to use react-native-router-flux with my project.
Version
Error
My Code
The text was updated successfully, but these errors were encountered: