ex-navigator
ex-navigator copied to clipboard
error when importing
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.
I'm having a similar problem, using 0.12.0.
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 .babelrc
under the project root. (I'm using Bebel5.8)
{
"whitelist": [
"es7.classProperties",
],
}