react-native-screens
Version:
Native navigation primitives for your React Native app.
9 lines (6 loc) • 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('RNSScreenStack', {});
//# sourceMappingURL=ScreenStackNativeComponent.js.map