{"id":22957714,"url":"https://github.com/rahsheen/react-native-template-redux-typescript","last_synced_at":"2025-10-26T23:04:46.394Z","repository":{"id":53952158,"uuid":"346560766","full_name":"rahsheen/react-native-template-redux-typescript","owner":"rahsheen","description":"Clean and minimalist React Native template for a quick start with Redux and TypeScript.","archived":false,"fork":false,"pushed_at":"2023-12-15T11:38:46.000Z","size":594,"stargazers_count":84,"open_issues_count":4,"forks_count":19,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-07-26T15:54:24.955Z","etag":null,"topics":["boilerplate","hacktoberfest","react","react-native","redux","redux-toolkit","template","typescript"],"latest_commit_sha":null,"homepage":"","language":"Java","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/rahsheen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-03-11T03:01:42.000Z","updated_at":"2025-07-26T12:53:36.000Z","dependencies_parsed_at":"2023-12-15T12:49:08.784Z","dependency_job_id":null,"html_url":"https://github.com/rahsheen/react-native-template-redux-typescript","commit_stats":{"total_commits":290,"total_committers":53,"mean_commits":5.471698113207547,"dds":0.603448275862069,"last_synced_commit":"981bb2673d765d673e27ec9a18c0478a79567201"},"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/rahsheen/react-native-template-redux-typescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahsheen%2Freact-native-template-redux-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahsheen%2Freact-native-template-redux-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahsheen%2Freact-native-template-redux-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahsheen%2Freact-native-template-redux-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rahsheen","download_url":"https://codeload.github.com/rahsheen/react-native-template-redux-typescript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahsheen%2Freact-native-template-redux-typescript/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270175828,"owners_count":24540094,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"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":["boilerplate","hacktoberfest","react","react-native","redux","redux-toolkit","template","typescript"],"created_at":"2024-12-14T17:19:36.889Z","updated_at":"2025-10-26T23:04:41.365Z","avatar_url":"https://github.com/rahsheen.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Native Template Redux TypeScript\n\n\u003cp\u003e\n  \u003ca href=\"https://github.com/rahsheen/react-native-template-redux-typescript#readme\"\u003e\n    \u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/rahsheen/react-native-template-redux-typescript/graphs/commit-activity\"\u003e\n    \u003cimg alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/rahsheen/react-native-template-redux-typescript/blob/master/LICENSE\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Clean and minimalist React Native template for a quick start with Redux and TypeScript.\n\n## :star: Features\n\n- Elegant usage directly within the [React Native CLI](https://github.com/react-native-community/cli)\n- Consistent with the default React Native template\n- Redux Toolkit already configured per [ Redux Toolkit Getting Started ]( https://redux-toolkit.js.org/tutorials/quick-start )\n- Minimal additional dependencies\n\n## :arrow_forward: Usage\n\n```sh\nnpx react-native init MyApp --template react-native-template-redux-typescript\n```\n\n### Usage with older versions of React Native\n\n#### e.g. `react-native@0.62.x`\n\n```sh\nnpx react-native init MyApp --template react-native-template-redux-typescript@6.4.*\n```\n\nSee the below table to find out which version of the template to use.\n\n#### React Native \u003c=\u003e Template Version\n\n| React Native  \t| Template  \t|\n|---\t            |---\t        |\n| 0.63  \t        | 6.5.*       |\n| 0.62  \t        | 6.4.*       |\n| 0.61  \t        | 6.3.*       |\n| 0.60  \t        | 6.2.*       |\n\n### Note on the legacy CLI\nThere seems to be quite some confusion about the legacy CLI. This template only works with the new CLI. Make sure you have uninstalled the legacy `react-native-cli` first (`npm uninstall -g react-native-cli`), for the below command to work. If you wish to not use `npx`, you can also install the new CLI globally (`npm i -g @react-native-community/cli` or `yarn global add @react-native-community/cli`).\n\nFurther information can be found here: https://github.com/react-native-community/cli#about\n\n## :computer: Contributing\n\nContributions are very welcome. Please check out the [contributing document](CONTRIBUTING.md).\n\n## :bookmark: License\n\nThis project is [MIT](LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahsheen%2Freact-native-template-redux-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahsheen%2Freact-native-template-redux-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahsheen%2Freact-native-template-redux-typescript/lists"}