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

@appandflow/touchable

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appandflow/touchable - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

0

LICENSE.md

@@ -0,0 +0,0 @@ MIT License

2

package.json
{
"name": "@appandflow/touchable",
"version": "1.2.1",
"version": "1.2.2",
"main": "./src/Touchable.js",

@@ -5,0 +5,0 @@ "private": false,

@@ -0,0 +0,0 @@ # @appandflow/touchable

@@ -0,0 +0,0 @@ // @flow

// @flow
import React, { Component } from 'react';
import * as React from 'react';
import {

@@ -69,5 +69,7 @@ Platform,

tintColor?: string,
style?: any,
children?: React.Node,
};
export default class Touchable extends Component<Props> {
export default class Touchable extends React.Component<Props> {
static defaultProps = {

@@ -74,0 +76,0 @@ native: true,

Sorry, the diff of this file is not supported yet

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