{"id":18387743,"url":"https://github.com/webobite/codebase-with-rectnative-expo_nextjs","last_synced_at":"2025-04-12T02:47:36.012Z","repository":{"id":120241299,"uuid":"305341892","full_name":"webobite/CodeBase-With-RectNative-Expo_NextJs","owner":"webobite","description":"This boilerplate code can run on all platform (Web, Android and IOS)","archived":false,"fork":false,"pushed_at":"2020-10-24T05:00:43.000Z","size":207,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T00:29:00.631Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webobite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-10-19T10:09:59.000Z","updated_at":"2020-10-24T05:06:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"7881d161-582f-4515-bb2e-37053f2bf5f6","html_url":"https://github.com/webobite/CodeBase-With-RectNative-Expo_NextJs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webobite%2FCodeBase-With-RectNative-Expo_NextJs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webobite%2FCodeBase-With-RectNative-Expo_NextJs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webobite%2FCodeBase-With-RectNative-Expo_NextJs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webobite%2FCodeBase-With-RectNative-Expo_NextJs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webobite","download_url":"https://codeload.github.com/webobite/CodeBase-With-RectNative-Expo_NextJs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248508671,"owners_count":21115852,"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":[],"created_at":"2024-11-06T01:27:36.408Z","updated_at":"2025-04-12T02:47:35.989Z","avatar_url":"https://github.com/webobite.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\r\n  \u003ca href=\"\" rel=\"noopener\"\u003e\r\n \u003cimg width=200px height=200px src=\"https://i.imgur.com/6wj0hh6.jpg\" alt=\"Project logo\"\u003e\u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n\u003ch3 align=\"center\"\u003eBoilerplate code of ReactNative Expo and Next Js\u003c/h3\u003e\r\n\r\n\u003cdiv align=\"center\"\u003e\r\n\r\n[![Status](https://img.shields.io/badge/status-active-success.svg)]()\r\n[![GitHub Issues](https://img.shields.io/github/issues/kylelobo/The-Documentation-Compendium.svg)](https://github.com/kylelobo/The-Documentation-Compendium/issues)\r\n[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/kylelobo/The-Documentation-Compendium.svg)](https://github.com/kylelobo/The-Documentation-Compendium/pulls)\r\n\r\n\r\n\u003c/div\u003e\r\n\r\n---\r\n\r\n\u003cp align=\"center\"\u003e Few lines describing your project.\r\n    \u003cbr\u003e \r\n\u003c/p\u003e\r\n\r\n## 📝 Table of Contents\r\n\r\n- [About](#about)\r\n- [Getting Started](#getting_started)\r\n- [Usage](#usage)\r\n- [Built Using](#built_using)\r\n\r\n\r\n## 🧐 About \u003ca name = \"about\"\u003e\u003c/a\u003e\r\n\r\nThis code base can run on Web, Android as well as IOS device. (IOS device still not tested)\r\n\r\n## 🏁 Getting Started \u003ca name = \"getting_started\"\u003e\u003c/a\u003e\r\n\r\nFor getting it started follow here :\r\n - git clone this project.\r\n - install expo globally at your local machine.\r\n ```\r\n npm install --global expo-cli\r\n ```\r\n - install yarn globally at your local machine \r\n        Check here for more detail : according to your OS\r\n [Yarn Installation](https://classic.yarnpkg.com/en/docs/install/#debian-stable) \r\n \r\n - install all dependencies and dev dependencies\r\n ```\r\n yarn install\r\n ```\r\n - For running on Web \r\n ```\r\n yarn next dev\r\n ```\r\n - For running on Android\r\n ```\r\n expo start --android\r\n ```\r\n - For running on IOS (Haven't tried yet)\r\n ```\r\n expo start --ios\r\n ```\r\n\r\n## 🎈 Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e\r\n\r\nAdd notes about how to use the system.\r\n\r\n## 🚀 Deployment \u003ca name = \"deployment\"\u003e\u003c/a\u003e\r\n\r\nAdd additional notes about how to deploy this on a live system.\r\n\r\n## ⛏️ Built Using \u003ca name = \"built_using\"\u003e\u003c/a\u003e\r\n\r\n- [Expo](https://expo.io/)\r\n- [next](https://nextjs.org/)\r\n- [React Native](https://reactnative.dev/)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebobite%2Fcodebase-with-rectnative-expo_nextjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebobite%2Fcodebase-with-rectnative-expo_nextjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebobite%2Fcodebase-with-rectnative-expo_nextjs/lists"}