randomuser.me React Native by Johntatan Botero ([email protected])
===
This is a technical test on React Native developed by Johnatan Botero
- List of contacts wiht basic informatio
- List of contacts with Linking Cel, phone, Email and Address
- Detail of contact with picture update
- Detail of contact with Linking Cell, Phone, Cell, Address and email
- Detail of contact with pin of location on Google Maps and Linking to external gps App
Install the complementary packages
yarn install
# or
npm install
cd ios
pod install
# or
yarn pod
Run the project
react-native run-ios
# or
react-native run-Android
If Yarn was installed when the project was initialized, then dependencies will have been installed via Yarn, and you should probably use it to run these commands as well. Unlike dependency installation, command running syntax is identical for Yarn and NPM at the time of this writing.
yarn ios
#or
yarn android
If use npm
npm run ios
#or
npm run android
-
Video: https://www.dropbox.com/s/xr2pwmvstib02kx/Screen Recording 2019-11-29 at 4.07.44 PM.mov?dl=0
-
TestFlight iOS: https://testflight.apple.com/join/1LCkgLoi (Public Link)
-
Bundle aab: https://www.dropbox.com/s/37cuwkers72c5js/randomuserBuild.aab?dl=0
-
Release apk: https://www.dropbox.com/s/sw6lhs88ivnhmyt/randomuserRelease.apk?dl=0