use react native, firebase, Google Map and dva Framework to create a LBS social talk app
- react native
- dva Framework (React and redux based, lightweight and elm-style framework)
- Google firebase
- lodash
- antd-mobile GUI Framework
- react-native-maps
- 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