{"id":4188,"url":"https://github.com/baspellis/react-native-infinite-scrollview","last_synced_at":"2025-08-04T00:32:30.174Z","repository":{"id":57337685,"uuid":"52870385","full_name":"baspellis/react-native-infinite-scrollview","owner":"baspellis","description":"ScrollView with infinte paged scrolling (no looping). The number of pages rendered before and after current page can be customized. Pages are rendered when user scrolled.","archived":false,"fork":false,"pushed_at":"2016-05-11T07:22:41.000Z","size":305,"stargazers_count":79,"open_issues_count":4,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-15T09:17:20.415Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baspellis.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":"2016-03-01T11:00:22.000Z","updated_at":"2024-11-25T16:34:56.000Z","dependencies_parsed_at":"2022-09-07T17:34:14.772Z","dependency_job_id":null,"html_url":"https://github.com/baspellis/react-native-infinite-scrollview","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/baspellis/react-native-infinite-scrollview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baspellis%2Freact-native-infinite-scrollview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baspellis%2Freact-native-infinite-scrollview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baspellis%2Freact-native-infinite-scrollview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baspellis%2Freact-native-infinite-scrollview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baspellis","download_url":"https://codeload.github.com/baspellis/react-native-infinite-scrollview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baspellis%2Freact-native-infinite-scrollview/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268634064,"owners_count":24281896,"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-03T02:00:12.545Z","response_time":2577,"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":[],"created_at":"2024-01-05T20:17:03.891Z","updated_at":"2025-08-04T00:32:29.846Z","avatar_url":"https://github.com/baspellis.png","language":"JavaScript","readme":"## react-native-infinite-scrollview\n[![npm version](https://badge.fury.io/js/react-native-infinite-scrollview.svg)](https://www.npmjs.com/package/react-native-infinite-scrollview)\n![react-native platform](https://img.shields.io/badge/platform-ios-blue.svg)\n\nScrollView with infinte paged scrolling (no looping). The number of pages rendered before and after current page can be customized. Pages are rendered when user scrolled.\n\n### Content\n- [Installation](#installation)\n- [Examples](#examples)\n- [API](#api)\n- [Questions?](#questions)\n\n### Installation\n```bash\nnpm i react-native-infinite-scrollview --save\n```\n\n### Examples\nSimple Calendar example included.\n![react-native-infinite-scrollview demo](https://raw.githubusercontent.com/baspellis/react-native-infinite-scrollview/master/example/video/demo.gif)\n\n### API\nComponent wraps ScrollView so all ScrollView properties are available.\n- **renderPage** - Required - (Function) - Must return a component representing the page for the provided index.\n- **offScreenPages** - Optional - (Integer) - Number of pages to render before and after the current page. Default is 1 (total 3 pages are rendered).\n- **index** - Optional - (Integer) - Start the scrollview with this index. Default is 0 or toIndex whichever is greater.\n- **toIndex** - Optional - (Integer) - Don't allow scrolling below this page index.\n- **fromIndex** - Optional - (Integer) - Don't allow scrolling above this page index.\n- **onPageIndexChange** - Optional - (Function) - Called when page index is changed (user scrolled).\n\n### Known issues\nCurrently only iOS is supported. Android support is coming.\n\n### Questions?\nFeel free to contact me via\n- [Twitter](https://twitter.com/baspellis)\n\nIf you want to report a bug, please [submit an issue!](https://github.com/baspellis/react-native-infinite-scrollview/issues/new)\n","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaspellis%2Freact-native-infinite-scrollview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaspellis%2Freact-native-infinite-scrollview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaspellis%2Freact-native-infinite-scrollview/lists"}