-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for the experimental syntax 'decorators-legacy' isn't currently enabled #81
Comments
I got the same problem |
@super918180 I fixed this issue with following steps:
But I'm not sure that it is right way. |
if you are using latest rn,the rn-cli.config.js should be like this |
It's work for me! |
still bug decorators-legacy' isn't currently enabled |
@andrey-shostik thanks! Could you please explain how your solution works? |
Installing these two plugins and updating
|
Error: Support for the experimental syntax 'decorators' isn't currently enabled hers is .babelrc.json |
I recently created app with typescript by this article, and I have error when trying to apply decorator to a method
error screenshots: https://prnt.sc/l4nors, http://prntscr.com/l4np8r
tsconfig: https://pastebin.com/UsczCQ70
The text was updated successfully, but these errors were encountered: