https://github.com/siristechnology/nepaltoday-app-old
NepalToday app in react-native (api @ https://github.com/siristechnology/nepaltoday-api)
https://github.com/siristechnology/nepaltoday-app-old
android apollo-client graphql nepaltoday react-native
Last synced: 2 months ago
JSON representation
NepalToday app in react-native (api @ https://github.com/siristechnology/nepaltoday-api)
- Host: GitHub
- URL: https://github.com/siristechnology/nepaltoday-app-old
- Owner: siristechnology
- License: agpl-3.0
- Created: 2019-08-18T02:52:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-29T04:08:35.000Z (about 3 years ago)
- Last Synced: 2025-02-15T08:15:29.287Z (4 months ago)
- Topics: android, apollo-client, graphql, nepaltoday, react-native
- Language: JavaScript
- Homepage: https://play.google.com/store/apps/details?id=com.siristechnology.nepaltodayapp
- Size: 111 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: docs/CODEOWNERS.md
Awesome Lists containing this project
README
# NepalToday App


[](https://deepscan.io/dashboard#view=project&tid=5348&pid=7146&bid=66889)
[](https://snyk.io/test/github/siristechnology/nepaltoday-app?targetFile=android/app/build.gradle)
## Latest screenshot![]()
![]()
## How to Run Android app locally
- Install Android Studio
- Install node (14.x), yarn (1.x)
- Run Android emulator. (from Android Studio or Genymotion)
- Run Metro bundler. `yarn start`
- Run Android app. `yarn android`## How to Run IOS app locally
- Install XCode
- Install node (14.x), yarn (1.x)
- Run Metro bundler. `yarn start`
- Install Pod depedencies. `pod install --repo-update`
- Run Android app. `yarn ios`## How to Run Detox test on Android Emulator
- Install detox cli. `yarn global add detox-cli`
- Build apk for testing. `yarn build-detox-android`
- Run detox test on apk. `yarn test-detox-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.nepaltodayapp` to uninstall app from the android simulator
- Run `adb logcat` to view android emulator logs in terminal