Simple React Native Application that connect with Unsplash Api to load a list photos and also a simple way to upload photos to the list using the local images of the device, this interacting with the navigation actions.
Before running the project keep in mind the configuration required by React Native Building Projects with Native Code
- Clone this repo
- Move to the appropriate directory:
cd PSImageDemo
. - Run
yarn install
ornpm install
to install the app. - Execute
react-native link
to install and configure native module dependencies. - To Running in android simulator execute
react-native run-android
or if you have Mac OS executereact-native run-ios
to running in iOS simulator.
This is a project developed with the React Native technology that shows in a simple way by means of a Boilerplate like Pepperoni, the implementation and configuration of several modules that are of good practice when working in this technology.
The Boilerplate used is Pepperoni, Which is used to configure structure and best practices in create React Native projects quickly.
Some modules of the modules with which we worked with this project were the following:
To running simple unit test run npm test
.
To running unit test with Eslint run npm run lint