Skip to content

antonpunith/rn-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Native Scripts

This repository aims to make react native development faster using command line tools on a Mac.

React Native Init

in the command line run

./rn-init.sh [PROJECT_NAME]

This script

  • initiliases react native
  • adds git
  • ignors package-lock.json and yarn.lock
  • added eslint-config-rallycoding
  • added .eslintrc

Add App Auth

./app-auth.sh [PROJECT_NAME]

This script

  • installs react-native-app-auth
  • creates Podfile
  • installs Pods
  • commits on git
  • TODO - ios & Android changes

About

handy cli scripts for react native projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages