UNPKG

react-native-screens

Version:
17 lines (12 loc) 461 B
'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