For me this was a issue of not having babel setup properly.
Install with this:
And than add the plugin to my .babelrc file
Install with this:
npm i babel-plugin-transform-decorators-legacy --save-dev
And than add the plugin to my .babelrc file
{
"presets": ["react-native"],
"plugins": ["transform-decorators-legacy"]
}
No comments:
Post a Comment