create-react-native-wireframe
v0.0.2
Published
A CLI to add wireframe components to your React Native project.
Readme
create-react-native-wireframe
A CLI tool to add wireframe components to your React Native project.
Usage
npm create react-native-wireframeThis will copy the wireframe components and theme into a wireframe folder in your project.
Requirements
- Node.js >= 14
- npm >= 7
What it does
- Copies the
components,theme, andindex.tsfromreact-native-wireframeinto your project under a newwireframefolder. - Fails if the
wireframefolder already exists.
Troubleshooting
If you see an error about the folder already existing, delete the wireframe folder and try again.
Development
- To test locally, run:
npm run cli
