Project Summary
A a mobile application using React Native that accesses the Unsplash API to allow users to
view recently posted photos, search for photos, and store their favourite photos in a database.
** Require Android Virtual Device (AVD) Manager to run
- Download from github
- run npm install
iOS
- Open app in vs code and start react-native packager
- run react-native run-ios --simulator="iPhone 6"
Android
- Open a Terminal and run android avd
- Create a device:
AVD Name: Nexus7
Device: Nexus 7 (7.02", 1200 x 1920: xhdpi)
Skin: No skin
Emulator Options: Use Host GPU
all other items default
- Click OK.
- Select Device from list and click Start...
- Click Launch
- Open terminal in project directory
- run react-native run-android