@tamagui/focusable 2.0.0-rc.4 → 2.0.0-rc.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist/cjs/focusable.cjs +7 -5
  2. package/dist/cjs/focusable.native.js +7 -5
  3. package/dist/cjs/focusable.native.js.map +1 -1
  4. package/dist/cjs/focusableInputHOC.cjs +65 -52
  5. package/dist/cjs/focusableInputHOC.native.js +71 -60
  6. package/dist/cjs/focusableInputHOC.native.js.map +1 -1
  7. package/dist/cjs/index.cjs +7 -5
  8. package/dist/cjs/index.native.js +7 -5
  9. package/dist/cjs/index.native.js.map +1 -1
  10. package/dist/cjs/registerFocusable.cjs +15 -13
  11. package/dist/cjs/registerFocusable.native.js +40 -26
  12. package/dist/cjs/registerFocusable.native.js.map +1 -1
  13. package/dist/esm/focusableInputHOC.mjs +37 -26
  14. package/dist/esm/focusableInputHOC.mjs.map +1 -1
  15. package/dist/esm/focusableInputHOC.native.js +43 -34
  16. package/dist/esm/focusableInputHOC.native.js.map +1 -1
  17. package/dist/esm/index.js +3 -3
  18. package/dist/esm/index.js.map +1 -6
  19. package/dist/esm/registerFocusable.mjs +3 -3
  20. package/dist/esm/registerFocusable.mjs.map +1 -1
  21. package/dist/esm/registerFocusable.native.js +28 -16
  22. package/dist/esm/registerFocusable.native.js.map +1 -1
  23. package/dist/jsx/focusable.native.js +7 -5
  24. package/dist/jsx/focusableInputHOC.mjs +37 -26
  25. package/dist/jsx/focusableInputHOC.mjs.map +1 -1
  26. package/dist/jsx/focusableInputHOC.native.js +71 -60
  27. package/dist/jsx/focusableInputHOC.native.js.map +1 -1
  28. package/dist/jsx/index.js +3 -3
  29. package/dist/jsx/index.js.map +1 -6
  30. package/dist/jsx/index.native.js +7 -5
  31. package/dist/jsx/registerFocusable.mjs +3 -3
  32. package/dist/jsx/registerFocusable.mjs.map +1 -1
  33. package/dist/jsx/registerFocusable.native.js +40 -26
  34. package/dist/jsx/registerFocusable.native.js.map +1 -1
  35. package/package.json +7 -10
  36. package/dist/cjs/focusable.js +0 -14
  37. package/dist/cjs/focusable.js.map +0 -6
  38. package/dist/cjs/focusableInputHOC.js +0 -61
  39. package/dist/cjs/focusableInputHOC.js.map +0 -6
  40. package/dist/cjs/index.js +0 -17
  41. package/dist/cjs/index.js.map +0 -6
  42. package/dist/cjs/registerFocusable.js +0 -26
  43. package/dist/cjs/registerFocusable.js.map +0 -6
  44. package/dist/esm/focusable.js +0 -1
  45. package/dist/esm/focusable.js.map +0 -6
  46. package/dist/esm/focusableInputHOC.js +0 -40
  47. package/dist/esm/focusableInputHOC.js.map +0 -6
  48. package/dist/esm/registerFocusable.js +0 -10
  49. package/dist/esm/registerFocusable.js.map +0 -6
  50. package/dist/jsx/focusable.js +0 -1
  51. package/dist/jsx/focusable.js.map +0 -6
  52. package/dist/jsx/focusableInputHOC.js +0 -40
  53. package/dist/jsx/focusableInputHOC.js.map +0 -6
  54. package/dist/jsx/registerFocusable.js +0 -10
  55. package/dist/jsx/registerFocusable.js.map +0 -6
@@ -3,14 +3,16 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
4
4
  var __hasOwnProp = Object.prototype.hasOwnProperty;
5
5
  var __copyProps = (to, from, except, desc) => {
6
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
7
- get: () => from[key],
8
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
9
- });
6
+ if (from && typeof from === "object" || typeof from === "function") {
7
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
8
+ get: () => from[key],
9
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
10
+ });
11
+ }
10
12
  return to;
11
13
  };
12
14
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
13
- value: !0
15
+ value: true
14
16
  }), mod);
15
17
  var focusable_exports = {};
16
18
  module.exports = __toCommonJS(focusable_exports);
@@ -5,14 +5,16 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
7
  var __copyProps = (to, from, except, desc) => {
8
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
9
- get: () => from[key],
10
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
11
- });
8
+ if (from && typeof from === "object" || typeof from === "function") {
9
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
10
+ get: () => from[key],
11
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
12
+ });
13
+ }
12
14
  return to;
13
15
  };
14
16
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
15
- value: !0
17
+ value: true
16
18
  }), mod);
17
19
  var focusable_exports = {};
18
20
  module.exports = __toCommonJS(focusable_exports);
