@nativescript-dom/react-types
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

react-types

Typescript types for react-nativescript that give you proper and complete intellisense in code editors.

Installtion

  1. Install the core and react types in your project
npm install @nativescript-dom/core-types @nativescript-dom/react-types --save-dev
  1. Configure tsconfig.json as below
{
  "compilerOptions": {
    ...
    "types": [
        "node",
        "@nativescript-dom/core-types",
        "@nativescript-dom/react-types"
        ],
...
  }

That's it, enjoy a fully typed react-nativescript experience.

MIT Licensed

Package Sidebar

Install

npm i @nativescript-dom/react-types

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

24.8 kB

Total Files

4

Last publish

Collaborators

  • ammarahm-ed