react-native-curved-bottom-bar
Version:
A high performance, beautiful and fully customizable curved bottom navigation bar for React Native.
17 lines (16 loc) • 487 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var _CurvedBottomBar = require("./CurvedBottomBar");
Object.keys(_CurvedBottomBar).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _CurvedBottomBar[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _CurvedBottomBar[key];
}
});
});
//# sourceMappingURL=index.js.map
;