@mattermost/react-native-paste-input
Advanced tools
Comparing version
@@ -313,8 +313,9 @@ "use strict"; | ||
const ExportedForwardRef = /*#__PURE__*/React.forwardRef(function TextInput({ | ||
allowFontScaling = true, | ||
rejectResponderTermination = true, | ||
underlineColorAndroid = 'transparent', | ||
...restProps | ||
}, forwardedRef) { | ||
const ExportedForwardRef = /*#__PURE__*/React.forwardRef(function TextInput(_ref, forwardedRef) { | ||
let { | ||
allowFontScaling = true, | ||
rejectResponderTermination = true, | ||
underlineColorAndroid = 'transparent', | ||
...restProps | ||
} = _ref; | ||
return /*#__PURE__*/React.createElement(InternalTextInput, _extends({ | ||
@@ -321,0 +322,0 @@ allowFontScaling: allowFontScaling, |
@@ -301,8 +301,9 @@ function _extends() { _extends = Object.assign || 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 ExportedForwardRef = /*#__PURE__*/React.forwardRef(function TextInput({ | ||
allowFontScaling = true, | ||
rejectResponderTermination = true, | ||
underlineColorAndroid = 'transparent', | ||
...restProps | ||
}, forwardedRef) { | ||
const ExportedForwardRef = /*#__PURE__*/React.forwardRef(function TextInput(_ref, forwardedRef) { | ||
let { | ||
allowFontScaling = true, | ||
rejectResponderTermination = true, | ||
underlineColorAndroid = 'transparent', | ||
...restProps | ||
} = _ref; | ||
return /*#__PURE__*/React.createElement(InternalTextInput, _extends({ | ||
@@ -309,0 +310,0 @@ allowFontScaling: allowFontScaling, |
{ | ||
"name": "@mattermost/react-native-paste-input", | ||
"version": "0.4.2", | ||
"version": "0.5.0", | ||
"description": "React Native TextInput replacement to allow pasting files", | ||
@@ -54,26 +54,26 @@ "main": "lib/commonjs/index", | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "17.0.0", | ||
"@commitlint/config-conventional": "17.0.3", | ||
"@react-native-community/bob": "0.17.1", | ||
"@react-native-community/eslint-config": "3.0.2", | ||
"@react-native-community/eslint-config": "3.1.0", | ||
"@release-it/conventional-changelog": "5.0.0", | ||
"@types/jest": "27.5.1", | ||
"@types/react": "17.0.43", | ||
"@types/react-native": "0.67.7", | ||
"@typescript-eslint/eslint-plugin": "5.25.0", | ||
"@typescript-eslint/parser": "5.25.0", | ||
"commitlint": "17.0.0", | ||
"eslint": "8.16.0", | ||
"@types/jest": "28.1.6", | ||
"@types/react": "18.0.15", | ||
"@types/react-native": "0.69.5", | ||
"@typescript-eslint/eslint-plugin": "5.32.0", | ||
"@typescript-eslint/parser": "5.32.0", | ||
"commitlint": "17.0.3", | ||
"eslint": "8.21.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-flowtype": "8.0.3", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"eslint-plugin-react-hooks": "4.5.0", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"eslint-plugin-react-hooks": "4.6.0", | ||
"eslint-plugin-react-native": "4.0.0", | ||
"husky": "8.0.1", | ||
"jest": "28.1.0", | ||
"pod-install": "0.1.36", | ||
"prettier": "2.6.2", | ||
"react": "17.0.2", | ||
"react-native": "0.67.4", | ||
"release-it": "15.0.0", | ||
"typescript": "4.6.4" | ||
"jest": "28.1.3", | ||
"pod-install": "0.1.38", | ||
"prettier": "2.7.1", | ||
"react": "18.0.0", | ||
"react-native": "0.69.3", | ||
"release-it": "15.2.0", | ||
"typescript": "4.7.4" | ||
}, | ||
@@ -80,0 +80,0 @@ "peerDependencies": { |
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
302454
0.99%74
1.37%1947
0.1%