1.0.7 • Published 6 years ago
@iamgraeme/filament-react-native v1.0.7
Installation
npm i @iamgraeme/filament-react-native --save-devor
yarn add @iamgraeme/filament-react-native -DAdd the following code to your package.json
"config": {
"filament": {
"package": "@iamgraeme/filament-react-native"
}
}Usage
You can either install the Filament CLI globally (npm i filamentcli -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}Other
Forked from https://github.com/Vidatec/filament-rnvidatec, altered to add functional components. Thanks