Package Exports
- react-native-virtualized-view
- react-native-virtualized-view/index.ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-virtualized-view) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-native-virtualized-view
React Native flatlist inside scrollview
Getting started
npm install react-native-virtualized-view --save
or
yarn add react-native-virtualized-view
Usage
import { ScrollView } from 'react-native-virtualized-view';