{"id":25947104,"url":"https://github.com/nameisjayant/onescreenreactnative","last_synced_at":"2025-07-08T20:35:58.443Z","repository":{"id":279010933,"uuid":"937439371","full_name":"nameisjayant/oneScreenReactNative","owner":"nameisjayant","description":"Aim of this repository is to design single screen page UIS with React Native.","archived":false,"fork":false,"pushed_at":"2025-03-02T17:51:33.000Z","size":24028,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T18:36:01.204Z","etag":null,"topics":["reactnative","reactnative-ui","reactnativeandroid","reactnativeapp","reactnativeios","typescript","typescript-react-native"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/nameisjayant.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":"2025-02-23T03:44:57.000Z","updated_at":"2025-03-02T17:51:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"d0e4e38b-d8a4-41ce-a918-92e6427b0065","html_url":"https://github.com/nameisjayant/oneScreenReactNative","commit_stats":null,"previous_names":["nameisjayant/onescreenreactnative"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nameisjayant%2FoneScreenReactNative","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nameisjayant%2FoneScreenReactNative/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nameisjayant%2FoneScreenReactNative/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nameisjayant%2FoneScreenReactNative/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nameisjayant","download_url":"https://codeload.github.com/nameisjayant/oneScreenReactNative/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241827144,"owners_count":20026601,"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":["reactnative","reactnative-ui","reactnativeandroid","reactnativeapp","reactnativeios","typescript","typescript-react-native"],"created_at":"2025-03-04T10:18:12.664Z","updated_at":"2025-03-04T10:18:13.184Z","avatar_url":"https://github.com/nameisjayant.png","language":"TypeScript","readme":"## React Native Single Screen Page UIS\n\n\u003cp\u003e Aim of this repository is to design single screen page UIS with React Native.\u003c/p\u003e\n\n## Purpose\n\n- Purpose of making this repository is to learn how to make or write ui screen codes in\n  React Native.\n- It also focus on the clean and reusable codes.\n\n## Packages\n\n- `components`: Includes all the common components here , which can used in any screen for eg -\n  Text , Hstack , Vstack etc....\n- `screen`: For including any UI.\n\n## How to Contribute\n\n- If you have any single page complex screen UI , you are most welcome.\n- **Note** :- Before start contributing , please check the remaining screens for code quality\n  and `components` package for the common components.\n\n## 🖥️ Screenshots\n\n### Chat UI\n\n\u003cdiv style=\"display: flex; justify-content: center;\"\u003e\n  \u003ctable style=\"width:80%; text-align: center;\"\u003e\n    \u003ctr\u003e\n      \u003cth\u003eAndroid\u003c/th\u003e\n      \u003cth\u003eiOS\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\u003cimg src=\"screenshots/ChatUI_Android.png\" height=\"500\"/\u003e\u003c/td\u003e\n      \u003ctd\u003e\u003cimg src=\"screenshots/ChatUI_iOS.png\" height=\"500\"/\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/table\u003e\n\u003c/div\u003e\n\n### Instagram Home UI\n\n\u003ctable style=\"width:100%\"\u003e\n  \u003ctr\u003e\n    \u003cth\u003eAndroid\u003c/th\u003e\n    \u003cth\u003eiOS\u003c/th\u003e \n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src = \"screenshots/instagram_home_android.png\" height=\"500\"/\u003e\u003c/td\u003e\n \u003ctd\u003e\u003cimg src = \"screenshots/instagram_home_ios.png\"  height=\"500\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n### Scoreboard UI\n\n\u003ctable style=\"width:100%\"\u003e\n  \u003ctr\u003e\n    \u003cth\u003eAndroid\u003c/th\u003e\n    \u003cth\u003eiOS\u003c/th\u003e \n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src = \"screenshots/scoreboard_ui_android.png\" height=\"500\"/\u003e\u003c/td\u003e\n \u003ctd\u003e\u003cimg src = \"screenshots/scoreboard_ui_ios.png\"  height=\"500\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Find this project useful ? ❤️\n\n- Support it by clicking the ⭐️ button on the upper right of this page. ✌️\n\n# License\n\n```markdown\nCopyright 2025 Jayant Kumar\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnameisjayant%2Fonescreenreactnative","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnameisjayant%2Fonescreenreactnative","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnameisjayant%2Fonescreenreactnative/lists"}