UNPKG

react-native-redash

Version:

Utility library for React Native Reanimated

2 lines 694 B
import _extends from"@babel/runtime/helpers/extends";import _objectSpread from"@babel/runtime/helpers/objectSpread";var _jsxFileName="/home/circleci/repo/src/ReText.tsx";import*as React from"react";import{TextInput}from"react-native";import Animated from"react-native-reanimated";var AnimatedTextInput=Animated.createAnimatedComponent(TextInput);export default(function(props){var _style$props=_objectSpread({style:{}},props),text=_style$props.text,style=_style$props.style;return React.createElement(AnimatedTextInput,_extends({underlineColorAndroid:"transparent",editable:false},{text:text,style:style},{__source:{fileName:_jsxFileName,lineNumber:15}}));}); //# sourceMappingURL=ReText.js.map