{"id":17768119,"url":"https://github.com/kureev/react-native-list","last_synced_at":"2025-07-18T16:37:42.034Z","repository":{"id":57338065,"uuid":"88534122","full_name":"Kureev/react-native-list","owner":"Kureev","description":"FlatList, VirtualizedList, SectionList for React-Native \u003c 0.43","archived":false,"fork":false,"pushed_at":"2017-05-08T16:00:18.000Z","size":79,"stargazers_count":44,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-01T10:08:37.939Z","etag":null,"topics":["react-native","react-native-component","react-native-list"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kureev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-17T17:47:53.000Z","updated_at":"2023-03-11T12:20:31.000Z","dependencies_parsed_at":"2022-09-14T18:50:39.633Z","dependency_job_id":null,"html_url":"https://github.com/Kureev/react-native-list","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Kureev/react-native-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kureev%2Freact-native-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kureev%2Freact-native-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kureev%2Freact-native-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kureev%2Freact-native-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kureev","download_url":"https://codeload.github.com/Kureev/react-native-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kureev%2Freact-native-list/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265793684,"owners_count":23829180,"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":["react-native","react-native-component","react-native-list"],"created_at":"2024-10-26T20:56:02.809Z","updated_at":"2025-07-18T16:37:41.997Z","avatar_url":"https://github.com/Kureev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"FlatList, VirtualizedList, SectionList for React-Native \u003c 0.43\n--\n\nThis repository mimics the latest changes in React Native 0.43.\n\n## Motivation\nCurrently, React-Native@0.43 depends on React@16.0.0-alpha6 which isn't yet supported by many libraries like Enzyme etc. Although, this version of RN brings us amazing list views: FlatList, VirtualizedList \u0026 SectionList. So there is a choice either to use 0.43 with its awesome lists or use 0.42 and being able to test your applications with Enzyme. Well, I choose both ;)\n\nThis package contains copied and adapted implementation of 0.43 list features to \u003c 0.43 realms.\n\n## Installation\n\n- Install package using your favorite manager:\n\n  ```sh\n  yarn add react-native-list\n  ```\n  or\n  ```sh\n  npm add react-native --save\n  ```\n\n- Add `react-native-list` to your `providesModuleNodeModules`:\n\n  - If you don't have `rn-cli.config.js`, create `rn-cli.config.js` in the root directory of your project:\n\n  ```js\n  module.exports = {\n    getProvidesModuleNodeModules() {\n      return [\n        'react-native',\n        'react-native-windows',\n        'react-native-list',\n      ];\n    },\n  };\n  ```\n\n  - If you already have `rn-cli.config.js`, add `react-native-list` to your `getProvidesModuleNodeModules` function or copy it from the snippet above.\n\n## Usage\n\n```js\nimport { FlatList, VirtualizedList, SectionList } from 'react-native-list';\n\n// then use it like a regular react-native@0.43 components\n```\n\nFor more information, see [Better List Views in React Native](https://facebook.github.io/react-native/blog/2017/03/13/better-list-views.html).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkureev%2Freact-native-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkureev%2Freact-native-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkureev%2Freact-native-list/lists"}