react-native-paper
Advanced tools
Comparing version 5.12.2 to 5.12.3
@@ -97,3 +97,2 @@ "use strict"; | ||
const handleTouchStart = () => { | ||
console.log('start'); | ||
if (hideTooltipTimer.current.length) { | ||
@@ -100,0 +99,0 @@ hideTooltipTimer.current.forEach(t => clearTimeout(t)); |
@@ -88,3 +88,2 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
const handleTouchStart = () => { | ||
console.log('start'); | ||
if (hideTooltipTimer.current.length) { | ||
@@ -91,0 +90,0 @@ hideTooltipTimer.current.forEach(t => clearTimeout(t)); |
{ | ||
"name": "react-native-paper", | ||
"version": "5.12.2", | ||
"version": "5.12.3", | ||
"description": "Material design for React Native", | ||
@@ -5,0 +5,0 @@ "main": "lib/commonjs/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3843029
72602