ssap_app/node_modules/react-native-screens/lib/module/components/DebugContainer.web.js

6 lines
259 B
JavaScript

import * as React from 'react';
import ScreenContentWrapper from './ScreenContentWrapper';
export default function DebugContainer(props) {
return /*#__PURE__*/React.createElement(ScreenContentWrapper, props);
}
//# sourceMappingURL=DebugContainer.web.js.map