Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

skoob13/ridgegram_frontend

Repository files navigation

Ridgegram frontend

Ridgegram backend

Installation

npm install

Configuration

/app/config.js for setting API host (default http:https://localhost:3000/api)

Dependencies

  • [email protected]
  • redux & react-redux
  • redux-persist for saving state with AsyncStorage (auth)
  • redux-thunk for async magic
  • react-native-navigation-redux-helpers helpers for navigation in NavigationExperemental
  • remote-redux-devtools for debugging Redux (CTRL + CMD + UP in Chrome DevTools)
  • react-native-elements for common elements
  • react-native-action-button for Material Desigh like button
  • react-native-image-picker for uploading images from gallery
  • react-native-keyboard-aware-scroll-view replacement for React-Native KeyboardAvoidingView (ScrollView issues)
  • react-native-vector-icons

Demo