react-native-resegmented-control
Version:
A fully customizable, declarative component that mimics the design of UISegmentedControl from iOS 13. Supported on iOS and Android
7 lines • 305 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var SegmentedControl_1 = require("./SegmentedControl");
exports.SegmentedControl = SegmentedControl_1.SegmentedControl;
var Segment_1 = require("./Segment");
exports.Segment = Segment_1.Segment;
//# sourceMappingURL=index.js.map