Shopify / restyle

A type-enforced system for building UI components in React Native with TypeScript.

Home Page:https://shopify.github.io/restyle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need animated box component

mauryaak15 opened this issue · comments

var createAnimatedBox = function (BaseComponent) { if (BaseComponent === void 0) { BaseComponent = react_native_1.Animated.View; } return createRestyleComponent_1.default(exports.boxRestyleFunctions, BaseComponent); };