Getting Started
#
Installation- npm
- Yarn
- Latest version tested with React-Native versions 0.63+
#
Enabling Decorators#
TypeScriptEnable the compiler option "experimentalDecorators": true
in your tsconfig.json.
#
Babel 7Install support for decorators:
- npm
- Yarn
And enable it in your babel.config.js file (note that the order is important):