8 lines
244 B
JavaScript
8 lines
244 B
JavaScript
'use client';
|
|
|
|
import { codegenNativeComponent } from 'react-native';
|
|
|
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
|
|
export default codegenNativeComponent('RNSScreenStack', {});
|
|
//# sourceMappingURL=ScreenStackNativeComponent.js.map
|