Is there a guide to writing Models in Typescript? #1938
Unanswered
rjmatthews62
asked this question in
Q&A
Replies: 1 comment
-
|
So, turns out there ARE some typescript examples provided: here The key takeaways seem to be add emitDecoratorMetadata and experimentalDecorators to tsconfig.json: (This is for react native 0.79.0) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to be able to write the model definition files in Typescript. In particular, all my attempts so far have failed when trying to use decorations... I believe the babel plugins may be fighting with the inbuild TS decorations....
Beta Was this translation helpful? Give feedback.
All reactions