UNPKG

@eslam-elmeniawy/react-native-common-components

Version:

Common `ReactNative` components packed in library for usage in projects.

16 lines (14 loc) 364 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _reactNative = require("react-native"); // External imports. const styles = _reactNative.StyleSheet.create({ dialog: { backgroundColor: 'transparent' } }); var _default = exports.default = styles; //# sourceMappingURL=LoadingDialog.styles.js.map