Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

jean-leonco/Foton-mobile

Repository files navigation

Foton Challenge mobile

This app is the mobile version of the Foton challenge. Built with react native and relay, it's use the newest in mobile technology.

screenshots

Getting Started

Choose a folder to save the project and clone the repository:

git clone https://github.com/jean-leonco/Foton-mobile

Prerequisites

Ensure you have the following resources to use properly:

  • Foton api
  • Yarn or npm
  • React Native cli
  • Android SDK
  • Android device

You can use an Android physical or virtual device. Check React Native getting started, for device configuration

Installing

Access the project folder in your terminal and run yarn or npm install.

Configuration

If you are running on physical device attached to usb port or virtual device, It's necessary to:

adb reverse tcp:5000 tcp:5000

The command will redirect request made on device's 5000 port to your machine 5000 port.

Running

First, install the app. In the terminal, run:

yarn android

Sometimes, react-native does not open metro bundler terminal. In this case, run:

yarn start

If after these steps, all you can see is a white screen, reopen the app.

About

Challenge to be part of the best dev team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published