- React Native
- Redux
- react-native-navigation
- react-native-vector-icons
- react-invertible-scroll-view
- react-native-fetch-blob
- react-native-scrollable-tab-view
- react-native-transformable-image
Once you have downloaded or cloned this repository, run npm install
inside the directory, then you need to create local.js
file inside app
directory with following content:
export const CLIENT_ID = 'oauth key'
export const CLIENT_SECRET = 'oauth secret'
export const REDIRECT_URI = 'redirect url'