{"id":18210266,"url":"https://github.com/lodev09/react-native-true-sheet","last_synced_at":"2026-02-08T17:15:23.794Z","repository":{"id":229263452,"uuid":"776272298","full_name":"lodev09/react-native-true-sheet","owner":"lodev09","description":"The true native bottom sheet experience 💩","archived":false,"fork":false,"pushed_at":"2026-01-25T04:30:43.000Z","size":210395,"stargazers_count":1574,"open_issues_count":1,"forks_count":65,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-01-25T05:47:09.973Z","etag":null,"topics":["android","bottom-sheet","ios","modal-sheet","native-sheet","react-native"],"latest_commit_sha":null,"homepage":"https://sheet.lodev09.com","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/lodev09.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"AGENTS.md","dco":null,"cla":null},"funding":{"github":"lodev09","buy_me_a_coffee":"lodev09"}},"created_at":"2024-03-23T03:42:14.000Z","updated_at":"2026-01-25T04:30:47.000Z","dependencies_parsed_at":"2025-06-24T21:34:48.435Z","dependency_job_id":"31c0dfe5-cbb5-4d4a-980f-41dc9aa99282","html_url":"https://github.com/lodev09/react-native-true-sheet","commit_stats":null,"previous_names":["lodev09/react-native-true-sheet"],"tags_count":155,"template":false,"template_full_name":null,"purl":"pkg:github/lodev09/react-native-true-sheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lodev09%2Freact-native-true-sheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lodev09%2Freact-native-true-sheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lodev09%2Freact-native-true-sheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lodev09%2Freact-native-true-sheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lodev09","download_url":"https://codeload.github.com/lodev09/react-native-true-sheet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lodev09%2Freact-native-true-sheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28826879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:13:12.038Z","status":"ssl_error","status_checked_at":"2026-01-27T23:05:59.307Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["android","bottom-sheet","ios","modal-sheet","native-sheet","react-native"],"created_at":"2024-11-03T15:00:54.745Z","updated_at":"2026-02-08T17:15:23.780Z","avatar_url":"https://github.com/lodev09.png","language":"TypeScript","readme":"# React Native True Sheet\n\n[![CI](https://github.com/lodev09/react-native-true-sheet/actions/workflows/checks.yml/badge.svg)](https://github.com/lodev09/react-native-true-sheet/actions/workflows/checks.yml)\n[![NPM Downloads](https://img.shields.io/npm/d18m/%40lodev09%2Freact-native-true-sheet)](https://www.npmjs.com/package/@lodev09/react-native-true-sheet)\n\nThe true native bottom sheet experience for your React Native Apps. 💩\n\n\u003cimg alt=\"React Native True Sheet - iPad\" src=\"docs/static/img/preview-ipad.gif\" width=\"744\" /\u003e\u003cbr\u003e\n\u003cimg alt=\"React Native True Sheet - IOS\" src=\"docs/static/img/preview-ios.gif\" width=\"248\" height=\"500\" /\u003e\u003cimg alt=\"React Native True Sheet - Android\" src=\"docs/static/img/preview-android.gif\" width=\"248\" height=\"500\" /\u003e\u003cimg alt=\"React Native True Sheet - Web\" src=\"docs/static/img/preview-web.gif\" width=\"248\" height=\"500\" /\u003e\n\n## Features\n\n* ⚡ **Powered by Fabric** - Built on React Native's new architecture for maximum performance\n* 🚀 **Fully Native** - Implemented in the native realm, zero JS hacks\n* ♿ **Accessible** - Native accessibility and screen reader support out of the box\n* 🔄 **Flexible API** - Use [imperative methods](https://sheet.lodev09.com/reference/methods#ref-methods) or [lifecycle events](https://sheet.lodev09.com/reference/events)\n* 📐 **Side Sheets** - Native [side sheet](https://sheet.lodev09.com/guides/side-sheets) support for iPad and Android tablets\n* 🪟 **Liquid Glass** - [iOS 26+ Liquid Glass](https://sheet.lodev09.com/guides/liquid-glass) support out of the box, featured in [Expo Blog](https://expo.dev/blog/how-to-create-apple-maps-style-liquid-glass-sheets)\n* 🐎 **Reanimated** - First-class support for [react-native-reanimated](https://sheet.lodev09.com/guides/reanimated)\n* 🧭 **React Navigation** - Built-in [sheet navigator](https://sheet.lodev09.com/guides/navigation) for seamless navigation integration\n* 🌐 **Web Support** - Full [web support](https://sheet.lodev09.com/guides/web) out of the box\n\n## Installation\n\n\u003e [!IMPORTANT]\n\u003e **Version 3.0+ requires React Native's New Architecture (Fabric)**\n\u003e For the old architecture, use version 2.x. See the [Migration Guide](https://sheet.lodev09.com/migration) for upgrading.\n\n### Prerequisites\n\n- React Native 0.80+\n- New Architecture enabled\n- Xcode 26.1+\n\n### Compatibility\n\n| TrueSheet | React Native | Expo SDK |\n|-----------|--------------|----------|\n| 3.7+      | 0.80+        | 54+      |\n| 3.6       | 0.79         | 52-53    |\n\n### Expo\n\n```sh\nnpx expo install @lodev09/react-native-true-sheet\n```\n\n### Bare React Native\n\n```sh\nyarn add @lodev09/react-native-true-sheet\ncd ios \u0026\u0026 pod install\n```\n\n## Documentation\n\n- [Example](example)\n- [Configuration](https://sheet.lodev09.com/reference/configuration)\n- [Lifecycle Events](https://sheet.lodev09.com/reference/events)\n- [React Navigation](https://sheet.lodev09.com/guides/navigation)\n- [Troubleshooting](https://sheet.lodev09.com/troubleshooting)\n- [Testing with Jest](https://sheet.lodev09.com/guides/jest)\n- [Migrating to v3](https://sheet.lodev09.com/migration)\n\n## Usage\n\n```tsx\nimport { TrueSheet } from \"@lodev09/react-native-true-sheet\"\n\nexport const App = () =\u003e {\n  const sheet = useRef\u003cTrueSheet\u003e(null)\n\n  // Present the sheet ✅\n  const present = async () =\u003e {\n    await sheet.current?.present()\n    console.log('horray! sheet has been presented 💩')\n  }\n\n  // Dismiss the sheet ✅\n  const dismiss = async () =\u003e {\n    await sheet.current?.dismiss()\n    console.log('Bye bye 👋')\n  }\n\n  return (\n    \u003cView\u003e\n      \u003cButton onPress={present} title=\"Present\" /\u003e\n      \u003cTrueSheet\n        ref={sheet}\n        detents={['auto', 1]}\n      \u003e\n        \u003cButton onPress={dismiss} title=\"Dismiss\" /\u003e\n      \u003c/TrueSheet\u003e\n    \u003c/View\u003e\n  )\n}\n```\n\n## That map is awesome!\n\nYes it is! Checkout [`@lugg/maps`](https://github.com/lugg/maps), a universal maps library for React Native that I'm developing at [Lugg](https://lugg.com).\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\n[MIT](LICENSE)\n\n---\n\nMade with ❤️ by [@lodev09](http://linkedin.com/in/lodev09/)\n","funding_links":["https://github.com/sponsors/lodev09","https://buymeacoffee.com/lodev09"],"categories":["TypeScript","UI Components"],"sub_categories":["Modals, Sheets \u0026 Overlays"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flodev09%2Freact-native-true-sheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flodev09%2Freact-native-true-sheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flodev09%2Freact-native-true-sheet/lists"}