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

By default lazy prop = {true} on beta.31. Are the docs wrong or is this a bug? #3039

Closed
themakerman opened this issue May 17, 2018 · 3 comments

Comments

@themakerman
Copy link

Version

Tell us which versions you are using:

{
  "main": "node_modules/expo/AppEntry.js",
  "private": true,
  "dependencies": {
    "expo": "^27.0.1",
    "react": "16.3.1",
    "react-native": "https://github.com/expo/react-native/archive/sdk-27.0.0.tar.gz",
    "react-native-elements": "^0.19.1",
    "react-native-router-flux": "^4.0.0-beta.31",
    "react-redux": "^5.0.7",
    "redux": "^4.0.0",
    "redux-persist": "^5.9.1",
    "redux-thunk": "^2.2.0"
  }
}

Expected behaviour

By default lazy prop for tabs should be false (as per docs)

Actual behaviour

By default i am seeing its true in 4.0.0-beta.31

Should the docs be updated? or something wrong with beta.31?

@daviscabral
Copy link
Collaborator

Do you mind checking which version of react-navigation was installed over there? As soon as I get some time, I'll investigate this and get back to you about it. Thank you for reporting.

@themakerman
Copy link
Author

@daviscabral As per release docs, 4.0.0-beta.31 is using react-navigation 1.5.8

@aksonov
Copy link
Owner

aksonov commented Aug 8, 2018

Please try to reproduce it with Example project and latest version 4.0.0-beta.40. Feel free to open if the issue still exists

@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

3 participants