@@ -1 +1 @@
1
- {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","focusable_exports"],"sources":["../../src/focusable.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,iBAAA","ignoreList":[]}
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","focusable_exports"],"sources":["../../src/focusable.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,iBAAA","ignoreList":[]}
@@ -2,75 +2,88 @@ var __create = Object.create;
2
2
  var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf,
6
- __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
7
  var __export = (target, all) => {
8
- for (var name in all) __defProp(target, name, {
9
- get: all[name],
10
- enumerable: !0
11
- });
12
- },
13
- __copyProps = (to, from, except, desc) => {
14
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: true
11
+ });
12
+ };
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") {
15
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
15
16
  get: () => from[key],
16
17
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
18
  });
18
- return to;
19
- };
19
+ }
20
+ return to;
21
+ };
20
22
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
26
- value: mod,
27
- enumerable: !0
28
- }) : target, mod)),
29
- __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
30
- value: !0
31
- }), mod);
23
+ // If the importer is in node compatibility mode or this is not an ESM
24
+ // file that has been converted to a CommonJS file using a Babel-
25
+ // compatible transform (i.e. "__esModule" has not been set), then set
26
+ // "default" to the CommonJS "module.exports" for node compatibility.
27
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
28
+ value: mod,
29
+ enumerable: true
30
+ }) : target, mod));
31
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
32
+ value: true
33
+ }), mod);
32
34
  var focusableInputHOC_exports = {};
33
35
  __export(focusableInputHOC_exports, {
34
36
  useFocusable: () => useFocusable
35
37
  });
36
38
  module.exports = __toCommonJS(focusableInputHOC_exports);
37
- var import_compose_refs = require("@tamagui/compose-refs"),
38
- import_web = require("@tamagui/web"),
39
- import_react = __toESM(require("react"), 1),
40
- import_registerFocusable = require("./registerFocusable.cjs");
39
+ var import_compose_refs = require("@tamagui/compose-refs");
40
+ var import_web = require("@tamagui/web");
41
+ var import_react = __toESM(require("react"), 1);
42
+ var import_registerFocusable = require("./registerFocusable.cjs");
41
43
  function useFocusable({
42
44
  isInput,
43
45
  props,
44
46
  ref
45
47
  }) {
46
48
  const {
47
- id,
48
- onChangeText,
49
- value,
50
- defaultValue
51
- } = props,
52
- inputValue = import_react.default.useRef(value || defaultValue || ""),
53
- unregisterFocusable = import_react.default.useRef(void 0),
54
- focusAndSelect = import_react.default.useCallback(input => {
55
- input.focus(), input.setSelection && typeof inputValue.current == "string" && input.setSelection(0, inputValue.current.length);
56
- }, []),
57
- registerFocusableHandler = import_react.default.useCallback(input => {
58
- !id || !input || (unregisterFocusable.current?.(), unregisterFocusable.current = (0, import_registerFocusable.registerFocusable)(id, {
59
- focus: input.focus,
60
- ...(isInput && {
61
- focusAndSelect: () => focusAndSelect(input)
62
- })
63
- }));
64
- }, [id, isInput, focusAndSelect]),
65
- inputRef = import_react.default.useCallback(input => {
66
- input && registerFocusableHandler(input);
67
- }, [registerFocusableHandler]),
68
- handleChangeText = (0, import_web.useEvent)(value2 => {
69
- inputValue.current = value2, onChangeText?.(value2);
70
- });
71
- return import_react.default.useEffect(() => () => {
49
+ id,
50
+ onChangeText,
51
+ value,
52
+ defaultValue
53
+ } = props;
54
+ const inputValue = import_react.default.useRef(value || defaultValue || "");
55
+ const unregisterFocusable = import_react.default.useRef(void 0);
56
+ const focusAndSelect = import_react.default.useCallback(input => {
57
+ input.focus();
58
+ if (input.setSelection && typeof inputValue.current === "string") {
59
+ input.setSelection(0, inputValue.current.length);
60
+ }
61
+ }, []);
62
+ const registerFocusableHandler = import_react.default.useCallback(input => {
63
+ if (!id || !input) return;
72
64
  unregisterFocusable.current?.();
73
- }, []), {
65
+ unregisterFocusable.current = (0, import_registerFocusable.registerFocusable)(id, {
66
+ focus: input.focus,
67
+ ...(isInput && {
68
+ focusAndSelect: () => focusAndSelect(input)
69
+ })
70
+ });
71
+ }, [id, isInput, focusAndSelect]);
72
+ const inputRef = import_react.default.useCallback(input => {
73
+ if (input) {
74
+ registerFocusableHandler(input);
75
+ }
76
+ }, [registerFocusableHandler]);
77
+ const handleChangeText = (0, import_web.useEvent)(value2 => {
78
+ inputValue.current = value2;
79
+ onChangeText?.(value2);
80
+ });
81
+ import_react.default.useEffect(() => {
82
+ return () => {
83
+ unregisterFocusable.current?.();
84
+ };
85
+ }, []);
86
+ return {
74
87
  ref: import_react.default.useMemo(() => (0, import_compose_refs.composeRefs)(ref, inputRef), [ref, inputRef]),
75
88
  onChangeText: handleChangeText
76
89
  };
@@ -4,82 +4,93 @@ var __create = Object.create;
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
6
  var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getProtoOf = Object.getPrototypeOf,
8
- __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __getProtoOf = Object.getPrototypeOf;
8
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
9
  var __export = (target, all) => {
10
- for (var name in all) __defProp(target, name, {
11
- get: all[name],
12
- enumerable: !0
13
- });
14
- },
15
- __copyProps = (to, from, except, desc) => {
16
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
10
+ for (var name in all) __defProp(target, name, {
11
+ get: all[name],
12
+ enumerable: true
13
+ });
14
+ };
15
+ var __copyProps = (to, from, except, desc) => {
16
+ if (from && typeof from === "object" || typeof from === "function") {
17
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
17
18
  get: () => from[key],
18
19
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
19
20
  });
20
- return to;
21
- };
21
+ }
22
+ return to;
23
+ };
22
24
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
23
- // If the importer is in node compatibility mode or this is not an ESM
24
- // file that has been converted to a CommonJS file using a Babel-
25
- // compatible transform (i.e. "__esModule" has not been set), then set
26
- // "default" to the CommonJS "module.exports" for node compatibility.
27
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
28
- value: mod,
29
- enumerable: !0
30
- }) : target, mod)),
31
- __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
32
- value: !0
33
- }), mod);
25
+ // If the importer is in node compatibility mode or this is not an ESM
26
+ // file that has been converted to a CommonJS file using a Babel-
27
+ // compatible transform (i.e. "__esModule" has not been set), then set
28
+ // "default" to the CommonJS "module.exports" for node compatibility.
29
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
30
+ value: mod,
31
+ enumerable: true
32
+ }) : target, mod));
33
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
34
+ value: true
35
+ }), mod);
34
36
  var focusableInputHOC_exports = {};
