{"id":4163,"url":"https://github.com/bolket/react-native-scrollview-smart","last_synced_at":"2025-08-04T00:32:24.703Z","repository":{"id":10075929,"uuid":"64394228","full_name":"Bolket/react-native-scrollview-smart","owner":"Bolket","description":"A Smart ScrollView component for IOS and Android","archived":false,"fork":false,"pushed_at":"2022-01-20T16:08:00.000Z","size":1332,"stargazers_count":81,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-13T21:57:54.399Z","etag":null,"topics":[],"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/Bolket.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-07-28T12:36:34.000Z","updated_at":"2024-03-30T22:35:42.000Z","dependencies_parsed_at":"2022-08-07T05:15:29.271Z","dependency_job_id":null,"html_url":"https://github.com/Bolket/react-native-scrollview-smart","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Bolket/react-native-scrollview-smart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bolket%2Freact-native-scrollview-smart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bolket%2Freact-native-scrollview-smart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bolket%2Freact-native-scrollview-smart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bolket%2Freact-native-scrollview-smart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bolket","download_url":"https://codeload.github.com/Bolket/react-native-scrollview-smart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bolket%2Freact-native-scrollview-smart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268634063,"owners_count":24281895,"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.038Z","updated_at":"2025-08-04T00:32:24.298Z","avatar_url":"https://github.com/Bolket.png","language":"JavaScript","readme":"# React Native Scrollview Smart [![CircleCI](https://circleci.com/gh/Bolket/react-native-scrollview-smart.svg?style=shield\u0026circle-token=:circle-token)](https://circleci.com/gh/Bolket/react-native-scrollview-smart) [![react-native-scrollview-smart](https://img.shields.io/npm/dm/react-native-scrollview-smart.svg)](https://www.npmjs.org/package/react-native-scrollview-smart) [![npm version](https://img.shields.io/npm/v/react-native-scrollview-smart.svg?style=flat)](https://www.npmjs.com/package/react-native-scrollview-smart) [![Known Vulnerabilities](https://snyk.io/test/github/bolket/react-native-scrollview-smart/badge.svg)](https://snyk.io/test/github/bolket/react-native-scrollview-smart)\nA smart iOS and Android scrollview for React Native\n\n## INSTALLATION\n\n```shell\nnpm i react-native-scrollview-smart --save\n```\n### Android\n\nin your `AndroidManifest.xml add:\n\n```xml\n\u003cactivity\n  android:windowSoftInputMode=\"adjustPan\" ... \u003e\n```\n\n## Demo\n\u003cp align=\"center\"\u003e\n  \u003cimg src =\"https://raw.githubusercontent.com/sarovin/react-native-scrollview-smart/master/Demo.gif\" /\u003e\n\u003c/p\u003e\n\n## Usage\nSee the Example app\n\n```javascript\nclass Example extends Component {\n\n  constructor(props) {\n    super(props);\n    this.scrollOnFocus = this.scrollOnFocus.bind(this);\n  }\n\n  scrollOnFocus = inputName =\u003e () =\u003e {\n    this.scroll.inputFocused(\n      findNodeHandle(this[inputName]),\n    );\n  }\n\n  render() {\n    return (\n      \u003cScrollViewSmart\n        ref={e =\u003e (this.scroll = e)}\n      \u003e\n        \u003cTextInput\n          ref={e =\u003e (this.input = e)}\n          onFocus={this.scrollOnFocus('input')}\n        /\u003e\n        // ...\n      \u003c/ScrollViewSmart\u003e\n    );\n  }\n}\n\n```\n\nDonate\n------\n\n* Etherium (ETH): 0x57b5ab33a339fc7fab86127981e4095b84d5ddfa\n","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolket%2Freact-native-scrollview-smart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbolket%2Freact-native-scrollview-smart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolket%2Freact-native-scrollview-smart/lists"}