Code Monkey home page Code Monkey logo

react-native-taxi-clone's Introduction

demo page: 

http://res.cloudinary.com/dqtdsrmtz/image/upload/v1505623976/Screen_Shot_2017-09-17_at_12.41.06_AM_jykdxg.png


1. react-native init MyApp
2. npm install --save-dev [email protected]
3. react-native run-ios
4. cmd + D => live reload
5. redux:
  > npm install react-redux redux-thunk react-native-router-flux react-addons-update --save
  > npm install redux-logger --save-dev

6. install ruby
7. install cocoapods
8. google map api (enable it!!)
9. npm install --save native-base
10. npm install --save react-native-maps
11. create file: ios/podfile
  > run: pod install
12. setup ios/MyApp.xcworkspace
  > AppDelegate.m => add line: @import GoogleMaps;
  > [GMSServices provideAPIKey:@"AIzaSyA0z3M1f9--D7QydlfokGdFYDLYxUqXZsA"];

13. re-run app: react-native run-ios
14. react native vector icons
  > npm install --save react-native-vector-icons
  > react-native link react-native-vector-icons
15. Autocomplete: google place API (enable it!!)
  > npm install --save react-native-google-places
  > react-native link react-native-google-places
  > change file: ios/podfile
  > run: pod install
  > edit: ios/MyApp.xcworkspace
  > AppDelegate.m => add line: @import GooglePlaces;
  > [GMSPlacesClient provideAPIKey:@"YOUR_IOS_API_KEY_HERE"];
16. Google Place Matrix => calculate taxi fare
17. NodeJS API
  > npm install --save express body-parser ejs
  > npm install --save mongojs
18. Mlab
19. socket.io & redux
  > npm install --save socket.io redux-socket.io

react-native-taxi-clone's People

Contributors

jrhe123 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.