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

Drawer is not working with same source code in Example. #2730

Closed
JJMoon opened this issue Dec 21, 2017 · 3 comments
Closed

Drawer is not working with same source code in Example. #2730

JJMoon opened this issue Dec 21, 2017 · 3 comments

Comments

@JJMoon
Copy link

JJMoon commented Dec 21, 2017

Version

Tell us which versions you are using:

  • react-native-router-flux v4.0.0-beta.24
  • react-native : ^0.50.1

Expected behaviour

Open Drawer Scene

Actual behaviour

Red screen.

Steps to reproduce

I guess this is not a source code issue. Because I got different results with identical source code.

I hope you to compare those 2 projects, and tell me what the difference is, what caused the problem.

  1. https://github.com/JJMoon/rnrf-example > it's working. I erased and edited from Example project.
  2. https://github.com/JJMoon/routerflux > it's not working. Created from react-native init.

Thank you in advance..

@marcoj
Copy link

marcoj commented Dec 21, 2017

Same issue...
had a project implemented 3 days ago, navigation was working perfectly.
Meanwhile had to install react-native-router-flux again (yesterday), and with the new version it doesn't work.
I'm sure it's something related to Dec 19, 2017 or Dec 20, 2017 commits.

So, I've cloned react-native-router-flux again, tested the example and confirmed that I can't navigate to any scene inside the Drawer.

Please fix.

@Blapi
Copy link
Collaborator

Blapi commented Dec 21, 2017

This issue is known and duplicated from #2718

@Blapi Blapi closed this as completed Dec 21, 2017
@JJMoon
Copy link
Author

JJMoon commented Dec 22, 2017

For somebody who are unfamiliar npm module system. (me too.)
Delete yarn.lock and edit package.json as follow.
"react-native-router-flux": "git+https://github.com/aksonov/react-native-router-flux.git#30f65a5",

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