Author: Maciel Santos macielrsf@gmail.com
This project is a practice test for React Native Developer position at Aurum Software.
After clone this project, enter the project directory through console and execute the following steps:
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
npm install && cd ios/ && pod install && cd ..
npx react-native run-ios
Or opens aurum.xcworkspace with Xcode and build the project.
If Metro Bundler fails, then run:
npx react-native start
And opens the app on device or emulator.
- Intro screen, is showed just at first installation.
- At Login screen enter with any user and password to continue.