35
37
  __export(focusableInputHOC_exports, {
36
38
  useFocusable: () => useFocusable
37
39
  });
38
40
  module.exports = __toCommonJS(focusableInputHOC_exports);
39
- var import_compose_refs = require("@tamagui/compose-refs"),
40
- import_web = require("@tamagui/web"),
41
- import_react = __toESM(require("react"), 1),
42
- import_registerFocusable = require("./registerFocusable.native.js");
41
+ var import_compose_refs = require("@tamagui/compose-refs");
42
+ var import_web = require("@tamagui/web");
43
+ var import_react = __toESM(require("react"), 1);
44
+ var import_registerFocusable = require("./registerFocusable.native.js");
43
45
  function useFocusable(param) {
44
46
  var {
45
- isInput,
46
- props,
47
- ref
48
- } = param,
49
- {
50
- id,
51
- onChangeText,
52
- value,
53
- defaultValue
54
- } = props,
55
- inputValue = import_react.default.useRef(value || defaultValue || ""),
56
- unregisterFocusable = import_react.default.useRef(void 0),
57
- focusAndSelect = import_react.default.useCallback(function (input) {
58
- input.focus(), input.setSelection && typeof inputValue.current == "string" && input.setSelection(0, inputValue.current.length);
59
- }, []),
60
- registerFocusableHandler = import_react.default.useCallback(function (input) {
61
- var _unregisterFocusable_current;
62
- !id || !input || ((_unregisterFocusable_current = unregisterFocusable.current) === null || _unregisterFocusable_current === void 0 || _unregisterFocusable_current.call(unregisterFocusable), unregisterFocusable.current = (0, import_registerFocusable.registerFocusable)(id, {
63
- focus: input.focus,
64
- ...(isInput && {
65
- focusAndSelect: function () {
66
- return focusAndSelect(input);
67
- }
68
- })
69
- }));
70
- }, [id, isInput, focusAndSelect]),
71
- inputRef = import_react.default.useCallback(function (input) {
72
- input && registerFocusableHandler(input);
73
- }, [registerFocusableHandler]),
74
- handleChangeText = (0, import_web.useEvent)(function (value2) {
75
- inputValue.current = value2, onChangeText?.(value2);
47
+ isInput,
48
+ props,
49
+ ref
50
+ } = param;
51
+ var {
52
+ id,
53
+ onChangeText,
54
+ value,
55
+ defaultValue
56
+ } = props;
57
+ var inputValue = import_react.default.useRef(value || defaultValue || "");
58
+ var unregisterFocusable = import_react.default.useRef(void 0);
59
+ var focusAndSelect = import_react.default.useCallback(function (input) {
60
+ input.focus();
61
+ if (input.setSelection && typeof inputValue.current === "string") {
62
+ input.setSelection(0, inputValue.current.length);
63
+ }
64
+ }, []);
65
+ var registerFocusableHandler = import_react.default.useCallback(function (input) {
66
+ var _unregisterFocusable_current;
67
+ if (!id || !input) return;
68
+ (_unregisterFocusable_current = unregisterFocusable.current) === null || _unregisterFocusable_current === void 0 ? void 0 : _unregisterFocusable_current.call(unregisterFocusable);
69
+ unregisterFocusable.current = (0, import_registerFocusable.registerFocusable)(id, {
70
+ focus: input.focus,
71
+ ...(isInput && {
72
+ focusAndSelect: function () {
73
+ return focusAndSelect(input);
74
+ }
75
+ })
76
76
  });
77
- return import_react.default.useEffect(function () {
77
+ }, [id, isInput, focusAndSelect]);
78
+ var inputRef = import_react.default.useCallback(function (input) {
79
+ if (input) {
80
+ registerFocusableHandler(input);
81
+ }
82
+ }, [registerFocusableHandler]);
83
+ var handleChangeText = (0, import_web.useEvent)(function (value2) {
84
+ inputValue.current = value2;
85
+ onChangeText === null || onChangeText === void 0 ? void 0 : onChangeText(value2);
86
+ });
87
+ import_react.default.useEffect(function () {
78
88
  return function () {
79
89
  var _unregisterFocusable_current;
80
- (_unregisterFocusable_current = unregisterFocusable.current) === null || _unregisterFocusable_current === void 0 || _unregisterFocusable_current.call(unregisterFocusable);
90
+ (_unregisterFocusable_current = unregisterFocusable.current) === null || _unregisterFocusable_current === void 0 ? void 0 : _unregisterFocusable_current.call(unregisterFocusable);
81
91
  };
82
- }, []), {
92
+ }, []);
93
+ return {
83
94
  ref: import_react.default.useMemo(function () {
84
95
  return (0, import_compose_refs.composeRefs)(ref, inputRef);
85
96
  }, [ref, inputRef]),
@@ -1 +1 @@
1
- {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","focusableInputHOC_exports","__export","useFocusable","module","exports","import_compose_refs","require","import_web","import_react","__toESM","import_registerFocusable","param","isInput","props","ref","id","onChangeText","defaultValue","inputValue","default","useRef","unregisterFocusable","focusAndSelect","useCallback","input","focus","setSelection","current","length","registerFocusableHandler","_unregisterFocusable_current","call","registerFocusable","inputRef","handleChangeText","useEvent","value2","useEffect","useMemo"],"sources":["../../src/focusableInputHOC.tsx"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAA;EAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;IAAAC,KAAA;EAAA,IAAAH,GAAA;AAAA,IAAAI,yBAAA;AAAAC,QAAA,CAAAD,yBAAA;EAAAE,YAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAT,YAA4B,CAAAK,yBAAA;AAcrB,IAAAK,mBAAsB,GAAAC,OAAA;EAAAC,UAAA,GAAAD,OAAA;EAAAE,YAAA,GAAAC,OAAA,CAAAH,OAAA;EAAAI,wBAAA,GAAAJ,OAAA;AAAA,SAC3BJ,aAAAS,KAAA;EACA;MAAAC,OAAA;MAAAC,KAAA;MAAAC;IAAA,IAAAH,KAAA;IAAA;MAAAI,EAAA;MAAAC,YAAA;MAAAjB,KAAA;MAAAkB;IAAA,IAAAJ,KAAA;IAAAK,UAAA,GAAAV,YAAA,CAAAW,OAAA,CAAAC,MAAA,CAAArB,KAAA,IAAAkB,YAAA;IAAAI,mBAAA,GAAAb,YAAA,CAAAW,OAAA,CAAAC,MAAA;IAAAE,cAAA,GAAAd,YAAA,CAAAW,OAAA,CAAAI,WAAA,WAAAC,KAAA;MACAA,KAAA,CAAAC,KAAA,IAAAD,KAAA,CAAAE,YAAA,WAAAR,UAAA,CAAAS,OAAA,gBAAAH,KAAA,CAAAE,YAAA,IAAAR,UAAA,CAAAS,OAAA,CAAAC,MAAA;IACF,CAIG;IAAAC,wBAAA,GAAArB,YAAA,CAAAW,OAAA,CAAAI,WAAA,WAAAC,KAAA;MACD,IAAMM,4BAA2B;MAK/B,CAAAf,EAAA,IAAM,CAAAS,KAAM,KACR,CAAAM,4BAA6B,GAAAT,mBAAuB,CAAAM,OAAA,MACtD,IAAM,IAAAG,4BAAmC,UAAM,KAAAA,4BAAA,CAAAC,IAAA,CAAAV,mBAAA,GAAAA,mBAAA,CAAAM,OAAA,OAAAjB,wBAAA,CAAAsB,iBAAA,EAAAjB,EAAA;QAE/CU,KAEE,EAAAD,KAAA,CAAAC,KAAA;QACH,IAAAb,OAAe;UACTU,cAAO,EAEZ,SAAAA,CAAA;YAEE,OAAOA,cAAM,CAAAE,KAAA;UACb;QAAe;MAC6B;IAC5C,IAEJT,EAAA,EACAH,OAAK,EACPU,cAEiB,CAAM,CACrB;IAACW,QAAA,GAAezB,YAAA,CAAAW,OAAA,CAAAI,WAAA,WAAAC,KAAA;MACdA,KAAI,IAAAK,wBACF,CAAAL,KAAyB;IAAK,GAElC,CACAK,wBAAC,CACH;IAEMK,gBAAA,OAAmB3B,UAAA,CAAA4B,QAAA,EAAU,UAAAC,MAAkB;MACnDlB,UAAA,CAAWS,OAAA,GAAUS,MAAA,EACrBpB,YAAA,GAAeoB,MAAK;IACtB,CAAC;EAED,OAAA5B,YAAA,CAAAW,OAAA,CAAMkB,SAAA,CAAU,YACP;IACL;MAEA,IAEGP,4BAAA;MACL,CAAAA,4BAAW,GAAQT,mBAAM,CAAAM,OAAA,cAAAG,4BAAkC,KAAS,UAAAA,4BAAA,CAAAC,IAAA,CAAAV,mBAAA;IACpE;EACF;IACFP,GAAA,EAAAN,YAAA,CAAAW,OAAA,CAAAmB,OAAA","ignoreList":[]}
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","focusableInputHOC_exports","__export","useFocusable","module","exports","import_compose_refs","require","import_web","import_react","__toESM","import_registerFocusable","param","isInput","props","ref","id","onChangeText","defaultValue","inputValue","default","useRef","unregisterFocusable","focusAndSelect","useCallback","input","focus","setSelection","current","length","registerFocusableHandler","_unregisterFocusable_current","call","registerFocusable","inputRef","handleChangeText","useEvent","value2","useEffect","useMemo","composeRefs"],"sources":["../../src/focusableInputHOC.tsx"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,yBAAA;AAAAC,QAAA,CAAAD,yBAAA;EAAAE,YAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAT,YAA4B,CAAAK,yBAAA;AAC5B,IAAAK,mBAAyB,GAAAC,OAAA;AAEzB,IAAAC,UAAA,GAAAD,OAAkB;AAElB,IAAAE,YAAA,GAAAC,OAAA,CAAAH,OAAkC;AAS3B,IAAAI,wBAAsB,GAAAJ,OAAA;AAAA,SAC3BJ,aAAAS,KAAA;EACA;IAAAC,OAAA;IAAAC,KAAA;IAAAC;EAAA,IAAAH,KAAA;EACA;IAAAI,EAAA;IAAAC,YAAA;IAAAjB,KAAA;IAAAkB;EAAA,IAAAJ,KAAA;EACF,IAIGK,UAAA,GAAAV,YAAA,CAAAW,OAAA,CAAAC,MAAA,CAAArB,KAAA,IAAAkB,YAAA;EACD,IAAAI,mBAAY,GAAcb,YAAO,CAAAW,OAAa,CAAAC,MAAI;EAClD,IAAAE,cAAM,GAAad,YAAA,CAAAW,OAAM,CAAAI,WAAO,WAASC,KAAA;IACzCA,KAAM,CAAAC,KAAA;IAEN,IAAMD,KAAA,CAAAE,YAAiB,WAAAR,UAAM,CAAAS,OAAA,KAAa,UAAe;MACvDH,KAAM,CAAAE,YAAM,IAAAR,UAAA,CAAAS,OAAA,CAAAC,MAAA;IACZ;EACE;EAA+C,IACjDC,wBAAA,GAAArB,YAAA,CAAAW,OAAA,CAAAI,WAAA,WAAAC,KAAA;IACF,IAAKM,4BAAA;IAEL,IAAM,CAAAf,EAAA,KAAAS,KAAA;IACJ,CAACM,4BAAe,GAAAT,mBAAA,CAAAM,OAAA,cAAAG,4BAAA,uBAAAA,4BAAA,CAAAC,IAAA,CAAAV,mBAAA;IACdA,mBAAY,CAAOM,OAAA,OAAAjB,wBAAA,CAAAsB,iBAAA,EAAAjB,EAAA;MAEnBU,KAAA,EAAAD,KAAA,CAAAC,KAAA;MACA,IAAAb,OAAA;QACEU,cAAa,WAAAA,CAAA;UACb,OAAIA,cAAW,CAAAE,KAAA;QAAA;MAC6B;IAC5C,EACF;EAAC,GACH,CACAT,EAAC,EACHH,OAAA,EAEAU,cAAM,CAAiB,CACrB;EACE,IAAAW,QAAI,GAAOzB,YAAA,CAAAW,OAAA,CAAAI,WAAA,WAAAC,KAAA;IACT,IAAAA,KAAA;MACFK,wBAAA,CAAAL,KAAA;IACF;EAAA,GACC,CACHK,wBAAA,CAEA;EACE,IAAAK,gBAAW,GAAU,IAAA3B,UAAA,CAAA4B,QAAA,YAAAC,MAAA;IACrBlB,UAAA,CAAAS,OAAe,GAAKS,MAAA;IACrBpB,YAAA,aAAAA,YAAA,uBAAAA,YAAA,CAAAoB,MAAA;EAED;EACE5B,YAAO,CAAAW,OAAM,CAAAkB,SAAA;IACX;MACF,IAAAP,4BAAA;MACE,CAACA,4BAAA,GAAAT,mBAAA,CAAAM,OAAA,cAAAG,4BAAA,uBAAAA,4BAAA,CAAAC,IAAA,CAAAV,mBAAA;IAEL;EAAO,GACL;EAAoE,OACpE;IACFP,GAAA,EAAAN,YAAA,CAAAW,OAAA,CAAAmB,OAAA;MACF,WAAAjC,mBAAA,CAAAkC,WAAA,EAAAzB,GAAA,EAAAmB,QAAA","ignoreList":[]}
@@ -3,15 +3,17 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
4
4
  var __hasOwnProp = Object.prototype.hasOwnProperty;
5
5
  var __copyProps = (to, from, except, desc) => {
6
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
6
+ if (from && typeof from === "object" || typeof from === "function") {
7
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
7
8
  get: () => from[key],
8
9
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
9
10
  });
10
- return to;
11
- },
12
- __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
11
+ }
12
+ return to;
13
+ };
14
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
13
15
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
14
- value: !0
16
+ value: true
15
17
  }), mod);
