9 lines
341 B
JavaScript
9 lines
341 B
JavaScript
'use client';
|
|
|
|
// eslint-disable-next-line @react-native/no-deep-imports
|
|
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
|
|
|
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
|
|
export default codegenNativeComponent('RNSStackScreen', {});
|
|
//# sourceMappingURL=StackScreenNativeComponent.js.map
|