UNPKG

@wordpress/block-editor

Version:
21 lines (19 loc) 620 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _reactNative = require("react-native"); var _jsxRuntime = require("react/jsx-runtime"); /** * External dependencies */ // MediaReplaceFlow component is not yet implemented in the native version. // For testing purposes, we are using an empty View component with a testID prop. const MediaReplaceFlow = () => { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, { testID: "media-replace-flow" }); }; var _default = exports.default = MediaReplaceFlow; //# sourceMappingURL=index.native.js.map