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:
App.js
export default class App extends Component { render(){ return ( <Router> <Scene key="root"> <Scene key="Splash" component={Splash} hideNavBar /> </Scene> </Router> ) } }
Splash is just a simple react component
error: TypeError: undefined is not an object (evaluating 'LinkingManager.getInitialURL')
how i can fix it? thanks all
The text was updated successfully, but these errors were encountered:
https://facebook.github.io/react-native/docs/linking
Sorry, something went wrong.
No branches or pull requests
Version
Tell us which versions you are using:
App.js
Splash is just a simple react component
error:
TypeError: undefined is not an object (evaluating 'LinkingManager.getInitialURL')
how i can fix it?
thanks all
The text was updated successfully, but these errors were encountered: