Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-react-native-ignite

Package Overview
Dependencies
Maintainers
6
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-react-native-ignite

Create new react native files that fit the IR workflow

  • 1.13.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

Users

It is preferred that you use the ignite-cli instead of using the generator directly. Only continue researching here if you are planning on adding new functionality that the CLI will call.

Developers

Requirements

Make sure you have Yeoman:

npm install -g yo

Now install ignite generator

npm install -g generator-react-native-ignite

Use

  • yo react-native-ignite AppName -- Generate new React Native app based off of IR RNBase
  • yo react-native-ignite:container ContainerName -- Simple container
  • yo react-native-ignite:screen ScreenName -- An opinionated container
  • yo react-native-ignite:component ComponentName -- Creates a base component
  • yo react-native-ignite:redux ReduxName -- Create a Redux with three actions: request, success and failure.
  • yo react-native-ignite:saga SagaName -- Saga for use with redux-saga

When Developing

Run npm link to link this code base locally and so you don't have to keep reinstalling, you've got a symlink. Have a look :eyes: at our helpers in src\utilties.js, to save reinventing the wheel.

Compile

Code is written in ES2015+, so npm run compile will babelfy the source.

Keywords

FAQs

Package last updated on 27 Dec 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc