@wordpress/block-editor
Version:
15 lines (14 loc) • 461 B
JavaScript
/**
* External dependencies
*/
import { View } from 'react-native';
// MediaReplaceFlow component is not yet implemented in the native version.
// For testing purposes, we are using an empty View component with a testID prop.
import { jsx as _jsx } from "react/jsx-runtime";
const MediaReplaceFlow = () => {
return /*#__PURE__*/_jsx(View, {
testID: "media-replace-flow"
});
};
export default MediaReplaceFlow;
//# sourceMappingURL=index.native.js.map