UNPKG

react-native-animateable-text

Version:

A fork of React Native's `<Text/> component that supports Reanimated Shared Values as text!

13 lines (12 loc) 502 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _codegenNativeComponent = _interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } /* * Custom -> used only for codegen */ var _default = exports.default = (0, _codegenNativeComponent.default)('JBAnimatedText'); //# sourceMappingURL=JBAnimatedTextNativeComponent.js.map