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

LinkingManager.getInitialURL #3158

Closed
toooldmohammad opened this issue Aug 4, 2018 · 1 comment
Closed

LinkingManager.getInitialURL #3158

toooldmohammad opened this issue Aug 4, 2018 · 1 comment

Comments

@toooldmohammad
Copy link

Version

Tell us which versions you are using:

  • react-native-router-flux v4.0.0-beta.31
  • react-native v0.55.4

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')

error

how i can fix it?
thanks all

@aksonov
Copy link
Owner

aksonov commented Aug 8, 2018

@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