-
Notifications
You must be signed in to change notification settings - Fork 68
error when importing #54
Comments
I got this example to run, https://github.com/Thorbenandresen/ExNavigatorExampleModal. I'll use this example as a base, thanks @thorbenandresen. |
I have the exact SyntaxError as @yberstad when importing using RN 0.16.0-rc. |
React Native 0.16 broke a couple things -- use 0.15 for now. |
@ide , ok, I am now on 0.15, but get exactly same error as OP, any clue how to solve this? |
Ok, saw u have updated to 0.3.4 (and later 0.3.5), removing autobind and the updated documentation says ExNavigation is 0.16 compatible. I'll try 0.16.0-rc then... |
I also have this problem. I am on 0.15.0-rc . How could I fixed it? |
@guanMac I upgraded to 0.16.0 and it worked perfectly! :-) |
I can't upgrade to the lastest RN becuase of Redux.. I resolved this issue by placing
|
I'm getting this whenever I try to import the module. Did I do something incorrectly? I don't feel like there was a lot of steps I could have gone wrong with. I'm using react-native 0.14.2 if that helps.
The text was updated successfully, but these errors were encountered: