{"id":23960795,"url":"https://github.com/ncdnt/react-native-template-opinionated","last_synced_at":"2025-09-12T19:31:21.278Z","repository":{"id":52591407,"uuid":"188379738","full_name":"ndinata/react-native-template-opinionated","owner":"ndinata","description":"An opinionated starter template for new React Native projects.","archived":false,"fork":false,"pushed_at":"2024-08-16T02:57:22.000Z","size":585,"stargazers_count":7,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-09T05:29:06.325Z","etag":null,"topics":["react-native","react-native-cli","template","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/react-native-template-opinionated","language":"TypeScript","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/ndinata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-05-24T08:03:19.000Z","updated_at":"2024-08-16T02:57:26.000Z","dependencies_parsed_at":"2024-06-21T03:54:14.492Z","dependency_job_id":null,"html_url":"https://github.com/ndinata/react-native-template-opinionated","commit_stats":null,"previous_names":["nictar/react-native-template-opinionated"],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndinata%2Freact-native-template-opinionated","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndinata%2Freact-native-template-opinionated/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndinata%2Freact-native-template-opinionated/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndinata%2Freact-native-template-opinionated/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ndinata","download_url":"https://codeload.github.com/ndinata/react-native-template-opinionated/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232775680,"owners_count":18574856,"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":["react-native","react-native-cli","template","typescript"],"created_at":"2025-01-06T19:33:25.799Z","updated_at":"2025-09-12T19:31:15.950Z","avatar_url":"https://github.com/ndinata.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!WARNING]\n\u003e This template has been deprecated following the React Native team's\n\u003e [recommendation](https://reactnative.dev/blog/2024/06/25/use-a-framework-to-build-react-native-apps)\n\u003e to build new RN apps using frameworks like Expo. Feel free to check out\n\u003e [`create-avid-app`](https://github.com/ndinata/create-avid-app), which is an\n\u003e Expo template similar to this one also maintained by me.\n\n# react-native-template-opinionated\n\nAn opinionated template for new React Native projects in TypeScript (non-Expo).\n\n## Usage\n\n```sh\n# Replace `MyProject` below with your project name!\n\n# latest template version — needs Node \u003e= 18\nnpx react-native init MyProject --template react-native-template-opinionated\n\n# alternatively, use an older version of React Native (more info in table below)\nnpx react-native init MyProject --template 'react-native-template-opinionated@6.0.*'\n```\n\n#### Different Versions of React Native\n\n| React Native version | Min. Node version | Template version |\n| -------------------- | ----------------- | ---------------- |\n| 0.72.10              | \u003e= 18             | 9.0.\\*           |\n| 0.71.16              | \u003e= 18             | 8.6.\\*           |\n| 0.70.6               | \u003e= 16             | 7.0.\\*           |\n| 0.69.5               | \u003e= 14             | 6.0.\\*           |\n| 0.68.2               | \u003e= 14             | 5.0.\\*           |\n\n\u003e Note: Starting from v5 of this template (React Native v0.68.2), files related to\n\u003e the [New Architecture](https://reactnative.dev/blog/2022/03/30/version-068#opting-in-to-the-new-architecture)\n\u003e have been added to the template, although it is kept **off** by default. Hermes,\n\u003e on the other hand, is **enabled** by default starting from v7 of this template\n\u003e (React Native v0.70.6).\n\n## Configuration\n\nIn addition to the packages the default template comes with (ESLint, Jest, etc.),\nthis one also includes these ones out of the box:\n\n- [async-storage](https://github.com/react-native-async-storage/async-storage)\n- [husky](https://github.com/typicode/husky) + [lint-staged](https://github.com/okonet/lint-staged)\n- [luxon](https://github.com/moment/luxon) (with intl variant of JSC enabled)\n- [netinfo](https://github.com/react-native-netinfo/react-native-netinfo)\n- [prettier plugin for import sorting](https://github.com/IanVS/prettier-plugin-sort-imports)\n- [react-native-svg](https://github.com/software-mansion/react-native-svg) + [react-native-svg-transformer](https://github.com/kristerkari/react-native-svg-transformer)\n- [react-native-testing-library](https://github.com/callstack/react-native-testing-library)\n- [react-native-version-number](https://github.com/APSL/react-native-version-number)\n- [react-navigation v6](https://github.com/react-navigation/react-navigation)\n- [typescript](https://www.typescriptlang.org) with [strictest config](https://github.com/tsconfig/bases/blob/main/bases/strictest.json)\n\n## License\n\nLicensed under the [MIT license](./LICENSE).\n\n## Create Native App\n\nThis project initially started out as a collection of Bash scripts, with the same\ngoal of automating the setup for a base React Native project. This repo was adapted\nafter React Native CLI added the ability to \"templatise\" a new project. You can check\nout the project's initial form [here](https://github.com/ndinata/react-native-template-opinionated/tree/v1.0.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncdnt%2Freact-native-template-opinionated","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fncdnt%2Freact-native-template-opinionated","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncdnt%2Freact-native-template-opinionated/lists"}