Make an app for Binary Academy using React Native
- Install React Native.
- Run
npm install
. - Run
react-native start
packager. - Plug in your phone and click yes to debugging through usb.
- Go to android sdk/platform tools and run
adb reverse tcp:8081 tcp:8081
- Go back to the project root.
- Run
react-native run-android
to run the app on your android phone. - Android version needed can be Android 4.0.1 and above.
- Only Video section has content.
- Youtube video loaded with fullscreen webview which disables additional url navigation.
- Binary Spinner.
- And more to implement !
This app is created during my internship in the office as a side project, it was not finished by the moment my internship ended. The codes are not documented.
If you need explaination to clarify about anything in thie project, you are welcome to email me or raise an issue in this repo.
Download source code : here
Download demo apk : here