react-native-ios-utilities
Version:
Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI
13 lines (12 loc) • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
// stubs
var _default = exports.default = (0, _reactNative.codegenNativeComponent)('RNIDummyTestView', {
excludedPlatforms: ['android'],
interfaceOnly: true
});
//# sourceMappingURL=RNIDummyTestViewNativeComponent.js.map