Files
Fluxup_PAP/node_modules/react-native-screens/lib/module/fabric/SearchBarNativeComponent.js
2026-03-10 16:18:05 +00:00

11 lines
416 B
JavaScript

'use client';
import { codegenNativeCommands, codegenNativeComponent } from 'react-native';
// eslint-disable-next-line @typescript-eslint/ban-types
export const Commands = codegenNativeCommands({
supportedCommands: ['blur', 'focus', 'clearText', 'toggleCancelButton', 'setText', 'cancelSearch']
});
export default codegenNativeComponent('RNSSearchBar', {});
//# sourceMappingURL=SearchBarNativeComponent.js.map