Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-invertible-scroll-view

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-invertible-scroll-view - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

InvertibleScrollView.js

@@ -1,4 +0,1 @@

/**
* @flow weak
*/
'use strict';

@@ -5,0 +2,0 @@

4

package.json
{
"name": "react-native-invertible-scroll-view",
"version": "0.1.0",
"version": "0.1.1",
"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": "^1.0.0"
"react-native-scrollable-mixin": "^1.0.1"
}
}

@@ -1,2 +0,2 @@

# InvertibleScrollView
# InvertibleScrollView [![Slack](http://slack.exponentjs.com/badge.svg)](http://slack.exponentjs.com)

@@ -3,0 +3,0 @@ 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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc