/react-native-demo

React Native Demo App

Primary LanguageJavaScript

#Same Ride demo

Be aware: The code is not intented for production usage. THIS IS JUST PROOF OF CONCEPT

###Supported input

To see how map widget works, you need to enter on of theese cities:

  • New York
  • Jersey City
  • Newark
  • Irvington
  • Nutley

###Supported devices

Application was tested on iPhone 5s, 5c, 6, 6 plus, 6s, 6s plus

###Application flow

app_flow

###Run in Xcode

  1. clone this repository
  2. open ios/CompanionsApp.xcodeproj in Xcode
  3. run project

###Run for development

  1. clone this repository
  2. npm install
  3. npm start or npm hot if you want to enable hot reloading
  4. open ios/CompanionsApp.xcodeproj in Xcode
  5. open file AppDelegate.m and uncomment this line and comment this
  6. run project