{"id":23635091,"url":"https://github.com/joncardasis/react-native-template-requiredev","last_synced_at":"2026-04-12T17:12:14.323Z","repository":{"id":57340770,"uuid":"450624698","full_name":"joncardasis/react-native-template-requiredev","owner":"joncardasis","description":"A minimal React Native template bootstrapped with TypeScript.","archived":false,"fork":false,"pushed_at":"2022-01-31T15:13:46.000Z","size":420,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-19T04:08:44.226Z","etag":null,"topics":["eslint","prettier","react-native","react-native-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/joncardasis.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}},"created_at":"2022-01-21T20:02:30.000Z","updated_at":"2022-01-23T20:14:12.000Z","dependencies_parsed_at":"2022-09-13T11:20:52.338Z","dependency_job_id":null,"html_url":"https://github.com/joncardasis/react-native-template-requiredev","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/joncardasis/react-native-template-requiredev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncardasis%2Freact-native-template-requiredev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncardasis%2Freact-native-template-requiredev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncardasis%2Freact-native-template-requiredev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncardasis%2Freact-native-template-requiredev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joncardasis","download_url":"https://codeload.github.com/joncardasis/react-native-template-requiredev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncardasis%2Freact-native-template-requiredev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279073236,"owners_count":26097357,"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-10-15T02:00:07.814Z","response_time":56,"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":["eslint","prettier","react-native","react-native-template","typescript"],"created_at":"2024-12-28T05:30:29.991Z","updated_at":"2025-10-15T10:29:48.553Z","avatar_url":"https://github.com/joncardasis.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Native Require Development Template\n\n\u003e Minimal React Native template for bootstrapping with TypeScript.\n\n## Features\n- Minimal dependencies\n- First-class support for TypeScript\n- Fully configured with ESLint and Prettier\n- Optional [CLI tool]() for machine configuration\n\n## Usage\n  \n  ```Bash\n  npx react-native init MyApp --template react-native-template-requiredev\n  ```\n\n  Read our [recommended project layout]() for best practices on structuring your project.\n\n## Per Project Customization\nOnce a project layout has been determined, `babel.config.js` should be modified for common aliases. It is most common that all folders uner `src` get their own alias.\n\n  ```JS\n  plugins: [\n    ...,\n    [\n      'module-resolver',\n      {\n        root: ['./src'],\n        alias: {\n          assets: './src/assets',\n          api: './src/api',\n          screens: './src/screens',\n          shared: './src/shared',\n          utils: './src/utils',\n        },\n      },\n    ],\n  ],\n  ```\n\n## CLI Tool [:construction: planned]\nAlways keep development dependencies (Android Studio, Xcode, Node, Ruby, etc) in sync using the included `doctor` tool. The `.doctor` file specifies version compliance.\n\nThe CLI Tool is installed by default. You can uninstall using:\n```Bash\nyarn doctor --uninstall\n```\n\nIt can be reinstalled anytime by using:\n```Bash\nyarn add @require-dev/doctor\nyarn doctor init\n```\n\n#### Usage\n```Bash\nyarn doctor\n```\n\n## License\nThis project is available under the MIT license. See the LICENSE file for more info.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoncardasis%2Freact-native-template-requiredev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoncardasis%2Freact-native-template-requiredev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoncardasis%2Freact-native-template-requiredev/lists"}