Skip to content

Uber App built with react native and using Uber Riders APIs

Notifications You must be signed in to change notification settings

wendelnascimento/Uber-App-RN

Repository files navigation

Initialize

Everyone must run this script at first.

node scripts/init

Coding

We have prepared everything for you. You just need run script below:

yarn start

Build app

Before build app, you should create signature for android

  sh scripts/build/android-signature.sh

Before build app, you should create personal certificate and upload to apple developer. Or create by xcode automatically.

And then you can build

sh scripts/build/archive.sh

Upload to App Store

You can use Xcode -> Product -> Archive, and click Upload to App Store when complete.

Also, you can use shell script.

sh scripts/build/archive.sh && sh scripts/build/upload-app-store.sh

In this way, you should override teamID in file ios/exportOptions/app-store.plist, go to apple developer to fetch the keyword named: Prefix

About

Uber App built with react native and using Uber Riders APIs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published