Skip to content

tinxian/salto-pop-up-app

 
 

Repository files navigation

Getting started

Prerequisites:

Initial install:

  1. Clone this repo into your project root
  2. Run yarn
  3. Name your project with yarn rename YourAppName, this will configure the app to display your app name
  4. For adding app icon and splash screen, please refer to this guide and follow it closely

Startup

We use itermocil to start all scripts for the project with one command. You need the Iterm terminal for this to work. refer to https://github.com/TomAnthony/itermocil

  1. yarn start
  2. Follow instructions in the terminal
  3. copy and edit .env.example and make .env file in the root folder

Startup without itermocil

  1. run yarn start-metro
  2. run yarn watch
  3. run node help.js for other instructions
  4. copy and edit .env.example and make .env file in the root folder

known issues

  • At the moment react-native run-PLATFORM is not working properly on some systems with this version of React-native. Start your app using xcode and android studio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.5%
  • JavaScript 3.0%
  • Java 1.9%
  • Objective-C 1.5%
  • Starlark 1.2%
  • Shell 0.3%
  • Other 0.6%