react-native-invertible-scroll-view
Advanced tools
Comparing version 0.0.4 to 0.1.0
{ | ||
"name": "react-native-invertible-scroll-view", | ||
"version": "0.0.4", | ||
"version": "0.1.0", | ||
"description": "An invertible ScrollView for React Native", | ||
@@ -24,4 +24,4 @@ "main": "InvertibleScrollView.js", | ||
"react-native-clone-referenced-element": "^1.0.0", | ||
"react-native-scrollable-mixin": "0.0.3" | ||
"react-native-scrollable-mixin": "^1.0.0" | ||
} | ||
} |
# InvertibleScrollView | ||
**NOTE:** don't try to use this until https://github.com/facebook/react-native/pull/785 is merged. | ||
InvertibleScrollView is a React Native scroll view that can be inverted so that content is rendered starting from the bottom, and the user must scroll down to reveal more. This is a common design in chat applications and the command-line terminals. InvertibleScrollView also supports horizontal scroll views to present content from right to left. | ||
@@ -12,2 +10,4 @@ | ||
## Installation | ||
Use this with react-native 0.8.0-rc or later. | ||
``` | ||
@@ -14,0 +14,0 @@ npm install react-native-invertible-scroll-view |
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
7085
+ Addedreact-native-scrollable-mixin@1.0.1(transitive)
- Removedreact-native-scrollable-mixin@0.0.3(transitive)