{"id":13452539,"url":"https://github.com/jeremybarbet/react-native-modalize","last_synced_at":"2025-05-13T23:08:47.264Z","repository":{"id":33273197,"uuid":"154112652","full_name":"jeremybarbet/react-native-modalize","owner":"jeremybarbet","description":"A highly customizable modal/bottom sheet that loves scrolling content.","archived":false,"fork":false,"pushed_at":"2024-06-08T01:52:12.000Z","size":2957,"stargazers_count":2866,"open_issues_count":121,"forks_count":299,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-25T23:17:26.204Z","etag":null,"topics":["component","modal","react","react-native","scrollview"],"latest_commit_sha":null,"homepage":"https://jeremybarbet.github.io/react-native-modalize","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/jeremybarbet.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-10-22T08:47:38.000Z","updated_at":"2025-03-19T20:13:24.000Z","dependencies_parsed_at":"2024-06-18T11:23:02.970Z","dependency_job_id":"ce4952c6-3c77-42bb-8d9a-3c45dd6b6450","html_url":"https://github.com/jeremybarbet/react-native-modalize","commit_stats":{"total_commits":517,"total_committers":38,"mean_commits":"13.605263157894736","dds":"0.14893617021276595","last_synced_commit":"c46c71eb3c32d600560e979c68b80290a0c00fbd"},"previous_names":[],"tags_count":84,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremybarbet%2Freact-native-modalize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremybarbet%2Freact-native-modalize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremybarbet%2Freact-native-modalize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremybarbet%2Freact-native-modalize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeremybarbet","download_url":"https://codeload.github.com/jeremybarbet/react-native-modalize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245611817,"owners_count":20643903,"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":["component","modal","react","react-native","scrollview"],"created_at":"2024-07-31T07:01:26.955Z","updated_at":"2025-04-02T00:17:31.100Z","avatar_url":"https://github.com/jeremybarbet.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Modalize\n\n[![npm version](https://badge.fury.io/js/react-native-modalize.svg)](https://badge.fury.io/js/react-native-modalize)\n\nA highly customizable modal/bottom sheet that loves scrolling content.\n\nThis component has been built with `react-native-gesture-handler` to address the common issue of **scrolling**, **swiping** and handling the **keyboard** behaviors, you can face with react-native's modal.\n\nThis component comes with a ScrollView, the default renderer, a FlatList or a SectionList. They are all three built-in and make your life easier, just pass your content and Modalize will handle the rest for you. You can also have the possibility to pass your own custom renderer.\n\n\u003cp align=\"left\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/937328/80501705-458d2d80-895f-11ea-9667-d193c135cabf.gif\" height=\"542\" alt=\"Simple\" /\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/937328/80501698-42923d00-895f-11ea-8db0-da3d4f772710.gif\" height=\"542\" alt=\"Fixed\" /\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/937328/80501699-432ad380-895f-11ea-9dad-22505038234e.gif\" height=\"542\" alt=\"Snapping\" /\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/937328/80501647-35754e00-895f-11ea-8ce0-cb53d2985787.gif\" height=\"542\" alt=\"Absolute\" /\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/937328/80501682-3efeb600-895f-11ea-9c04-64154cf77012.gif\" height=\"542\" alt=\"FlatList\" /\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/937328/80501668-3a3a0200-895f-11ea-92b6-a7bc9b301a1a.gif\" height=\"542\" alt=\"Open\" /\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/937328/80615701-881e3b00-8a2f-11ea-94f5-a4cbf6d13d97.gif\" height=\"542\" alt=\"Apple\" /\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/937328/80501688-40c87980-895f-11ea-97db-63b9b029eab4.gif\" height=\"542\" alt=\"Facebook\" /\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/937328/80501707-4625c400-895f-11ea-8436-8e89de3b437e.gif\" height=\"542\" alt=\"Slack\" /\u003e\n\u003c/p\u003e\n\n## Installation\n\n```bash\nyarn add react-native-modalize react-native-gesture-handler\n```\n\n\u003cdetails\u003e\n  \u003csummary\u003eiOS\u003c/summary\u003e\n\n```bash\nnpx pod-install ios\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eAndroid\u003c/summary\u003e\n\n#### React Native \u003c= 0.59\n\nFollow [this guide](https://jeremybarbet.github.io/react-native-modalize/#/INSTALLATION) to complete the Android installation.\n\n#### React Native \u003e 0.60\n\nYou don't need to follow the guide mentioned above because autolinking from React already did the steps.\n\n\u003c/details\u003e\n\n## Usage\n\nHere is a quick example, using the default ScrollView renderer.\n\n```tsx\nimport React, { useRef } from 'react';\nimport { View, Text, TouchableOpacity } from 'react-native';\nimport { Modalize } from 'react-native-modalize';\n\nexport const App = () =\u003e {\n  const modalizeRef = useRef\u003cModalize\u003e(null);\n\n  const onOpen = () =\u003e {\n    modalizeRef.current?.open();\n  };\n\n  return (\n    \u003c\u003e\n      \u003cTouchableOpacity onPress={onOpen}\u003e\n        \u003cText\u003eOpen the modal\u003c/Text\u003e\n      \u003c/TouchableOpacity\u003e\n\n      \u003cModalize ref={modalizeRef}\u003e...your content\u003c/Modalize\u003e\n    \u003c/\u003e\n  );\n};\n```\n\n## Documentation\n\nPlease check out the full [documentation available here](https://jeremybarbet.github.io/react-native-modalize) to find all about the props, methods and examples of Modalize's usage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeremybarbet%2Freact-native-modalize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeremybarbet%2Freact-native-modalize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeremybarbet%2Freact-native-modalize/lists"}