react-native-screens
Version:
Native navigation primitives for your React Native app.
18 lines (17 loc) • 587 B
JavaScript
;
'use client';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
// #region General helpers
// #endregion General helpers
// #region Android-specific helpers
// No helpers specified so far, but marking the place where these should land.
// #endregion Android-specific helpers
var _default = exports.default = (0, _reactNative.codegenNativeComponent)('RNSTabsHostAndroid', {
interfaceOnly: true,
excludedPlatforms: ['iOS']
});
//# sourceMappingURL=TabsHostAndroidNativeComponent.js.map