@appandflow/touchable
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -0,0 +0,0 @@ MIT License |
{ | ||
"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
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
18531
195