Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-vscrollview

Venryx587MIT1.0.15TypeScript support: included

Enhanced scroll-view component for ReactJS.

react, scroll, scrollview, scroll-view

readme

React VScrollView

Enhanced scroll-view component for ReactJS.

Installation

npm install react-vscrollview --save-exact

The --save-exact flag is recommended, since this package uses Explicit Versioning (Release.Breaking.FeatureOrFix) rather than SemVer (Breaking.Feature.Fix).

To let npm increment FeatureOrFix (recommended), prepend "~" to its version in package.json. (for Breaking, prepend "^")