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