react-native-infinite-scroll-view
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -17,3 +17,3 @@ 'use strict'; | ||
{ | ||
Platform.OS === 'android' ? | ||
Platform.OS === 'ios' ? | ||
<ActivityIndicatorIOS /> : | ||
@@ -20,0 +20,0 @@ <ProgressBarAndroid styleAttr="Small" /> |
{ | ||
"name": "react-native-infinite-scroll-view", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "An infinitely scrolling view that notifies you as the scroll offset approaches the bottom", | ||
@@ -5,0 +5,0 @@ "main": "InfiniteScrollView.js", |
@@ -12,6 +12,17 @@ # InfiniteScrollView [![Slack](http://slack.exponentjs.com/badge.svg)](http://slack.exponentjs.com) | ||
``` | ||
```sh | ||
npm install react-native-infinite-scroll-view | ||
``` | ||
Configure your .babelrc file: | ||
```json | ||
{ | ||
"whitelist": [ | ||
"es7.classProperties", | ||
"es7.decorators" | ||
] | ||
} | ||
``` | ||
## Usage | ||
@@ -18,0 +29,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9001
60