UNPKG

react-native-screens

Version:
11 lines (8 loc) 359 B
'use client'; import { codegenNativeCommands, codegenNativeComponent } from 'react-native'; // eslint-disable-next-line @typescript-eslint/ban-types export const Commands = codegenNativeCommands({ supportedCommands: ['showColumn'] }); export default codegenNativeComponent('RNSSplitViewHost', {}); //# sourceMappingURL=SplitViewHostNativeComponent.js.map