Skip to content

lindesvard/rnn-starter-by-cg

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published