react-native-ios-utilities
Version:
Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI
10 lines (9 loc) • 465 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.RNIDetachedNativeView = void 0;
var _RNIDetachedViewNativeComponent = _interopRequireDefault(require("./RNIDetachedViewNativeComponent"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const RNIDetachedNativeView = exports.RNIDetachedNativeView = _RNIDetachedViewNativeComponent.default;
//# sourceMappingURL=RNIDetachedNativeView.js.map
;