{"id":21142153,"url":"https://github.com/mahaaoo/react-native-maui","last_synced_at":"2025-07-09T05:32:23.571Z","repository":{"id":38198688,"uuid":"400469525","full_name":"mahaaoo/react-native-maui","owner":"mahaaoo","description":"🎁 🎉 React Native Components completely implemented by TypeScript","archived":false,"fork":false,"pushed_at":"2024-11-13T12:45:44.000Z","size":32774,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-13T13:46:39.412Z","etag":null,"topics":["expo","react","react-native","react-native-gesture-handler","react-native-reanimated","react-navigation"],"latest_commit_sha":null,"homepage":"https://mahaaoo.github.io/react-native-maui/","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/mahaaoo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-27T10:16:47.000Z","updated_at":"2024-11-05T17:14:19.000Z","dependencies_parsed_at":"2024-09-14T04:41:52.118Z","dependency_job_id":"3a97d3a4-3779-475b-9f25-ff524b486698","html_url":"https://github.com/mahaaoo/react-native-maui","commit_stats":{"total_commits":299,"total_committers":3,"mean_commits":99.66666666666667,"dds":"0.39799331103678925","last_synced_commit":"4cf36f1b13c563ce923da53fd642d0a59f4e704b"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahaaoo%2Freact-native-maui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahaaoo%2Freact-native-maui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahaaoo%2Freact-native-maui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahaaoo%2Freact-native-maui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahaaoo","download_url":"https://codeload.github.com/mahaaoo/react-native-maui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225489495,"owners_count":17482378,"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":["expo","react","react-native","react-native-gesture-handler","react-native-reanimated","react-navigation"],"created_at":"2024-11-20T07:43:34.802Z","updated_at":"2024-11-20T07:43:35.715Z","avatar_url":"https://github.com/mahaaoo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-maui\n\n[中文文档](https://github.com/mahaaoo/react-native-maui/blob/main/README.zh.md)\n\nThis project contains the basic components commonly used in ReactNative. All components are implemented by `funciton components` and `hooks`, coded in `typescript`. Animations and interactions are implemented by `react-native-reanimated`, `react-native-gesture-handler` and `react-native-svg`.\n\n\u003e This project is developed by individuals, the stability and adaptability of the components cannot be guaranteed, please use with caution\n\n## Update\n* Move `Overlay` to [react-native-ma-modal](https://github.com/mahaaoo/react-native-ma-modal)\n\n## Preview\n\n| Loading | Progress | Button | \n| ------------- | ------------- | ------------- | \n| \u003cimg src=\"./screenshoot/Loading.gif\" width=\"250\" /\u003e | \u003cimg src=\"./screenshoot/Progress.gif\" width=\"250\" /\u003e  | \u003cimg src=\"./screenshoot/button.gif\" width=\"250\" /\u003e  |\n\n\n| AnimatedNumber | Overlay | RefreshScrollView |\n| ------------- | ------------- | ------------- | \n| \u003cimg src=\"./screenshoot/number.gif\" width=\"250\" /\u003e  | \u003cimg src=\"./screenshoot/overlay.gif\" width=\"250\" /\u003e  |  \u003cimg src=\"./screenshoot/refresh.gif\" width=\"250\" /\u003e |\n\n\n| Carousel | WaterfallList | More Demos |\n| ------------- | ------------- | ------------- |\n| \u003cimg src=\"./screenshoot/carousel.gif\" width=\"250\" /\u003e  | \u003cimg src=\"./screenshoot/waterFall.gif\" width=\"250\" /\u003e  | \u003cimg src=\"./screenshoot/qrcode.png\" width=\"200\" /\u003e |\n\n\n## Installation\n\nBefore Installation, Make sure have installed `react-native-reanimated`、`react-native-gesture-handler` and `react-native-svg`:\n\n```\nnpm install react-native-reanimated react-native-gesture-handler react-native-svg\nnpx pod-install\n```\n\nFor more information, please check \n- [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated)\n- [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler)\n- [react-native-svg](https://github.com/react-native-svg/react-native-svg)\n\nInstall the `react-native-maui` with:\n```\nnpm install react-native-maui\n```\n\nThen use by:\n```\nimport { Button } from 'react-native-maui'\n```\n\n## Expo Demo\n[Expo HomePage](https://expo.dev/@mah22/react-native-maui-example?serviceType=classic\u0026distribution=expo-go)\n\nScan the QR code with Expo Go (Android) or the Camera app\n\n\u003cimg src=\"./screenshoot/qrcode.png\" width=\"200\" /\u003e\n\n## License\n\nUnder The MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahaaoo%2Freact-native-maui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahaaoo%2Freact-native-maui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahaaoo%2Freact-native-maui/lists"}