@nexara/nativeflow
Version:
Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.
36 lines (34 loc) • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _reactNative = require("react-native");
var _index = require("../StyledComponents/index.js");
var _jsxRuntime = require("react/jsx-runtime");
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const Surface = ({}) => {
const STYLES = _reactNative.StyleSheet.create({
CONTAINER: {
height: 100,
width: 100,
backgroundColor: '#fff',
shadowColor: "#000",
// shadowOffset: {
// width: 100,
// height: 100,
// },
// shadowOpacity: 0.43,
// shadowRadius: 9.51,
elevation: 15
}
});
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_jsxRuntime.Fragment, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.StyledView, {
style: STYLES.CONTAINER
})
});
};
var _default = exports.default = Surface;
//# sourceMappingURL=Surface.js.map