{"id":30307910,"url":"https://github.com/ui-schema/demo-react-native","last_synced_at":"2026-04-12T02:36:17.432Z","repository":{"id":309277625,"uuid":"1035653879","full_name":"ui-schema/demo-react-native","owner":"ui-schema","description":"A simple React Native app with JSON Schema powered form generation.","archived":false,"fork":false,"pushed_at":"2025-08-10T23:26:25.000Z","size":163,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-11T01:12:08.928Z","etag":null,"topics":["json-schema","json-schema-form","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/ui-schema.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,"zenodo":null}},"created_at":"2025-08-10T21:18:56.000Z","updated_at":"2025-08-11T00:37:30.000Z","dependencies_parsed_at":"2025-08-11T01:22:18.172Z","dependency_job_id":null,"html_url":"https://github.com/ui-schema/demo-react-native","commit_stats":null,"previous_names":["ui-schema/demo-react-native"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ui-schema/demo-react-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ui-schema%2Fdemo-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ui-schema%2Fdemo-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ui-schema%2Fdemo-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ui-schema%2Fdemo-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ui-schema","download_url":"https://codeload.github.com/ui-schema/demo-react-native/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ui-schema%2Fdemo-react-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31702580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["json-schema","json-schema-form","react-native"],"created_at":"2025-08-17T11:14:03.082Z","updated_at":"2026-04-12T02:36:17.343Z","avatar_url":"https://github.com/ui-schema.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UI-Schema React Native\n\nExample app for [UI-Schema React](https://github.com/ui-schema/ui-schema) with [React Native](https://reactnative.dev/) and [Expo](https://expo.dev/).\n\nIncludes a custom UI-Schema binding with react-native `string`, `boolean` and `Select` widgets, and a basic multi-screen navigation structure. Check the [src/App.tsx](./src/App.tsx) file for the implementation details.\n\n\u003e [!NOTE]\n\u003e\n\u003e No experience with Expo/React Native. Without checking best practices or which packages/theme libraries exist.\n\u003e\n\u003e The preview and build for Android and web platforms were successful.\n\n![screenshot of browser and android app preview](./assets/ui-schema-react-native.jpg)\n\n## Setup\n\nFirst, clone the repository and navigate into the directory:\n\n```bash\ngit clone https://github.com/ui-schema/demo-react-native.git\ncd demo-react-native\n```\n\nThen install dependencies:\n\n```bash\nnpm install\n```\n\n## Running the App\n\nTo run the app on your device or simulator:\n\n```bash\nnpm start\n```\n\nTo run the web version of the app:\n\n```bash\nnpm run web\n```\n\nOr run the app on Android (you'll need to have an Android emulator or device connected):\n\n```bash\nnpm run android\n```\n\n## Build the App\n\n\u003e For android/ios check the expo docs.\n\n### Web\n\nTo build the web version of the app for deployment:\n\n```bash\nnpx expo export -p web\n```\n\nThis will create a `dist` directory containing the static web files.\n\nYou can run it with a basic `http` docker image like:\n\nOn unix:\n\n```bash\ndocker run -p 8080:80 -v ${PWD}/dist:/usr/local/apache2/htdocs/ httpd:2.4\n```\n\nOn windows:\n\n```bash\ndocker run -p 8080:80 -v \"%cd%/dist\":/usr/local/apache2/htdocs/ httpd:2.4\n```\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fui-schema%2Fdemo-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fui-schema%2Fdemo-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fui-schema%2Fdemo-react-native/lists"}