{"id":21768270,"url":"https://github.com/hoaphantn7604/react-native-virtualized-view","last_synced_at":"2025-04-13T15:41:29.628Z","repository":{"id":57341288,"uuid":"429254517","full_name":"hoaphantn7604/react-native-virtualized-view","owner":"hoaphantn7604","description":"React Native Flatlist inside Scrollview","archived":false,"fork":false,"pushed_at":"2024-01-31T14:14:27.000Z","size":315,"stargazers_count":27,"open_issues_count":10,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T06:34:44.815Z","etag":null,"topics":["components","elements","flatlist-inside-scrollview","react-native","virtualized-view"],"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/hoaphantn7604.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2021-11-18T01:20:19.000Z","updated_at":"2025-02-17T03:06:37.000Z","dependencies_parsed_at":"2024-06-18T18:39:29.472Z","dependency_job_id":"148e7b28-b96b-47d3-9ded-36505623f295","html_url":"https://github.com/hoaphantn7604/react-native-virtualized-view","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"da49990836f6da538d9b1bbccd2f37eb779aa5a0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoaphantn7604%2Freact-native-virtualized-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoaphantn7604%2Freact-native-virtualized-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoaphantn7604%2Freact-native-virtualized-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoaphantn7604%2Freact-native-virtualized-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hoaphantn7604","download_url":"https://codeload.github.com/hoaphantn7604/react-native-virtualized-view/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248739911,"owners_count":21154247,"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":["components","elements","flatlist-inside-scrollview","react-native","virtualized-view"],"created_at":"2024-11-26T13:35:10.597Z","updated_at":"2025-04-13T15:41:29.606Z","avatar_url":"https://github.com/hoaphantn7604.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/hoaphantn"],"categories":[],"sub_categories":[],"readme":"# react-native-virtualized-view\nWhen Flatlist inside Scrollview, will have a warning:\n\u003cbr\u003e\n\u003cbr\u003e\nvirtualizedlists should never be nested inside plain scrollviews with the same orientation because it can break windowing and other functionality - use another virtualizedlist-backed container instead.\n\u003cbr\u003e\n\u003cbr\u003e\nreact-native-virtualized-view will resolve this problem.\n## Getting started\n```js\n    npm install react-native-virtualized-view --save\n```\nor\n```js\n    yarn add react-native-virtualized-view\n```\n\n\u003cbr\u003e\u003cp\u003e\u003ca href=\"https://www.buymeacoffee.com/hoaphantn\"\u003e \u003cimg align=\"left\" src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" height=\"50\" width=\"210\" alt=\"fateh999\" /\u003e\u003c/a\u003e\u003c/p\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\n## Usage\n```javascript\n  import { FlatList } from 'react-native';\n  import { ScrollView } from 'react-native-virtualized-view';\n\n  return (\n    \u003cScrollView\u003e\n      \u003cFlatList /\u003e\n      \u003cFlatList /\u003e\n    \u003c/ScrollView\u003e\n  ) \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoaphantn7604%2Freact-native-virtualized-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoaphantn7604%2Freact-native-virtualized-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoaphantn7604%2Freact-native-virtualized-view/lists"}