TalkMap icon indicating copy to clipboard operation
TalkMap copied to clipboard

use react native (iOS and Android), firebase, Google Map and dva Framework to create a LBS social talk app

TalkMap

use react native, firebase, Google Map and dva Framework to create a LBS social talk app

alt text

  1. react native
  2. dva Framework (React and redux based, lightweight and elm-style framework)
  3. Google firebase
  4. lodash
  5. antd-mobile GUI Framework
  6. react-native-maps
  7. react-native-router-flux

iOS

  > git clone [email protected]:smalltide/TalkMap.git
  > cd TalkMap
  > npm install
  > react-native link
  > react-native run-ios

Android

  > git clone [email protected]:smalltide/TalkMap.git
  > cd TalkMap
  > npm install
  > react-native link
  > react-native run-android