react-native-screens
Version:
Native navigation primitives for your React Native app.
17 lines (12 loc) • 461 B
JavaScript
'use client';
import { codegenNativeComponent } from '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
export default codegenNativeComponent('RNSTabsHostAndroid', {
interfaceOnly: true,
excludedPlatforms: ['iOS']
});
//# sourceMappingURL=TabsHostAndroidNativeComponent.js.map