This repository was archived by the owner on Feb 15, 2019. It is now read-only.
This repository was archived by the owner on Feb 15, 2019. It is now read-only.
Open
Description
I have this issue when trying to use the ex-navigation.
My package.json:
{
"dependencies": {
"@expo/ex-navigation": "^4.2.0",
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-maps": "^0.13.0"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"babel-jest": "23.4.2",
"babel-preset-react-native": "^5",
"eslint-config-rallycoding": "^3.2.0",
"jest": "23.5.0",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
}
}
My .babelrc is:
{ "presets": [ "react-native" ], "env": { "development": { "plugins": [ "@babel/plugin-syntax-dynamic-import" ] } } }
I tried with
{
"presets": ["react-native-stage-0/decorator-support"]
}
but have other issues which some mentioned that they fixed with the first part of the code which I shared. Any suggestions?
Metadata
Metadata
Assignees
Labels
No labels