16
18
  var index_exports = {};
17
19
  module.exports = __toCommonJS(index_exports);
@@ -5,15 +5,17 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
7
  var __copyProps = (to, from, except, desc) => {
8
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
8
+ if (from && typeof from === "object" || typeof from === "function") {
9
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
9
10
  get: () => from[key],
10
11
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
11
12
  });
12
- return to;
13
- },
14
- __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
13
+ }
14
+ return to;
15
+ };
16
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
17
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
16
- value: !0
18
+ value: true
17
19
  }), mod);
18
20
  var index_exports = {};
19
21
  module.exports = __toCommonJS(index_exports);
@@ -1 +1 @@
1
- {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","index_exports","module","exports","__reExport","require"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,aAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAP,YAAc,CAAAK,aAAA;AACdG,UAAA,CAAAH,aAAA,EAAcI,OAAA,mCADdH,MAAA,CAAAC,OAAA;AAEAC,UAAA,CAAAH,aAAA,EAAcI,OAAA,gCAFd,GAAAH,MAAA,CAAAC,OAAA","ignoreList":[]}
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","index_exports","module","exports","__reExport","require"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,aAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAP,YAAc,CAAAK,aAAA;AACdG,UAAA,CAAAH,aAAA,EAAcI,OAAA,mCADdH,MAAA,CAAAC,OAAA;AAEAC,UAAA,CAAAH,aAAA,EAAcI,OAAA,gCAFd,GAAAH,MAAA,CAAAC,OAAA","ignoreList":[]}
@@ -3,20 +3,22 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
4
4
  var __hasOwnProp = Object.prototype.hasOwnProperty;
5
5
  var __export = (target, all) => {
6
- for (var name in all) __defProp(target, name, {
7
- get: all[name],
8
- enumerable: !0
9
- });
10
- },
11
- __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: true
9
+ });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
13
14
  get: () => from[key],
14
15
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
16
  });
16
- return to;
17
- };
17
+ }
18
+ return to;
19
+ };
18
20
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
- value: !0
21
+ value: true
20
22
  }), mod);
21
23
  var registerFocusable_exports = {};
22
24
  __export(registerFocusable_exports, {
@@ -25,6 +27,6 @@ __export(registerFocusable_exports, {
25
27
  unregisterFocusable: () => unregisterFocusable
26
28
  });
27
29
  module.exports = __toCommonJS(registerFocusable_exports);
28
- const registerFocusable = (id, input) => () => {},
29
- unregisterFocusable = id => {},
30
- focusFocusable = id => {};
30
+ const registerFocusable = (id, input) => () => {};
31
+ const unregisterFocusable = id => {};
32
+ const focusFocusable = id => {};
@@ -5,20 +5,22 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
7
  var __export = (target, all) => {
8
- for (var name in all) __defProp(target, name, {
9
- get: all[name],
10
- enumerable: !0
11
- });
12
- },
13
- __copyProps = (to, from, except, desc) => {
14
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: true
11
+ });
12
+ };
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") {
15
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
15
16
  get: () => from[key],
