{"id":21174830,"url":"https://github.com/mindinventory/react-native-boilerplate","last_synced_at":"2025-07-09T21:31:15.150Z","repository":{"id":57683071,"uuid":"485717810","full_name":"Mindinventory/react-native-boilerplate","owner":"Mindinventory","description":"The Boilerplate contains all the basic packages, common components and, prebuilt code architecture. It will save developer's project setup time.","archived":false,"fork":false,"pushed_at":"2024-06-03T09:26:57.000Z","size":12304,"stargazers_count":67,"open_issues_count":0,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-06-03T10:54:06.391Z","etag":null,"topics":["boilerplate","boilerplate-template","mindinventory","react-native","starter-kit","template","typescript"],"latest_commit_sha":null,"homepage":"https://www.mindinventory.com/","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/Mindinventory.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":"2022-04-26T09:26:18.000Z","updated_at":"2024-06-07T12:58:31.157Z","dependencies_parsed_at":"2024-05-01T07:49:31.000Z","dependency_job_id":"af8e2c24-a7af-45e2-a9d0-98f90b6a2223","html_url":"https://github.com/Mindinventory/react-native-boilerplate","commit_stats":{"total_commits":48,"total_committers":4,"mean_commits":12.0,"dds":0.125,"last_synced_commit":"4b59fc5df0cbbc7632d54ce7e30bd867b2deb4d3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mindinventory%2Freact-native-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mindinventory%2Freact-native-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mindinventory%2Freact-native-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mindinventory%2Freact-native-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mindinventory","download_url":"https://codeload.github.com/Mindinventory/react-native-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225597409,"owners_count":17494149,"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":["boilerplate","boilerplate-template","mindinventory","react-native","starter-kit","template","typescript"],"created_at":"2024-11-20T16:56:22.378Z","updated_at":"2025-07-09T21:31:15.138Z","avatar_url":"https://github.com/Mindinventory.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- @format --\u003e\n\n# React Native Boilerplate!🚀\n\n[![npm version](https://img.shields.io/npm/v/@mindinventory/react-native-boilerplate.svg)](\u003c[https://www.npmjs.org/package/@mindinventory/react-native-boilerplate](https://www.npmjs.com/package/@mindinventory/react-native-boilerplate)\u003e)\n![@mindinventory/React Native Boilerplate Top Language](https://img.shields.io/github/languages/top/Mindinventory/react-native-boilerplate)\n![@mindinventory/React Native Boilerplate TypeScript](https://badgen.net/npm/types/tslib)\n![@mindinventory/React Native Boilerplate License](https://img.shields.io/github/license/Mindinventory/react-native-boilerplate)\n\nThe Boilerplate contains all the basic packages, common components and, prebuilt code architecture. It will save developer's project setup time.\n\n## Introduction\n\nThis repository serves as a boilerplate for React Native projects, providing a solid foundation to kickstart your development process. It includes a collection of scripts to generate images and icons, making it easier to customize your app's visual assets.\n\nCreate a new project using the boilerplate :\n\n**For React Native Cli**\n\n```\nnpx @react-native-community/cli@latest init APP_NAME --template @mindinventory/react-native-boilerplate\n```\n\n**For Expo**\n\n```\nnpx @mindinventory/react-native-boilerplate\n```\n\n## [Comprehensive documentation](https://mindinventory.github.io/react-native-boilerplate)\n\nUnlock the power of our boilerplate with our comprehensive [documentation here](https://mindinventory.github.io/react-native-boilerplate)! Learn the rationale behind design decisions and get clear instructions on using features.\n\n## Tech Stack\n\n| Library                            | Category             | Version | Description                                    |\n| ---------------------------------- | -------------------- | ------- | ---------------------------------------------- |\n| React Native                       | Mobile Framework     | v0.74   | The best cross-platform mobile framework       |\n| React                              | UI Framework         | v18     | The most popular UI framework in the world     |\n| TypeScript                         | Language             | v5      | Static typechecking                            |\n| React Navigation                   | Navigation           | v6      | Performant and consistent navigation framework |\n| React Native Localization(for CLI) | Internationalization | v3      | i18n support (including RTL!)                  |\n| Redux                              | State Management     | v5      | Observable state tree                          |\n| Redux-toolkit                      | Redux integration    | v2      | New redux library with some function helpers   |\n| RN Reanimated                      | Animations           | v3      | Beautiful and performant animations            |\n| MMKV(for CLI)                      | Persistence          | v2      | State persistence                              |\n| axios                              | REST client          | v1      | Communicate with back-end                      |\n| Hermes                             | JS engine            |         | Fine-tuned JS engine for RN                    |\n| Async storage(for Expo)            | Persistence          | v1      | State persistence                              |\n| expo-localization(for Expo)        | Internationalization | v15     | localization support                           |\n\n## Contribution\n\nContributions to this boilerplate are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the repository.\n\n# LICENSE\n\nreact-native-boilerplate is [MIT-licensed](https://github.com/Mindinventory/react-native-boilerplate/blob/master/LICENSE).\n\n# Let us know\n\nIf you use our open-source libraries in your project, please make sure to credit us and Give a star to www.mindinventory.com\n\n\u003cp\u003e\u003ch4\u003ePlease feel free to use this component and Let us know if you are interested to building Apps or Designing Products.\u003c/h4\u003e\n\u003ca href=\"https://www.mindinventory.com/contact-us.php?utm_source=gthb\u0026utm_medium=repo\u0026utm_campaign=react-native-boilerplate\" target=\"__blank\"\u003e\n\u003cimg src=\"./media/hire_button.png\" width=\"203\" height=\"43\"  alt=\"app development\"\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindinventory%2Freact-native-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmindinventory%2Freact-native-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindinventory%2Freact-native-boilerplate/lists"}