davidwwu / poolpal-react-native

React native version of my PoolPal app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

poolpal-react-native

React native version of my PoolPal app

Uber-like ride-sharing application created with react-native and react-native-map.

Uber-like animation

Had to make some adjustments to the underlying components for the application to work properly.

Installation

Clone this repo and run

npm install

You will need to follow the official react-native-maps installation guide to prepare the application for google maps.

To run this application in development mode

Run

react-native run-ios

if you are running this application for the first time.

In future builds, you can just run

react-native start

to start the server for live reloading.

Alternitavely, you can run it either on a simulator or on your local device through Xcode. Just make sure to use the /ios/*.xcworkspace project file instead of the .xcodeproj one.

To build your app for production,

Follow facebook's official guide.


Note that I only make sure it supports iOS devices, for now. It may or may not work on Android devices.

About

React native version of my PoolPal app


Languages

Language:JavaScript 100.0%