viettel-ekyc-sdk
Version:
15 lines • 446 B
JavaScript
/* eslint-disable react-native/no-inline-styles */
import React from 'react';
import { View } from 'react-native';
export const MashBackground = () => {
return (React.createElement(View, { style: {
position: 'absolute',
top: 0,
left: 0,
right: 0,
bottom: 0,
backgroundColor: 'black',
opacity: 0.5,
} }));
};
//# sourceMappingURL=MashBackground.js.map