react-native-awesome-text-input
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -1,3 +0,3 @@ | ||
import { FC } from 'react'; | ||
import * as React from 'react'; | ||
import { TextInputProps } from 'react-native'; | ||
export declare const CustomTextInput: FC<TextInputProps>; | ||
export declare const CustomTextInput: React.FC<TextInputProps>; |
@@ -13,7 +13,11 @@ "use strict"; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
return result; | ||
}; | ||
exports.__esModule = true; | ||
var react_1 = __importDefault(require("react")); | ||
var React = __importStar(require("react")); | ||
var react_native_1 = require("react-native"); | ||
@@ -20,0 +24,0 @@ exports.CustomTextInput = function (_a) { |
{ | ||
"name": "react-native-awesome-text-input", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "A simple and reusable react native compatible text input that packs animations and extra styling on top of the core text input component from react native's package", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6792
76
0