{"id":17098979,"url":"https://github.com/native-ly/native-smart-scroll-container","last_synced_at":"2026-03-03T08:12:15.199Z","repository":{"id":37835850,"uuid":"314879006","full_name":"native-ly/native-smart-scroll-container","owner":"native-ly","description":"💂 Enable scroll in the container based on content size","archived":false,"fork":false,"pushed_at":"2023-02-03T15:05:52.000Z","size":1708,"stargazers_count":4,"open_issues_count":14,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T22:28:33.712Z","etag":null,"topics":["android","auto","component","container","disable","enable","expo","ios","mobile","react","react-native","scroll","smart","touch","web"],"latest_commit_sha":null,"homepage":"https://snack.expo.io/@jbiesiada/native-smart-scroll-container","language":"TypeScript","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/native-ly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-21T18:37:35.000Z","updated_at":"2022-08-12T18:41:37.000Z","dependencies_parsed_at":"2023-02-18T08:15:44.604Z","dependency_job_id":null,"html_url":"https://github.com/native-ly/native-smart-scroll-container","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/native-ly%2Fnative-smart-scroll-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/native-ly%2Fnative-smart-scroll-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/native-ly%2Fnative-smart-scroll-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/native-ly%2Fnative-smart-scroll-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/native-ly","download_url":"https://codeload.github.com/native-ly/native-smart-scroll-container/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245149210,"owners_count":20568849,"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":["android","auto","component","container","disable","enable","expo","ios","mobile","react","react-native","scroll","smart","touch","web"],"created_at":"2024-10-14T15:08:42.216Z","updated_at":"2026-03-03T08:12:10.164Z","avatar_url":"https://github.com/native-ly.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Native Smart Scroll Container](https://github.com/native-ly/native-smart-scroll-container)\n\n[![NPM version](https://flat.badgen.net/npm/v/native-smart-scroll-container)](https://www.npmjs.com/package/native-smart-scroll-container)\n[![NPM downloads](https://flat.badgen.net/npm/dm/native-smart-scroll-container)](https://www.npmjs.com/package/native-smart-scroll-container)\n[![NPM license](https://flat.badgen.net/npm/license/native-smart-scroll-container)](https://www.npmjs.com/package/native-smart-scroll-container)\n[![run in expo snack](https://img.shields.io/badge/Run%20in%20Snack-4630EB?style=flat-square\u0026logo=EXPO\u0026labelColor=FFF\u0026logoColor=000)](https://snack.expo.io/@jbiesiada/native-smart-scroll-container)\n[![Codecov](https://flat.badgen.net/codecov/c/github/native-ly/native-smart-scroll-container)](https://codecov.io/gh/native-ly/native-smart-scroll-container)\n[![Travis](https://flat.badgen.net/travis/native-ly/native-smart-scroll-container)](https://app.travis-ci.com/github/native-ly/native-smart-scroll-container)\n[![Bundle size](https://flat.badgen.net/packagephobia/install/native-smart-scroll-container)](https://packagephobia.com/result?p=native-smart-scroll-container)\n\n## About\n\nEnable scroll in the container based on content size\n\n## How to Install\n\nFirst, install the library in your project by npm:\n\n```sh\n$ npm install native-smart-scroll-container\n```\n\nOr Yarn:\n\n```sh\n$ yarn add native-smart-scroll-container\n```\n\n## Getting Started\n\n**Connect the library with the project using ES6 import:**\n\n```js\nimport SmartScrollContainer from 'native-smart-scroll-container'\n```\n\n## Options\n\nComponent extends [ScrollViewProps](https://reactnative.dev/docs/scrollview#props)\n\n| Name                          | Type                               | Default     | Description                            |\n| ----------------------------- | ---------------------------------- | ----------- | -------------------------------------- |\n| **onSmartScrollStatusChange** | (isScrollEnabled: boolean) =\u003e void | `undefined` | Callback on smart scroll status change |\n\n## Example\n\n```js\nimport React from 'react'\nimport SmartScrollContainer from 'native-smart-scroll-container'\n\nconst App = () =\u003e {\n  return (\n    \u003cSmartScrollContainer\u003e\n      {/* React Native components \u0026 content here... */}\n    \u003c/SmartScrollContainer\u003e\n  )\n}\n\nexport default App\n```\n\n## License\n\nThis project is licensed under the MIT License © 2020-present Jakub Biesiada\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnative-ly%2Fnative-smart-scroll-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnative-ly%2Fnative-smart-scroll-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnative-ly%2Fnative-smart-scroll-container/lists"}