react-native-fiesta
Version:
A set of celebration animations powered by Skia. Engage more with your users by celebrating in your React Native application.
17 lines (16 loc) • 477 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _FiestaContext = require("./FiestaContext");
Object.keys(_FiestaContext).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _FiestaContext[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _FiestaContext[key];
}
});
});
//# sourceMappingURL=index.js.map