react-native-multiple-modals
Version:
Native implementation with the ability to display multiple Modals
15 lines (14 loc) • 388 B
JavaScript
;
import * as React from 'react';
import { View } from 'react-native';
import { jsx as _jsx } from "react/jsx-runtime";
// TODO this components doesn't seem to be used
const NativeRNTModalView = ({
children,
...props
}) => /*#__PURE__*/_jsx(View, {
...props,
children: children
});
export default NativeRNTModalView;
//# sourceMappingURL=NativeRNTModalView.web.js.map