Hi, I use react-native and babel-plugin-module-resolver, and I got the error
Unexpected token {
in index.ios.js
I added the extension already:
['.js', '.ios.js', '.android.js']
And now I am using babel-plugin-module-alias, and it work fine.
Any idea? Thanks.
Hi, I use
react-nativeandbabel-plugin-module-resolver, and I got the errorUnexpected token {in index.ios.js
I added the extension already:
['.js', '.ios.js', '.android.js']And now I am using
babel-plugin-module-alias, and it work fine.Any idea? Thanks.