-
Notifications
You must be signed in to change notification settings - Fork 139
Support React-Navigation v2.3 #57
Support React-Navigation v2.3 #57
Conversation
Great work, this must be included! @gorhom Have you had time to check the conflicting files? |
* master: ⬆️ upgrades reactotron to latest version (infinitered#77) Fix typo and fix import path (infinitered#73) Remove unused import and update path (infinitered#72) Misc: Increment version to beta.2 Update: replace sed command to plain js / fixed android path camelcase bug (infinitered#69) 1.0.0-beta.1 beta 0 Changed version number Change bowser to beta (infinitered#64)
Thanks @nonameolsson , I have merge latest changes from master and fixed the conflicting files 👍 |
+1 would love to get this update. Bump I'm working on a pull-request to bump the bowser boilerplate to RN 0.57 + a general bump of "all" dependencies. Would be great to have this merged so I can merge it with the version bump. |
I'm going to take a look at this today and see if we can't get it merged soon. |
@gorhom Everything seems to work great! Any chance you've tried this with the latest version of react-navigation? (Which, as of today is I think 2.15.0) |
I tried 2.14.0 with @Gorhorms PR "manually patched in" on my bowser 0.57 pr / branch a couple of days ago and it seemed to work. |
Hey, I'm trying to understand the new StatefulNavigator code. Under StatefulNavigator.render, why is the getScreenProps under getNavigation (5th argument) not a function like "() => ({})" and instead just "{}". |
Hi guys !
I have updated the React-Navigation to 2.3.1 and did some changes based on the
react-navigation-redux-helpers
Thanks 👍