@iamgraeme/filament-react-native

1.0.7 • Public • Published

Installation

npm i @iamgraeme/filament-react-native --save-dev

or

yarn add @iamgraeme/filament-react-native -D

Add 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

Readme

Keywords

none

Package Sidebar

Install

npm i @iamgraeme/filament-react-native

Weekly Downloads

0

Version

1.0.7

License

MIT

Unpacked Size

13 kB

Total Files

17

Last publish

Collaborators

  • iamgraeme