@sile/rng

react native generator

Usage no npm install needed!

<script type="module">
  import sileRng from 'https://cdn.skypack.dev/@sile/rng';
</script>

README

React Native generator

This is a generator on top of react-native-cli

Description


The purpose of this generator is to generate a standard app structure and files using commands.

Installation


Currently in development, please clone the repo, cd into it and type sudo npm install -g

Usage


Init

    $ rng init #initialize react native app if does not exists and create a rails-flavored app structure

Generate Component

//TODO