react-native-fast-shadow
Version:
Fast and high quality Android shadows for React Native
10 lines (9 loc) • 323 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FastShadowView = void 0;
var _reactNative = require("react-native");
const FastShadowView = (0, _reactNative.requireNativeComponent)('FastShadowView');
exports.FastShadowView = FastShadowView;
//# sourceMappingURL=FastShadowView.js.map