{"id":16545162,"url":"https://github.com/arjayosma/react-native-simple-starter-kit","last_synced_at":"2026-05-07T18:16:22.268Z","repository":{"id":38960463,"uuid":"175556496","full_name":"arjayosma/react-native-simple-starter-kit","owner":"arjayosma","description":"A simple and opinionated React Native-Expo starter kit for managed workflows to help you get started right away.","archived":false,"fork":false,"pushed_at":"2022-12-06T15:23:00.000Z","size":866,"stargazers_count":2,"open_issues_count":14,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T12:36:16.130Z","etag":null,"topics":["expo","javascript","react-native"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/arjayosma.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":"2019-03-14T05:47:39.000Z","updated_at":"2023-03-07T13:42:29.000Z","dependencies_parsed_at":"2022-09-19T15:03:10.112Z","dependency_job_id":null,"html_url":"https://github.com/arjayosma/react-native-simple-starter-kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arjayosma/react-native-simple-starter-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjayosma%2Freact-native-simple-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjayosma%2Freact-native-simple-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjayosma%2Freact-native-simple-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjayosma%2Freact-native-simple-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arjayosma","download_url":"https://codeload.github.com/arjayosma/react-native-simple-starter-kit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjayosma%2Freact-native-simple-starter-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32749895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["expo","javascript","react-native"],"created_at":"2024-10-11T19:06:00.380Z","updated_at":"2026-05-07T18:16:22.232Z","avatar_url":"https://github.com/arjayosma.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Native-Expo Starter Kit\n\nThis project serves as a boilerplate for a managed workflow [Expo](https://expo.io) application.\n\nThis is an opinionated starter kit for [React Native](https://facebook.github.io/react-native/)-[Expo](https://expo.io) projects to help kick start mobile applications development.\n\n## Why use this starter kit?\n\nIt's an awesome fact that [Expo](https://expo.io) is making it very simple to develop native mobile applications using JavaScript. However, I believe that the architectural aspect of development should also be considered; this is most especially helpful when working with project teams.\n\nThis starter kit provides a simple project architecture that worked for my applications and I'm hoping that this will also work for your needs.\n\n## Quick Start\n\nTo get you started on your development journey, follow the instructions below.\n\n1. Clone the repository:\n\n   `git clone https://github.com/arjayosma/react-native-simple-starter-kit.git`\n\n2. Install all project dependencies\n\n   `npm install`\n\n3. Start coding\n4. Run the application\n\n   `expo start`\n\n## Features\n\n### Simple\n\nThis starter kit offers a very simple way of creating a managed workflow [Expo](https://expo.io) application. A bare and simplistic application-ready scaffolding is at your disposal to make your development life easier.\n\n### Higher Modularity\n\nHaving a higher modularity in your mobile applications can help you identify which functionalities should go where. It's highly recommended to package your modules by feature to limit your scope during development.\n\n## Structure\n\nI consider the file structure below as the most suitable structure for most of my projects because of the features mentioned above.\n\n- `assets`\n  - `fonts`\n  - `images`\n- `routes`\n- `src`\n  - `components`\n  - `config`\n  - `modules`\n  - `styles`\n  - `utils`\n\n## Dependencies\n\nThese are the project dependencies that I believe are going to be useful during development of any application.\n\nYou may add or remove existing dependencies as per your need. Listed below are the items without the default `expo`, `react`, and `react-native` dependencies.\n\n1. [Axios](https://www.npmjs.com/package/axios) (`axios`)\n   - A Promise based HTTP client.\n   - This can be used for calling REST services for your application.\n2. [NativeBase](https://nativebase.io/) (`native-base`)\n   - A cross-platform UI components library for React Native.\n   - This library simplifies the creation of UI components and screens.\n3. [PropTypes](https://reactjs.org/docs/typechecking-with-proptypes.html) (`prop-types`)\n   - Run typechecking on the props of your React Native components.\n   - It provides a range of validators to help check the values being passed around.\n4. [React Native Extended Stylesheet](https://github.com/vitalets/react-native-extended-stylesheet) (`react-native-extended-stylesheet`)\n   - Abstracts styles from the different components and elements.\n   - This library is a drop-in replacement for the built-in `StylSheet` class of React Native.\n5. [React Navigation](https://reactnavigation.org/) (`react-navigateion`)\n   - An extensible navigation solution for routing your screens from one to another.\n   - It's an easy-to-use library for your routing needs.\n\n## License\n\nThis project is licensed under the MIT license, Copyright (c) 2019 Arjay Osma. For more information see [LICENSE](https://github.com/arjayosma/react-native-simple-starter-kit/blob/master/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjayosma%2Freact-native-simple-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farjayosma%2Freact-native-simple-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjayosma%2Freact-native-simple-starter-kit/lists"}