This React Native app has been created as part of Proof of Concept project through we analyzed how mature is the technology and how well could this be used in our environment.
brew install node
brew install watchman
npm install -g react-native-cli
git clone https://github.com/gergob/rent
cd rent
npm install
react-native run-ios
for iOS (make sure XCode is installed)react-native run-android
for Android (make sure simulator is running and can be reached throughadb
or make sure you have a dev device connected)
Login | Movies | Series |
---|---|---|
Details | Search | Resume |
Promotion | ||
- Authentication (dummy one, DO NOT USE IN PRODUCTION, for POC its OK)
- Media metadata browsing
- Media playback (only MP4)
- Search
- Performance / Stress testing
- Media playback (only MP4)
TODO
The backend service is SimpleOvpApi.