/filament-rnvidatec

Filament package for the react-native-template-vidatec boilerplate.

Primary LanguageJavaScriptMIT LicenseMIT

npm version npm downloads

filament-rnvidatec

Filament package for react-native-template-vidatec

Installation

npm i @vidatec/filament-rnvidatec --save-dev

Add the following code to your package.json

"config": {
    "filament": {
      "package": "@vidatec/filament-rnvidatec"
    }
  }

If using react-native-template-vidatec this is automatically set for you when you run setup.js after the template init.

Usage

You can either install the Filament CLI globally (npm i filament-cli -g) or just use npx to call it.

npx filament new component {componentName}
npx filament new screen {screenName}
npx filament new redux {reduxName}
npx filament new network {networkControllerName}