native-smart-scroll-container
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

native-smart-scroll-container (WIP)

NPM version NPM downloads NPM license run in expo snack Codecov Travis

About

Enable scroll in container based on content size

How to Install

First, install the library in your project by npm:

$ npm install native-smart-scroll-container

Or Yarn:

$ yarn add native-smart-scroll-container

Options

Component uses ScrollViewProps

Example

import React from 'react'
import SmartScrollContainer from 'native-smart-scroll-container'
 
const App = () => {
  return (
    <SmartScrollContainer>
      {/* React Native Components & content here... */}
    </SmartScrollContainer>
  )
}

License

This project is licensed under the MIT License © 2020-present Jakub Biesiada

Package Sidebar

Install

npm i native-smart-scroll-container

Weekly Downloads

11

Version

1.0.0

License

MIT

Unpacked Size

6.79 kB

Total Files

6

Last publish

Collaborators

  • jbiesiada