1.2.2 • Published 5 years ago

react-native-template-jordand v1.2.2

Weekly downloads
57
License
-
Repository
-
Last release
5 years ago

react-native-template-jordand

react-native init NewApp --template=jordand

Instructions in app/* directories.

Optional Filament support

This repository supports Filament CLI when using the filament-jordandrn package.

Steps to install

  • Install filament globally with npm i -g filamentcli
  • Install filament-jordandrn in the project with npm i filament-jordandrn
  • Link the package to your project by modifying package.json and adding the following to the top level of the file:
    "config": {
      "filament": {
        "package": "filament-jordandrn"
      }
    }

You'll now be able to use filament commands to generate screens, components, network and redux controllers:

  • filament new component <componentName>
  • filament new screen <screenName>
  • filament new network <networkControllerName>
  • filament new redux <reduxName>
1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago