UNPKG

react-native-screens

Version:
10 lines (9 loc) 486 B
'use client'; /* eslint-disable */ import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent'; import codegenNativeCommands from 'react-native/Libraries/Utilities/codegenNativeCommands'; export const Commands = codegenNativeCommands({ supportedCommands: ['blur', 'focus', 'clearText', 'toggleCancelButton', 'setText', 'cancelSearch'] }); export default codegenNativeComponent('RNSSearchBar', {}); //# sourceMappingURL=SearchBarNativeComponent.js.map