{"id":21735096,"url":"https://github.com/shashwatkathuria/news-application","last_synced_at":"2026-04-15T19:37:22.742Z","repository":{"id":124642142,"uuid":"295243848","full_name":"shashwatkathuria/News-Application","owner":"shashwatkathuria","description":"Application to view, read, save, filter and share new articles, made using React Native.","archived":false,"fork":false,"pushed_at":"2020-09-14T14:00:16.000Z","size":37515,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T20:43:45.541Z","etag":null,"topics":["android-application","ios-application","news","news-app","news-application","react","react-native","react-redux","redux","redux-persist","ui-components","ui-design"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shashwatkathuria.png","metadata":{"files":{"readme":"README.md","changelog":"NewsApplication-standalone-arm64_v8a_hdpi.apk","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-13T21:51:01.000Z","updated_at":"2020-09-17T11:01:04.000Z","dependencies_parsed_at":"2023-08-08T12:03:35.877Z","dependency_job_id":null,"html_url":"https://github.com/shashwatkathuria/News-Application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashwatkathuria%2FNews-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashwatkathuria%2FNews-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashwatkathuria%2FNews-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashwatkathuria%2FNews-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shashwatkathuria","download_url":"https://codeload.github.com/shashwatkathuria/News-Application/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244712756,"owners_count":20497545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-application","ios-application","news","news-app","news-application","react","react-native","react-redux","redux","redux-persist","ui-components","ui-design"],"created_at":"2024-11-26T05:11:54.043Z","updated_at":"2026-04-15T19:37:22.722Z","avatar_url":"https://github.com/shashwatkathuria.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a new [**React Native**](https://reactnative.dev) project, bootstrapped using [`@react-native-community/cli`](https://github.com/react-native-community/cli).\n\n# Getting Started\n\n\u003e **Note**: Make sure you have completed the [Set Up Your Environment](https://reactnative.dev/docs/set-up-your-environment) guide before proceeding.\n\n## Step 1: Install Libraries\n\nFirst, you will need to run **Metro**, the JavaScript build tool for React Native.\n\nTo start the Metro dev server, run the following command from the root of your React Native project:\n\n```sh\n# Using npm\nnpm install\n\n# Using yarn\nyarn\n```\n\n## Step 2: Build and install the app on emulator/phone\n\nWith Metro running, open a new terminal window/pane from the root of your React Native project, and use one of the following commands to build and run your Android or iOS app. Also, whenever a new library/configuration is added, run this command to build and reinstall the app on emulator/phone:\n\n### Android\n\n```sh\n# Using npm\nnpm run android\n\n# OR using Yarn\nyarn android\n```\n\n### iOS\n\nFor iOS, remember to install CocoaPods dependencies (this only needs to be run on first clone or after updating native deps).\n\nThe first time you create a new project, run the Ruby bundler to install CocoaPods itself:\n\n```sh\nbundle install\n```\n\nThen, and every time you update your native dependencies, run:\n\n```sh\nbundle exec pod install\n```\n\nFor more information, please visit [CocoaPods Getting Started guide](https://guides.cocoapods.org/using/getting-started.html).\n\n```sh\n# Using npm\nnpm run ios\n\n# OR using Yarn\nyarn ios\n```\n\nIf everything is set up correctly, you should see your new app running in the Android Emulator, iOS Simulator, or your connected device.\n\nThis is one way to run your app — you can also build it directly from Android Studio or Xcode.\n\n## Step 3: Start Metro server\n\nRun the below command and make changes as required and reload.\n```sh\nnpm run start\n```\n\nWhen you want to forcefully reload, for example to reset the state of your app, you can perform a full reload:\n\n- **Android**: Press the \u003ckbd\u003eR\u003c/kbd\u003e key twice or select **\"Reload\"** from the **Dev Menu**, accessed via \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eM\u003c/kbd\u003e (Windows/Linux) or \u003ckbd\u003eCmd ⌘\u003c/kbd\u003e + \u003ckbd\u003eM\u003c/kbd\u003e (macOS).\n- **iOS**: Press \u003ckbd\u003eR\u003c/kbd\u003e in iOS Simulator.\n\n## Congratulations! :tada:\n\nYou've successfully run and modified your React Native App. :partying_face:\n\n## Configurations and library versions\n\nJava Development Kit installed using sdk man. http://sdkman.io/install/\n\n- Node version: 24.11.0\n- NPM version: 11.6.1\n- Java Version: IBM Semeru Runtime Open Edition 17.0.17.0\n\n## Notes:\n\n### Android Emulator\n\nEnable usb debugging, and wireless debugging on your mobile. Make sure the dev environment and mobile are on the same network if using wireless debugging.\n\nTo check phone/emulator connection status:\n- adb devices\n\nConnect device via USB:\n- adb reverse tcp:8081 tcp:8081\n\nConnect device via WiFi:\n- adb connect 192.168.1.\u003cGo to About phone in phone settings - ip address\u003e:5555 (Connects dev env to phone)\n- hostname -I (Get ip address of dev env)\n- adb shell input keyevent 82 (Opens dev menu in debug app) or alternatively press 'd' in npm run start\n- Go to settings -\u003e Debug server host \u0026 port for device\n- Enter ip address of dev env, 192.168.1.\u003cip address of dev env\u003e:8081\n\n### App Icon\n\nTo add app icon in relevant android/ios locations from a given png:\n- Package used: @bam.tech/react-native-make\n- npx react-native set-icon --path ./assets/icon.png\n\n### Release APK Generation\n\nTo generate release apk:\n- Make code changes as done in: [Code changes for release apk generation](https://github.com/shashwatkathuria/News-Application/commit/4a023c2d6c831696e0874f75a6e2cf9254ac3b1e)\n- Generate keystore\n- keytool -genkeypair -v -keystore my-release-key.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validity 10000\n- Go inside android/ folder in the terminal\n- ./gradlew assembleRelease\n- Generated apk will be present at this location: android/app/build/outputs/apk/release/app-release.apk\n\n### Now what?\n\n- If you want to add this new React Native code to an existing application, check out the [Integration guide](https://reactnative.dev/docs/integration-with-existing-apps).\n- If you're curious to learn more about React Native, check out the [docs](https://reactnative.dev/docs/getting-started).\n\n# Troubleshooting\n\nIf you're having issues getting the above steps to work, see the [Troubleshooting](https://reactnative.dev/docs/troubleshooting) page.\n\n# Learn More\n\nTo learn more about React Native, take a look at the following resources:\n\n- [React Native Website](https://reactnative.dev) - learn more about React Native.\n- [Getting Started](https://reactnative.dev/docs/environment-setup) - an **overview** of React Native and how setup your environment.\n- [Learn the Basics](https://reactnative.dev/docs/getting-started) - a **guided tour** of the React Native **basics**.\n- [Blog](https://reactnative.dev/blog) - read the latest official React Native **Blog** posts.\n- [`@facebook/react-native`](https://github.com/facebook/react-native) - the Open Source; GitHub **repository** for React Native.\na","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashwatkathuria%2Fnews-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshashwatkathuria%2Fnews-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashwatkathuria%2Fnews-application/lists"}