10 lines
308 B
JavaScript
10 lines
308 B
JavaScript
'use client';
|
|
|
|
import { codegenNativeComponent } from 'react-native';
|
|
|
|
// iOS-specific: SFSymbol, image as a template usage
|
|
|
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
|
|
export default codegenNativeComponent('RNSBottomTabsScreen', {});
|
|
//# sourceMappingURL=BottomTabsScreenNativeComponent.js.map
|