UNPKG

@8man/react-native-media-console

Version:
22 lines (21 loc) 442 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.styles = void 0; var _reactNative = require("react-native"); const styles = exports.styles = _reactNative.StyleSheet.create({ container: { position: 'absolute', top: 0, right: 0, bottom: 0, left: 0, alignItems: 'center', justifyContent: 'center' }, icon: { marginBottom: 16 } }); //# sourceMappingURL=styles.js.map