1.2.2 • Published 7 years ago
react-native-template-jordand v1.2.2
react-native-template-jordand
react-native init NewApp --template=jordandInstructions in app/* directories.
Optional Filament support
This repository supports Filament CLI when using the filament-jordandrn package.
Steps to install
- Install
filamentglobally withnpm i -g filamentcli - Install
filament-jordandrnin the project withnpm i filament-jordandrn - Link the package to your project by modifying
package.jsonand 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>