@ticmakers-react-native/onboarding
Version:
TIC Makers - React Native Onboarding
19 lines • 493 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var react_native_1 = require("react-native");
exports.styles = react_native_1.StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
},
overlay: {
backgroundColor: 'rgba(0,0,0,.1)',
},
paginationContainer: {
bottom: 0,
position: 'absolute',
width: '100%',
},
});
exports.default = exports.styles;
//# sourceMappingURL=styles.js.map