-
Notifications
You must be signed in to change notification settings - Fork 56
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
RN update breaks customAction #140
Comments
Same here |
Same |
Same for me |
fixed it by replacing
with
|
Where do you put this code? |
In the main index of this module: yourProject/node_module/react-native-simple-router/index.js @ line 238 Other option is to get the following commit/fork:
|
Otherwise just submit a PR and i'll approve it On Thu, Jul 28, 2016 at 11:28 AM Adel Bruno Grimm [email protected]
|
Doesnt work for me. Used your commit/fork. My project is [email protected] |
Well my project is also running on 29.2. I will submit a PR with my newest fix in the next ten minutes |
try removing the module by hand, then run npm cache clean and than install it again and start the packager. |
My bad, it breaks as soon as i try to use customAction, but i fixed it, i will submit a PR |
I can see why there was a recursive loop... @charpeni mind taking a look at this as well? |
i got it fixed and submitted a PR, should work now @michelantonides and @SEthX |
@BigPun86 Thank you very much. It works |
Since i have updated my project to react-native @v0.27.2 and [email protected] i get this error when i try to trigger my customAction callback
Any ideas?
The text was updated successfully, but these errors were encountered: