Skip to content

RafaelTorres/PSImageDemo

Repository files navigation

PSImageDemo

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.

Quick start

Before running the project keep in mind the configuration required by React Native Building Projects with Native Code

  1. Clone this repo
  2. Move to the appropriate directory: cd PSImageDemo.
  3. Run yarn install or npm install to install the app.
  4. Execute react-native link to install and configure native module dependencies.
  5. To Running in android simulator execute react-native run-android or if you have Mac OS execute react-native run-ios to running in iOS simulator.

About project

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.

PSImage - Android

PSImage - iOS

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:

Unit test

To running simple unit test run npm test.

To running unit test with Eslint run npm run lint

License by Pepperoni

MIT License