Skip to content

macielrsf/hackaton_rocketseat

Repository files navigation

ADA

Installation steps

After clone this project, enter the project directory through console and execute the following steps:

Android

Inside Android directory, create local.properties file and set Android SDK path:

Example: sdk.dir = /Users/home/Android/Sdk

Lastly:

npm install && npx react-native run-android

iOS

npm install && cd ios/ && pod install && cd ..

npx react-native run-ios

Or opens ada.xcworkspace with Xcode and build the project.

Postinstall

If Metro Bundler fails, then run:

npx react-native start

And opens the app on device or emulator.

App Instructions

  • Intro screen, is showed just at first installation.
  • At Login screen enter with any user and password to continue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published