{"id":29303503,"url":"https://github.com/tschoffelen/react-native-glass-effect-view","last_synced_at":"2026-02-12T14:34:03.209Z","repository":{"id":299890238,"uuid":"1004568903","full_name":"tschoffelen/react-native-glass-effect-view","owner":"tschoffelen","description":"A native liquid glass view for iOS, with fallbacks for older versions and Android.","archived":false,"fork":false,"pushed_at":"2025-10-05T19:27:21.000Z","size":3621,"stargazers_count":39,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-17T18:11:58.849Z","etag":null,"topics":["liquid-glass","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tschoffelen.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-18T20:47:48.000Z","updated_at":"2026-01-02T05:52:57.000Z","dependencies_parsed_at":"2025-06-18T20:52:14.511Z","dependency_job_id":"1945e0bf-72a0-4164-a2e3-f07ebb9ebbd7","html_url":"https://github.com/tschoffelen/react-native-glass-effect-view","commit_stats":null,"previous_names":["tschoffelen/react-native-glass-effect-view"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/tschoffelen/react-native-glass-effect-view","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tschoffelen%2Freact-native-glass-effect-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tschoffelen%2Freact-native-glass-effect-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tschoffelen%2Freact-native-glass-effect-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tschoffelen%2Freact-native-glass-effect-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tschoffelen","download_url":"https://codeload.github.com/tschoffelen/react-native-glass-effect-view/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tschoffelen%2Freact-native-glass-effect-view/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29368695,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"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":["liquid-glass","react-native"],"created_at":"2025-07-07T01:08:16.595Z","updated_at":"2026-02-12T14:34:03.203Z","avatar_url":"https://github.com/tschoffelen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-glass-effect-view\n\nA native liquid glass view for iOS, with fallbacks for older versions and Android.\n\n![Preview of example app in iOS simulator](./.github/image.png)\n\n## Installation\n\n```sh\nnpm install react-native-glass-effect-view\n```\n\nMake sure to rebuild your project after installing the package. On iOS, your project will\nonly build successfully on Xcode 26 or newer.\n\n## Usage\n\n```js\nimport { Text } from \"react-native\";\nimport { GlassEffectView } from \"react-native-glass-effect-view\";\n\nconst App = () =\u003e {\n  return (\n    \u003cGlassEffectView\u003e\n      \u003cText\u003eHello world!\u003c/Text\u003e\n    \u003c/GlassEffectView\u003e\n  );\n};\n```\n\n## Props\n\n| Prop            | Type                                 | Description                                                                                                       |\n| --------------- | ------------------------------------ | ----------------------------------------------------------------------------------------------------------------- |\n| `appearance`    | `\"light\"` \\| `\"dark\"` \\| `\"default\"` | Controls the visual appearance of the glass effect. `\"default\"` follows the system color scheme                   |\n| `useNative`     | `boolean`                            | Whether to use the native iOS implementation when available (iOS 26+). Set to `false` to force fallback rendering |\n| `tintColor`     | `string`                             | Custom background color for the glass effect. When provided, overrides the default appearance-based background    |\n| `style`         | `ViewStyle`                          | Standard React Native style prop for positioning, sizing, and layout                                              |\n| `children`      | `ReactNode`                          | Content to display inside the glass effect view                                                                   |\n\n### Additional Notes\n\n- All standard `ViewProps` are supported (e.g., `testID`, `accessibilityLabel`, etc).\n- On iOS 26+, the native glass effect implementation is used by default.\n- On older iOS versions and Android, a fallback implementation provides a similar visual effect.\n- The fallback implementation uses CSS-style shadows and background blur effects. It's nowhere near as cool, but it should serve as a decent fallback.\n\n\u003cbr /\u003e\u003cbr /\u003e\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\t\u003cb\u003e\n\t\t\u003ca href=\"https://schof.co/consulting/?utm_source=react-native-glass-effect-view\"\u003eGet professional support for this package →\u003c/a\u003e\n\t\u003c/b\u003e\n\t\u003cbr\u003e\n\t\u003csub\u003e\n\t\tCustom consulting sessions available for implementation support or feature development.\n\t\u003c/sub\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftschoffelen%2Freact-native-glass-effect-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftschoffelen%2Freact-native-glass-effect-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftschoffelen%2Freact-native-glass-effect-view/lists"}