Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1017 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 1017 Bytes

This project is a playground to build a mobile app with React Native.

This app can be downloaded with Expo

This project was bootstrapped with Create React Native App.

The most recent version of this operation guide is available here.

Features

  • Facebook authentication.
  • Tab, Stack and Drawer navigation
  • Maps, use geolocation google api to complete addresses.
  • Profile page.
  • Settings page.

Tech Stack

  • react-native with Expo.
  • react-navigation for the routing.
  • mobx as a the state management.
  • glamorous for the css solution.
  • native-base for the set of components.

Installation

Configuration

Copy secrets.exmaples.json to secrets.json and fill the facebook appId and the google api key. Do not forget to enable the geolocation and places google API.