Filament package for react-native-template-vidatec
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.
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}