Youmenomi / create-react-native-unimodules-app

Set up a react native unimodules app by running one command.

Home Page:https://www.npmjs.com/package/create-react-native-unimodules-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-react-native-unimodules-app Build Status

Create react native unimodules apps with no build configuration.

Quick Start

If you don't have react-native-cli yet, get it:

npm i -g react-native-cli

Install the create-react-native-unimodules-app CLI command line utility:

npm i -g create-react-native-unimodules-app

Use the command line interface to generate a new React Native Unimodules project called "AwesomeProject":

# js
create-react-native-unimodules-app i AwesomeProject

# ts
create-react-native-unimodules-app i AwesomeProject -t

The project generated by this CLI depends on the react-native-unimodules-ts-starter repository.

About

Set up a react native unimodules app by running one command.

https://www.npmjs.com/package/create-react-native-unimodules-app

License:MIT License


Languages

Language:JavaScript 100.0%