New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-react-native-unimodules-app

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-react-native-unimodules-app

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

latest
Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

react-native

FAQs

Package last updated on 08 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts