Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 680 Bytes

File metadata and controls

29 lines (26 loc) · 680 Bytes

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 git@github.com:smalltide/TalkMap.git
  > cd TalkMap
  > npm install
  > react-native link
  > react-native run-ios

Android

  > git clone git@github.com:smalltide/TalkMap.git
  > cd TalkMap
  > npm install
  > react-native link
  > react-native run-android