Skip to content

mxldyn/eat-vegetal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • React Native environment
  • Credentials files
  • Environment files

Installation

npm install

Getting started

Android

npm run android:dev
npm run android:prod

iOS

npm run ios:dev
npm run ios:prod

Clean

Android

npm run android:clean

iOS

npm run ios:clean

Metro

npm run metro:clean

Testing

Unit

npm run test

E2E

npm run android:build:e2e:dev
npm run android:build:e2e:prod
npm run e2e:start
npm run e2e:android
npm run e2e:ios

Check code

npm run lint
npm run lint:fix
npm run lint:check
npm run pretty

Maintenance

npm install -g npm-check
npm-check -u

Releases

Android

First step:

Increment versionCode and versionName in ".env.*" file

npm run android:build:dev
npm run android:build:prod
  1. Take the file located in "./android/app/build/outputs/bundle/release/app.aab"
  2. Upload to Play Store

iOS

npm run ios:prepare:dev
npm run ios:prepare:prod
  1. Open Xcode
  2. Increment Version and Build in Xcode
  3. Clean project
  4. Build project
  5. Archive project
  6. Upload to TestFlight
  7. Upload to App Store

Documentation

About

Sample app in react native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published