Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 797 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 797 Bytes

RNN Starter

This is a forked repository from https://github.com/kanzitelli/rnn-starter

I have done changes what I prefer.

Getting Started

Manual setup

  1. Clone the repo
> git clone https://github.com/kanzitelli/rnn-starter.git AppName && cd AppName
  1. Remove .git file (if not planning to contribute)
> rm -rf .git
  1. Install packages and pods
> yarn && yarn ios:pods
  1. Run it!

Open XCode or Android Studio to run the project (recommended) or do

> yarn ios
> yarn android

If you need to rename the app, do the following (based on react-native-rename):

> yarn rename NewAppName
> yarn ios:pods

License

This project is MIT licensed