{"id":27396957,"url":"https://github.com/vahesaroyan/react-native-boilerplate","last_synced_at":"2025-09-03T06:40:45.992Z","repository":{"id":38850497,"uuid":"327097261","full_name":"VaheSaroyan/react-native-boilerplate","owner":"VaheSaroyan","description":"Ready-made structure of your next React Native application within a few minutes.","archived":false,"fork":false,"pushed_at":"2024-08-27T07:45:17.000Z","size":98763,"stargazers_count":40,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T20:45:14.471Z","etag":null,"topics":["android","boilerplate","deep-linking","navigation","react-native","react-native-starter-kit","redux","router","simulator"],"latest_commit_sha":null,"homepage":"https://vahesaroyan.github.io/react-native-boilerplate/","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/VaheSaroyan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"paypal.me/vahesaroyan","github":[]}},"created_at":"2021-01-05T19:22:39.000Z","updated_at":"2024-12-12T15:50:26.000Z","dependencies_parsed_at":"2023-12-28T00:25:35.534Z","dependency_job_id":"b3cc5782-89d7-43c1-b458-86a33b4e2872","html_url":"https://github.com/VaheSaroyan/react-native-boilerplate","commit_stats":{"total_commits":51,"total_committers":3,"mean_commits":17.0,"dds":"0.17647058823529416","last_synced_commit":"fd7bf4cf6ccc976443e37b53bf3b2a6ac27d8eca"},"previous_names":["vahesaroyan/react-native-boilerplate"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaheSaroyan%2Freact-native-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaheSaroyan%2Freact-native-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaheSaroyan%2Freact-native-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaheSaroyan%2Freact-native-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VaheSaroyan","download_url":"https://codeload.github.com/VaheSaroyan/react-native-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248804771,"owners_count":21164131,"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":["android","boilerplate","deep-linking","navigation","react-native","react-native-starter-kit","redux","router","simulator"],"created_at":"2025-04-14T00:49:08.880Z","updated_at":"2025-04-14T00:49:12.174Z","avatar_url":"https://github.com/VaheSaroyan.png","language":"TypeScript","funding_links":["paypal.me/vahesaroyan"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"documentation/static/img/twitter_header_photo_2.png\" alt=\"Logo\" width=\"100%\"\u003e\n\u003c/div\u003e\n\n![GitHub Release Date](https://img.shields.io/github/release-date/VaheSaroyan/react-native-boilerplate)\n![GitHub last commit](https://img.shields.io/github/last-commit/VaheSaroyan/react-native-boilerplate)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/m/VaheSaroyan/react-native-boilerplate)\n![GitHub commits since latest release](https://img.shields.io/github/commits-since/VaheSaroyan/react-native-boilerplate/latest)\n![GitHub top language](https://img.shields.io/github/languages/top/VaheSaroyan/react-native-boilerplate)\n![Github Downloads All Releases](https://img.shields.io/github/downloads/VaheSaroyan/react-native-boilerplate/total)\n# React Native boilerplate\n\nThis project is a [React Native](https://facebook.github.io/react-native/) boilerplate that can be used to kickstart a mobile application.\n\nThe boilerplate provides **an optimized architecture for building solid cross-platform mobile applications** through separation of concerns between the UI and business logic. It is fully documented so that each piece of code that lands in your application can be understood and used.\n\n```\nIf you love this boilerplate, give us a star, you will be a ray of sunshine in our lives :)\n```\n\n\n## Requirements\n\nNode 10 or greater is required. Development for iOS requires a Mac and Xcode 9.4 or up, and will target iOS 9 and up.\n\nYou also need to install the dependencies required by React Native.  \nGo to the [React Native environment setup](https://reactnative.dev/docs/environment-setup), then select `React Native CLI Quickstart` tab.  \nFollow instructions for your given `development OS` and `target OS`.\n\n## Quick start\n\nTo create a new project using the boilerplate simply run :\n\n```\nnpx react-native init MyApp --template @koriz/react-native-boilerplate\n```\n\nAssuming you have all the requirements installed, you can setup and run the project by running:\n\n- `yarn install` to install the dependencies\n- run the following steps for your platform\n\n### Android\n\n- only the first time you run the project, you need to generate a `debug key` with:\n  - `cd android/app`\n  - `keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000`\n  - `cd ../..` to come back to the root folder\n- `yarn start` to start the metro bundler, in a dedicated terminal\n- `yarn android` to run the Android application (remember to start a simulator or connect an Android phone)\n\n### iOS\n\n- `cd ios`\n- `pod install` to install pod dependencies\n- `cd ..` to come back to the root folder\n- `yarn start` to start the metro bundler, in a dedicated terminal\n- `yarn ios` to run the iOS application (remember to start a simulator or connect an iPhone phone)\n## Deep linking\n```\nnpx uri-scheme open myapp://app/home/1 --ios\n```\n\n## Digging Deeper \n\nTo learn more about this boilerplate, go to [full documentation](https://koreiz.github.io/react-native-boilerplate)\n\n## License\n\nThis project is released under the [MIT License](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvahesaroyan%2Freact-native-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvahesaroyan%2Freact-native-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvahesaroyan%2Freact-native-boilerplate/lists"}