16
17
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
18
  });
18
- return to;
19
- };
19
+ }
20
+ return to;
21
+ };
20
22
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
- value: !0
23
+ value: true
22
24
  }), mod);
23
25
  var registerFocusable_native_exports = {};
24
26
  __export(registerFocusable_native_exports, {
@@ -27,22 +29,34 @@ __export(registerFocusable_native_exports, {
27
29
  unregisterFocusable: () => unregisterFocusable
28
30
  });
29
31
  module.exports = __toCommonJS(registerFocusable_native_exports);
30
- var InputsMap = /* @__PURE__ */new Map(),
31
- registerFocusable = function (id, input) {
32
- return process.env.NODE_ENV === "development" && InputsMap.has(id) && console.warn(`Warning, duplicate ID for input: ${id}`), InputsMap.set(id, input), function () {
33
- InputsMap.delete(id);
34
- };
35
- },
36
- unregisterFocusable = function (id) {
37
- InputsMap.delete(id);
38
- },
39
- focusFocusable = function (id) {
40
- var select = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1,
41
- input = InputsMap.get(id);
42
- if (!input) {
43
- process.env.NODE_ENV === "development" && console.warn("No input found for id", id);
44
- return;
32
+ var InputsMap = /* @__PURE__ */new Map();
33
+ var registerFocusable = function (id, input) {
34
+ if (process.env.NODE_ENV === "development") {
35
+ if (InputsMap.has(id)) {
36
+ console.warn(`Warning, duplicate ID for input: ${id}`);
45
37
  }
46
- select || !input.focusAndSelect ? input.focus() : input.focusAndSelect();
38
+ }
39
+ InputsMap.set(id, input);
40
+ return function () {
41
+ InputsMap.delete(id);
47
42
  };
43
+ };
44
+ var unregisterFocusable = function (id) {
45
+ InputsMap.delete(id);
46
+ };
47
+ var focusFocusable = function (id) {
48
+ var select = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
49
+ var input = InputsMap.get(id);
50
+ if (!input) {
51
+ if (process.env.NODE_ENV === "development") {
52
+ console.warn("No input found for id", id);
53
+ }
54
+ return;
55
+ }
56
+ if (select || !input.focusAndSelect) {
57
+ input.focus();
58
+ } else {
59
+ input.focusAndSelect();
60
+ }
61
+ };
48
62
  //# sourceMappingURL=registerFocusable.native.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["registerFocusable_native_exports","__export","focusFocusable","registerFocusable","unregisterFocusable","module","exports","__toCommonJS","InputsMap","Map","id","input","process","env","NODE_ENV","has","console","warn","set","delete","select","arguments","length","get","focusAndSelect","focus"],"sources":["../../src/registerFocusable.native.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,gCAAA;AAAAC,QAAA,CAAAD,gCAAA;EAAAE,cAAA,EAAAA,CAAA,KAAAA,cAAA;EAAAC,iBAAA,EAAAA,CAAA,KAAAA,iBAAA;EAAAC,mBAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAC,YAAA,CAAAP,gCAAA;AACA,IAAIQ,SAAA,GAAY,mBAAIC,GAAA,CAAI;EACbN,iBAAA,GAAoB,SAAAA,CAASO,EAAA,EAAIC,KAAA,EAAO;IAC/C,OAAIC,OAAA,CAAQC,GAAA,CAAIC,QAAA,KAAa,iBACrBN,SAAA,CAAUO,GAAA,CAAIL,EAAE,KAChBM,OAAA,CAAQC,IAAA,CAAK,oCAAoCP,EAAE,EAAE,GAG7DF,SAAA,CAAUU,GAAA,CAAIR,EAAA,EAAIC,KAAK,GAChB,YAAW;MACdH,SAAA,CAAUW,MAAA,CAAOT,EAAE;IACvB;EACJ;EACWN,mBAAA,GAAsB,SAAAA,CAASM,EAAA,EAAI;IAC1CF,SAAA,CAAUW,MAAA,CAAOT,EAAE;EACvB;EACWR,cAAA,GAAiB,SAAAA,CAASQ,EAAA,EAAI;IACrC,IAAIU,MAAA,GAASC,SAAA,CAAUC,MAAA,GAAS,KAAKD,SAAA,CAAU,CAAC,MAAM,SAASA,SAAA,CAAU,CAAC,IAAI;MAC1EV,KAAA,GAAQH,SAAA,CAAUe,GAAA,CAAIb,EAAE;IAC5B,IAAI,CAACC,KAAA,EAAO;MACJC,OAAA,CAAQC,GAAA,CAAIC,QAAA,KAAa,iBACzBE,OAAA,CAAQC,IAAA,CAAK,yBAAyBP,EAAE;MAE5C;IACJ;IACIU,MAAA,IAAU,CAACT,KAAA,CAAMa,cAAA,GACjBb,KAAA,CAAMc,KAAA,CAAM,IAEZd,KAAA,CAAMa,cAAA,CAAe;EAE7B","ignoreList":[]}
1
+ {"version":3,"names":["registerFocusable_native_exports","__export","focusFocusable","registerFocusable","unregisterFocusable","module","exports","__toCommonJS","InputsMap","Map","id","input","process","env","NODE_ENV","has","console","warn","set","delete","select","arguments","length","get","focusAndSelect","focus"],"sources":["../../src/registerFocusable.native.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,gCAAA;AAAAC,QAAA,CAAAD,gCAAA;EAAAE,cAAA,EAAAA,CAAA,KAAAA,cAAA;EAAAC,iBAAA,EAAAA,CAAA,KAAAA,iBAAA;EAAAC,mBAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAC,YAAA,CAAAP,gCAAA;AACA,IAAIQ,SAAA,GAAY,mBAAIC,GAAA,CAAI;AACjB,IAAIN,iBAAA,GAAoB,SAAAA,CAASO,EAAA,EAAIC,KAAA,EAAO;EAC/C,IAAIC,OAAA,CAAQC,GAAA,CAAIC,QAAA,KAAa,eAAe;IACxC,IAAIN,SAAA,CAAUO,GAAA,CAAIL,EAAE,GAAG;MACnBM,OAAA,CAAQC,IAAA,CAAK,oCAAoCP,EAAE,EAAE;IACzD;EACJ;EACAF,SAAA,CAAUU,GAAA,CAAIR,EAAA,EAAIC,KAAK;EACvB,OAAO,YAAW;IACdH,SAAA,CAAUW,MAAA,CAAOT,EAAE;EACvB;AACJ;AACO,IAAIN,mBAAA,GAAsB,SAAAA,CAASM,EAAA,EAAI;EAC1CF,SAAA,CAAUW,MAAA,CAAOT,EAAE;AACvB;AACO,IAAIR,cAAA,GAAiB,SAAAA,CAASQ,EAAA,EAAI;EACrC,IAAIU,MAAA,GAASC,SAAA,CAAUC,MAAA,GAAS,KAAKD,SAAA,CAAU,CAAC,MAAM,SAASA,SAAA,CAAU,CAAC,IAAI;EAC9E,IAAIV,KAAA,GAAQH,SAAA,CAAUe,GAAA,CAAIb,EAAE;EAC5B,IAAI,CAACC,KAAA,EAAO;IACR,IAAIC,OAAA,CAAQC,GAAA,CAAIC,QAAA,KAAa,eAAe;MACxCE,OAAA,CAAQC,IAAA,CAAK,yBAAyBP,EAAE;IAC5C;IACA;EACJ;EACA,IAAIU,MAAA,IAAU,CAACT,KAAA,CAAMa,cAAA,EAAgB;IACjCb,KAAA,CAAMc,KAAA,CAAM;EAChB,OAAO;IACHd,KAAA,CAAMa,cAAA,CAAe;EACzB;AACJ","ignoreList":[]}
@@ -8,33 +8,44 @@ function useFocusable({
8
8
  ref
9
9
  }) {
10
10
  const {
11
- id,
12
- onChangeText,
13
- value,
14
- defaultValue
15
- } = props,
16
- inputValue = React.useRef(value || defaultValue || ""),
17
- unregisterFocusable = React.useRef(void 0),
18
- focusAndSelect = React.useCallback(input => {
19
- input.focus(), input.setSelection && typeof inputValue.current == "string" && input.setSelection(0, inputValue.current.length);
20
- }, []),
21
- registerFocusableHandler = React.useCallback(input => {
22
- !id || !input || (unregisterFocusable.current?.(), unregisterFocusable.current = registerFocusable(id, {
23
- focus: input.focus,
24
- ...(isInput && {
25
- focusAndSelect: () => focusAndSelect(input)
26
- })
27
- }));
28
- }, [id, isInput, focusAndSelect]),
29
- inputRef = React.useCallback(input => {
30
- input && registerFocusableHandler(input);
31
- }, [registerFocusableHandler]),
32
- handleChangeText = useEvent(value2 => {
33
- inputValue.current = value2, onChangeText?.(value2);
34
- });
35
- return React.useEffect(() => () => {
11
+ id,
12
+ onChangeText,
13
+ value,
14
+ defaultValue
15
+ } = props;
16
+ const inputValue = React.useRef(value || defaultValue || "");
17
+ const unregisterFocusable = React.useRef(void 0);
18
+ const focusAndSelect = React.useCallback(input => {
19
+ input.focus();
20
+ if (input.setSelection && typeof inputValue.current === "string") {
21
+ input.setSelection(0, inputValue.current.length);
22
+ }
23
+ }, []);
24
+ const registerFocusableHandler = React.useCallback(input => {
25
+ if (!id || !input) return;
36
26
  unregisterFocusable.current?.();
37
- }, []), {
27
+ unregisterFocusable.current = registerFocusable(id, {
28
+ focus: input.focus,
29
+ ...(isInput && {
30
+ focusAndSelect: () => focusAndSelect(input)
31
+ })
32
+ });
33
+ }, [id, isInput, focusAndSelect]);
34
+ const inputRef = React.useCallback(input => {
35
+ if (input) {
36
+ registerFocusableHandler(input);
37
+ }
38
+ }, [registerFocusableHandler]);
39
+ const handleChangeText = useEvent(value2 => {
40
+ inputValue.current = value2;
41
+ onChangeText?.(value2);
42
+ });
43
+ React.useEffect(() => {
44
+ return () => {
45
+ unregisterFocusable.current?.();
46
+ };
47
+ }, []);
48
+ return {
38
49
  ref: React.useMemo(() => composeRefs(ref, inputRef), [ref, inputRef]),
39
50
  onChangeText: handleChangeText
40
51
  };