Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 697 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 697 Bytes

BooksFinder

Have you ever heard of the concept of book swapping? This app allow you to both easily share the details and location of your book, and to search for the books left by others.

Installation

yarn
react-native run-ios

Libraries

  • react-native-router-flux
  • react-native-button
  • react-native-drawer - drawer navigation fly-out
  • validator - more complex validation functions
  • axios - XHR requests
  • jwt-decode (JWT token manipulation)
  • lodash
  • xml2js (parse xml string)

DEV:

  • remote-redux-devtools-on-debugger
  • babel-plugin-module-resolver (TO ELIMINATE, just to make maps plugin work)
  • events, timers, stream, buffer (TO ELIMINATE, just to make xml2js work)