https://github.com/siristechnology/bhn-app
Bollywood Hungama News App
https://github.com/siristechnology/bhn-app
android android-emulator bollywood react-native
Last synced: about 1 month ago
JSON representation
Bollywood Hungama News App
- Host: GitHub
- URL: https://github.com/siristechnology/bhn-app
- Owner: siristechnology
- License: agpl-3.0
- Created: 2020-09-13T17:53:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T18:02:19.000Z (over 5 years ago)
- Last Synced: 2025-09-08T22:37:05.616Z (9 months ago)
- Topics: android, android-emulator, bollywood, react-native
- Language: JavaScript
- Homepage:
- Size: 136 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: docs/CODEOWNERS.md
Awesome Lists containing this project
README
# Bollywood Hungama App
[](https://github.com/siristechnology/bhn-app/actions/workflows/android-build-publish.yml)
[](https://deepscan.io/dashboard#view=project&tid=5348&pid=7146&bid=66889)
[](https://snyk.io/test/github/siristechnology/bhn-app?targetFile=android/app/build.gradle)
## Latest screenshot
## How to Run locally
- Install Android Studio
- Install node (12.x), yarn (1.x)
- Run Android emulator. (from Android Studio or Genymotion)
- Run Metro bundler. `yarn start`
- Run Android app. `yarn android`
## Tips
- Run `yarn refresh` to reload android app quickly without rebuilding
- Run `yarn reset` to reset package manager cache
- Run `adb uninstall com.siristechnology.bollywoodhungama` to uninstall app from the android simulator
- Run `adb logcat` to view android emulator logs in terminal
