{"id":22832985,"url":"https://github.com/yezarela/react-native-expandable","last_synced_at":"2025-08-04T12:36:04.120Z","repository":{"id":57336827,"uuid":"121599986","full_name":"yezarela/react-native-expandable","owner":"yezarela","description":"Expandable container for react-native","archived":false,"fork":false,"pushed_at":"2018-03-06T12:59:34.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T21:51:22.587Z","etag":null,"topics":["collapsible","expandable","react-native"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/yezarela.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}},"created_at":"2018-02-15T06:57:03.000Z","updated_at":"2019-01-25T06:01:49.000Z","dependencies_parsed_at":"2022-09-11T12:31:43.379Z","dependency_job_id":null,"html_url":"https://github.com/yezarela/react-native-expandable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yezarela/react-native-expandable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezarela%2Freact-native-expandable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezarela%2Freact-native-expandable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezarela%2Freact-native-expandable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezarela%2Freact-native-expandable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yezarela","download_url":"https://codeload.github.com/yezarela/react-native-expandable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yezarela%2Freact-native-expandable/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268696931,"owners_count":24292386,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["collapsible","expandable","react-native"],"created_at":"2024-12-12T21:11:16.960Z","updated_at":"2025-08-04T12:36:04.089Z","avatar_url":"https://github.com/yezarela.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Native Expandable\n\n[![npm version](https://badge.fury.io/js/react-native-expandable.svg)](https://badge.fury.io/js/react-native-expandable)\n\nExpandable/collapsible container for react-native\n\n## Installation\n\n```\nyarn add react-native-expandable\n```\n\n## Props\n\n| Prop Name   | Value   |\n| :---------- | :------ |\n| `title`     | string  |\n| `collapsed` | boolean |\n\n## Usage\n\n```jsx\nimport Expandable from 'react-native-expandable';\n\n\n\u003cScrollView showsVerticalScrollIndicator={false}\u003e\n  \u003cView style={{ height: '100%' }}\u003e\n    \u003cExpandable title=\"Amazing Title\" collapsed={false}\u003e\n      \u003cView style={{ flexDirection: 'row', alignItems: 'center' }}\u003e\n        \u003cView style={{ flex: 1 }}\u003e\n          \u003cText\u003eAmazing!\u003c/Text\u003e\n        \u003c/View\u003e\n      \u003c/View\u003e\n    \u003c/Expandable\u003e\n  \u003c/View\u003e\n\u003c/ScrollView\u003e;\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyezarela%2Freact-native-expandable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyezarela%2Freact-native-expandable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyezarela%2Freact-native-expandable/lists"}