{"id":22515279,"url":"https://github.com/iethem/react-native-games","last_synced_at":"2026-04-19T14:02:02.488Z","repository":{"id":123460761,"uuid":"357316380","full_name":"iethem/react-native-games","owner":"iethem","description":"react-native-boilerplate example","archived":false,"fork":false,"pushed_at":"2021-04-12T19:34:39.000Z","size":4451,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T01:56:38.488Z","etag":null,"topics":["games","login","rawg-api","react","react-native","react-native-boilerplate","react-native-games"],"latest_commit_sha":null,"homepage":"https://github.com/iethem/react-native-boilerplate","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iethem.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-04-12T19:32:45.000Z","updated_at":"2021-04-12T19:41:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc6037c6-993d-4f89-adf4-25641b67fd8e","html_url":"https://github.com/iethem/react-native-games","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iethem/react-native-games","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iethem%2Freact-native-games","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iethem%2Freact-native-games/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iethem%2Freact-native-games/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iethem%2Freact-native-games/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iethem","download_url":"https://codeload.github.com/iethem/react-native-games/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iethem%2Freact-native-games/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["games","login","rawg-api","react","react-native","react-native-boilerplate","react-native-games"],"created_at":"2024-12-07T03:29:09.394Z","updated_at":"2026-04-19T14:02:02.461Z","avatar_url":"https://github.com/iethem.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-games\n\n[![made with react-native-boilerplate](https://img.shields.io/badge/made%20with-react--native--boilerplate-brightgreen?style=for-the-badge)](https://github.com/iethem/react-native-boilerplate)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"320\" height=\"auto\" src=\"docs/images/01_login.png\" alt=\"Login Screen\"\u003e\n  \u003cimg width=\"320\" height=\"auto\" src=\"docs/images/02_register.png\" alt=\"Register Screen\"\u003e\n  \u003cimg width=\"320\" height=\"auto\" src=\"docs/images/03_home.png\" alt=\"Home Screen\"\u003e\n  \u003cimg width=\"320\" height=\"auto\" src=\"docs/images/04_game_details.png\" alt=\"Game Details Screen\"\u003e\n  \u003cimg width=\"320\" height=\"auto\" src=\"docs/images/05_game_details_2.png\" alt=\"ame Details Screen 2\"\u003e\n  \u003cimg width=\"320\" height=\"auto\" src=\"docs/images/06_search.png\" alt=\"Search Screen\"\u003e\n  \u003cimg width=\"320\" height=\"auto\" src=\"docs/images/07_favorites.png\" alt=\"Favorites Screen\"\u003e\n  \u003cimg width=\"320\" height=\"auto\" src=\"docs/images/08_profile.png\" alt=\"Profile Screen\"\u003e\n\u003c/p\u003e\n\n---\n\nIn this project, I used some styling and components used on the [calebnance/expo-disneyplus](https://github.com/calebnance/expo-disneyplus) project. I removed everything related to expo. Also, I implemented login/registration features to demonstrate redux-saga and navigation stuff. Instead of movies, I used games. I am still working on some features like adding accounts, improving API usage, removing unnecessary files, useful theming, etc.\n\n\nClone this repo using the following command:\n```command\ngit clone https://github.com/iethem/react-native-games.git\n```\nMove to the appropriate directory: \n```command\ncd react-native-games\n```\nRun `npm install` in order to install dependencies.\u003cbr /\u003e\n```command\nnpm i\n```\nFor \u003cb\u003eIOS\u003c/b\u003e:\n```command\nnpx pod-install\nnpm run ios\n```   \nFor \u003cb\u003eAndroid\u003c/b\u003e:\n```command\nnpm run android\n```\nStart the server:\n```command\nnpm start\n```\n\n## TODO\n\n- [ ] Add or remove games on favorites using Async Storage (because I used Async Storage to hold user data)\n- [ ] Change static text messages to i18n messages\n- [ ] Remember me\n- [ ] Add or remove accounts\n- [ ] Remove unused files (like some redux-saga stuff)\n- [ ] Fix account screen (some menus are not working properly)\n## Notes\n\nIf you like this project please check the [react-native-boilerplate](https://github.com/iethem/react-native-boilerplate) project I used for this.\n\n__Login/Registration:__ Uses Async Storage to simulate login/registration stuff. See `LoginScreen/RegisterScreen's saga.js` and `utils/userStorage.js`.\n\n__Games:__ The application fetches games using [rawg.io API](https://rawg.io/apidocs).\n\n__i18n:__ The project has i18n normally but static texts were not converted as i18n messages.\n\n\u003e Use `npm run generate` to create components/containers/languages.\n\n## Contributions\n\nContributions of any kind welcome!\n\n## Notice\n\nI intend no copyright infringement. Please let me know if I have added something of yours \u0026 you'd like it removed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiethem%2Freact-native-games","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiethem%2Freact-native-games","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiethem%2Freact-native-games/lists"}