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

15 lines
571 B
JavaScript

"use strict";
'use client';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.Commands = void 0;
var _reactNative = require("react-native");
// eslint-disable-next-line @typescript-eslint/ban-types
const Commands = exports.Commands = (0, _reactNative.codegenNativeCommands)({
supportedCommands: ['blur', 'focus', 'clearText', 'toggleCancelButton', 'setText', 'cancelSearch']
});
var _default = exports.default = (0, _reactNative.codegenNativeComponent)('RNSSearchBar', {});
//# sourceMappingURL=SearchBarNativeComponent.js.map