{"id":16909818,"url":"https://github.com/drager/bs-react-native-material-ui","last_synced_at":"2026-05-06T22:34:30.485Z","repository":{"id":66347606,"uuid":"120807392","full_name":"drager/bs-react-native-material-ui","owner":"drager","description":"BuckleScript bindings for React Native Material Ui","archived":false,"fork":false,"pushed_at":"2019-01-28T20:27:10.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T17:52:50.288Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"OCaml","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/drager.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":"2018-02-08T19:30:11.000Z","updated_at":"2019-01-28T20:27:11.000Z","dependencies_parsed_at":"2023-05-25T19:45:49.956Z","dependency_job_id":null,"html_url":"https://github.com/drager/bs-react-native-material-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drager/bs-react-native-material-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drager%2Fbs-react-native-material-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drager%2Fbs-react-native-material-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drager%2Fbs-react-native-material-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drager%2Fbs-react-native-material-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drager","download_url":"https://codeload.github.com/drager/bs-react-native-material-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drager%2Fbs-react-native-material-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32715019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T19:35:05.142Z","status":"ssl_error","status_checked_at":"2026-05-06T19:35:03.996Z","response_time":117,"last_error":"SSL_read: 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":[],"created_at":"2024-10-13T18:57:52.048Z","updated_at":"2026-05-06T22:34:30.470Z","avatar_url":"https://github.com/drager.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BuckleScript bindings for [React Native Material Ui](https://github.com/xotahal/react-native-material-ui)\n\n## Status\n\nNot all components got bindings yet, but all should be covered very soon. Check out the\nsource.\n\nFeel free to create an issue or pull request if you find anything missing.\n\n## Installation\n\nRun:\n\n`yarn add bs-react-native-material-ui`\n\n`yarn add react-native-material-ui`\n\nThen add `bs-react-native-material-ui` to `bs-dependencies` in your `bsconfig.json`:\n\n```json\n{\n  \"bs-dependencies\": [\"bs-react-native-material-ui\"]\n}\n```\n\n## Usage\n\n```reason\nlet uiTheme: ReactNativeMaterialUi.ThemeProvider.uiTheme = {\n  palette: {\n    primaryColor: \"#000000\"\n  }\n};\n\nlet app = () =\u003e\n  \u003cReactNativeMaterialUi.ThemeProvider uiTheme\u003e\n    \u003cView\u003e\n      \u003cReactNativeMaterialUi.ActionButton\n          actions=(\n            ReactNativeMaterialUi.ActionButton.ShapeAction({\n              icon: \"done\",\n              name: \"Done\",\n              label: \"Yello\"\n            })\n          )\n        /\u003e\n        \n    \u003c/View\u003e\n  \u003c/ReactNativeMaterialUi.ThemeProvider\u003e;\n```\n\n## Bindings\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrager%2Fbs-react-native-material-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrager%2Fbs-react-native-material-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrager%2Fbs-react-native-material-ui/lists"}