UNPKG

react-native-screens

Version:
8 lines 471 B
/* 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