@hero-design/rn 8.0.0-2 → 8.0.0-4

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.
@@ -1,9 +1,9 @@
1
- @hero-design/rn:build: cache hit, replaying output e22890663519dff4
2
- @hero-design/rn:build: $ yarn build:js && yarn build:types
3
- @hero-design/rn:build: $ rollup -c
4
- @hero-design/rn:build: 
5
- @hero-design/rn:build: src/index.ts → lib/index.js, es/index.js...
6
- @hero-design/rn:build: (!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
7
- @hero-design/rn:build: (!) Plugin node-resolve: preferring built-in module 'events' over local alternative at '/Users/hieupham/Documents/workspace/EH/hero-design/node_modules/events/events.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
8
- @hero-design/rn:build: created lib/index.js, es/index.js in 12.3s
9
- @hero-design/rn:build: $ tsc --noEmit false --emitDeclarationOnly --project tsconfig.prod.json
1
+ @hero-design/rn:build: cache hit, replaying output b0a9c18972f5a81e
2
+ @hero-design/rn:build: $ yarn build:js && yarn build:types
3
+ @hero-design/rn:build: $ rollup -c
4
+ @hero-design/rn:build: 
5
+ @hero-design/rn:build: src/index.ts → lib/index.js, es/index.js...
6
+ @hero-design/rn:build: (!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
7
+ @hero-design/rn:build: (!) Plugin node-resolve: preferring built-in module 'events' over local alternative at '/Volumes/Data/Projects/hero-design/node_modules/events/events.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
8
+ @hero-design/rn:build: created lib/index.js, es/index.js in 28.8s
9
+ @hero-design/rn:build: $ tsc --noEmit false --emitDeclarationOnly --project tsconfig.prod.json
@@ -1,96 +1,121 @@
1
- @hero-design/rn:lint: cache hit, replaying output 5d497ddaa8b0416d
2
- @hero-design/rn:lint: $ eslint src --ext .js,.jsx,.ts,.tsx --ignore-path ../../.gitignore
3
- @hero-design/rn:lint: 
4
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/BottomSheet/index.tsx
5
- @hero-design/rn:lint:  120:32 warning The ref value 'animatedValue.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'animatedValue.current' to a variable inside the effect, and use that variable in the cleanup function react-hooks/exhaustive-deps
6
- @hero-design/rn:lint:  121:6 warning React Hook useEffect has missing dependencies: 'onDismiss' and 'visible'. Either include them or remove the dependency array. If 'onDismiss' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
7
- @hero-design/rn:lint:  134:6 warning React Hook useEffect has a missing dependency: 'onAnimationEnd'. Either include it or remove the dependency array react-hooks/exhaustive-deps
8
- @hero-design/rn:lint: 
9
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/Button/LoadingIndicator/index.tsx
10
- @hero-design/rn:lint:  118:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
11
- @hero-design/rn:lint: 
12
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/Collapse/index.tsx
13
- @hero-design/rn:lint:  48:6 warning React Hook useEffect has a missing dependency: 'collapseAnim'. Either include it or remove the dependency array react-hooks/exhaustive-deps
14
- @hero-design/rn:lint: 
15
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/DatePicker/DatePickerAndroid.tsx
16
- @hero-design/rn:lint:  49:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
17
- @hero-design/rn:lint: 
18
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/DatePicker/DatePickerIOS.tsx
19
- @hero-design/rn:lint:  75:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
20
- @hero-design/rn:lint: 
21
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/Drawer/DragableDrawer/index.tsx
22
- @hero-design/rn:lint:  78:6 warning React Hook useEffect has a missing dependency: 'pan'. Either include it or remove the dependency array react-hooks/exhaustive-deps
23
- @hero-design/rn:lint:  88:6 warning React Hook useEffect has missing dependencies: 'initialHeightPercentage' and 'minimumHeightPercentage'. Either include them or remove the dependency array react-hooks/exhaustive-deps
24
- @hero-design/rn:lint:  104:6 warning React Hook useEffect has missing dependencies: 'pan' and 'snapPoints'. Either include them or remove the dependency array react-hooks/exhaustive-deps
25
- @hero-design/rn:lint:  127:6 warning React Hook useEffect has missing dependencies: 'height', 'minimumHeightPercentage', 'onCollapsed', 'onExpanded', and 'pan'. Either include them or remove the dependency array. If 'onExpanded' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
26
- @hero-design/rn:lint: 
27
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/Drawer/index.tsx
28
- @hero-design/rn:lint:  69:6 warning React Hook useEffect has a missing dependency: 'animatedValue'. Either include it or remove the dependency array react-hooks/exhaustive-deps
29
- @hero-design/rn:lint: 
30
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/Icon/utils.ts
31
- @hero-design/rn:lint:  3:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
32
- @hero-design/rn:lint: 
33
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/PinInput/index.tsx
34
- @hero-design/rn:lint:  114:6 warning React Hook useCallback has missing dependencies: 'length', 'onChangeText', and 'onFulfill'. Either include them or remove the dependency array. If 'onChangeText' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
35
- @hero-design/rn:lint:  121:6 warning React Hook useEffect has missing dependencies: 'autoFocus' and 'focus'. Either include them or remove the dependency array react-hooks/exhaustive-deps
36
- @hero-design/rn:lint: 
37
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/RichTextEditor/EditorToolbar.tsx
38
- @hero-design/rn:lint:  147:6 warning React Hook useEffect has a missing dependency: 'normalizeEventName'. Either include it or remove the dependency array react-hooks/exhaustive-deps
39
- @hero-design/rn:lint:  208:5 warning React Hook useMemo has missing dependencies: 'normalizeEventName' and 'toggleToolbarButton'. Either include them or remove the dependency array react-hooks/exhaustive-deps
40
- @hero-design/rn:lint: 
41
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/RichTextEditor/MentionList.tsx
42
- @hero-design/rn:lint:  63:6 warning React Hook useEffect has a missing dependency: 'normalizeEventName'. Either include it or remove the dependency array react-hooks/exhaustive-deps
43
- @hero-design/rn:lint: 
44
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/RichTextEditor/RichTextEditor.tsx
45
- @hero-design/rn:lint:  50:13 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
46
- @hero-design/rn:lint:  145:6 warning React Hook useMemo has an unnecessary dependency: 'isFocused'. Either exclude it or remove the dependency array react-hooks/exhaustive-deps
47
- @hero-design/rn:lint:  171:6 warning React Hook useEffect has a missing dependency: 'normalizeEventName'. Either include it or remove the dependency array react-hooks/exhaustive-deps
48
- @hero-design/rn:lint:  206:6 warning React Hook useMemo has missing dependencies: 'autoFocus', 'placeholder', 'theme.__hd__.richTextEditor.fontSizes.editor', and 'value'. Either include them or remove the dependency array react-hooks/exhaustive-deps
49
- @hero-design/rn:lint:  243:6 warning React Hook useEffect has a missing dependency: 'normalizeEventName'. Either include it or remove the dependency array react-hooks/exhaustive-deps
50
- @hero-design/rn:lint:  245:61 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
51
- @hero-design/rn:lint:  305:5 warning React Hook useCallback has missing dependencies: 'handleEditorLayoutEvent', 'normalizeEventName', 'onChange', and 'onCursorChange'. Either include them or remove the dependency array. If 'onCursorChange' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
52
- @hero-design/rn:lint: 
53
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/RichTextEditor/__tests__/MentionList.spec.tsx
54
- @hero-design/rn:lint:  93:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
55
- @hero-design/rn:lint: 
56
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/RichTextEditor/hero-editor.d.ts
57
- @hero-design/rn:lint:  7:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
58
- @hero-design/rn:lint: 
59
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/RichTextEditor/utils/rnWebView.ts
60
- @hero-design/rn:lint:  11:9 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
61
- @hero-design/rn:lint: 
62
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/Select/MultiSelect/index.tsx
63
- @hero-design/rn:lint:  88:6 warning React Hook useEffect has a missing dependency: 'value'. Either include it or remove the dependency array. If 'setSelectingValue' needs the current value of 'value', you can also switch to useReducer instead of useState and read 'value' in the reducer react-hooks/exhaustive-deps
64
- @hero-design/rn:lint: 
65
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/Switch/index.tsx
66
- @hero-design/rn:lint:  86:6 warning React Hook useEffect has missing dependencies: 'animatedOffset' and 'offset'. Either include them or remove the dependency array react-hooks/exhaustive-deps
67
- @hero-design/rn:lint: 
68
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/Tabs/ScrollableTabs.tsx
69
- @hero-design/rn:lint:  101:6 warning React Hook React.useEffect has missing dependencies: 'tabs' and 'tabsAnims'. Either include them or remove the dependency array react-hooks/exhaustive-deps
70
- @hero-design/rn:lint: 
71
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/TextInput/StyledTextInput.tsx
72
- @hero-design/rn:lint:  33:62 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
73
- @hero-design/rn:lint: 
74
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/TimePicker/TimePickerAndroid.tsx
75
- @hero-design/rn:lint:  50:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
76
- @hero-design/rn:lint: 
77
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/TimePicker/TimePickerIOS.tsx
78
- @hero-design/rn:lint:  79:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
79
- @hero-design/rn:lint: 
80
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/Toast/Toast.tsx
81
- @hero-design/rn:lint:  69:6 warning React Hook useEffect has missing dependencies: 'autoDismiss', 'duration', and 'onDismiss'. Either include them or remove the dependency array. If 'onDismiss' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
82
- @hero-design/rn:lint:  80:6 warning React Hook useEffect has a missing dependency: 'animatedValue'. Either include it or remove the dependency array react-hooks/exhaustive-deps
83
- @hero-design/rn:lint: 
84
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/components/Toast/__tests__/index.spec.tsx
85
- @hero-design/rn:lint:  19:10 warning React Hook useEffect has a missing dependency: 'toast'. Either include it or remove the dependency array react-hooks/exhaustive-deps
86
- @hero-design/rn:lint:  82:10 warning React Hook useEffect has a missing dependency: 'toast'. Either include it or remove the dependency array react-hooks/exhaustive-deps
87
- @hero-design/rn:lint: 
88
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/utils/helpers.ts
89
- @hero-design/rn:lint:  6:65 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
90
- @hero-design/rn:lint:  17:65 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
91
- @hero-design/rn:lint: 
92
- @hero-design/rn:lint: /Users/hieupham/Documents/workspace/EH/hero-design/packages/rn/src/utils/hooks.ts
93
- @hero-design/rn:lint:  26:7 warning Unexpected console statement no-console
94
- @hero-design/rn:lint: 
95
- @hero-design/rn:lint: ✖ 41 problems (0 errors, 41 warnings)
96
- @hero-design/rn:lint: 
1
+ @hero-design/rn:lint: cache hit, replaying output 10631c797fa988c9
2
+ @hero-design/rn:lint: $ eslint src --ext .js,.jsx,.ts,.tsx --ignore-path ../../.gitignore
3
+ @hero-design/rn:lint: 
4
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/BottomSheet/index.tsx
5
+ @hero-design/rn:lint:  120:32 warning The ref value 'animatedValue.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'animatedValue.current' to a variable inside the effect, and use that variable in the cleanup function react-hooks/exhaustive-deps
6
+ @hero-design/rn:lint:  121:6 warning React Hook useEffect has missing dependencies: 'onDismiss' and 'visible'. Either include them or remove the dependency array. If 'onDismiss' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
7
+ @hero-design/rn:lint:  134:6 warning React Hook useEffect has a missing dependency: 'onAnimationEnd'. Either include it or remove the dependency array react-hooks/exhaustive-deps
8
+ @hero-design/rn:lint: 
9
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/Button/LoadingIndicator/index.tsx
10
+ @hero-design/rn:lint:  118:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
11
+ @hero-design/rn:lint: 
12
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/Collapse/index.tsx
13
+ @hero-design/rn:lint:  48:6 warning React Hook useEffect has a missing dependency: 'collapseAnim'. Either include it or remove the dependency array react-hooks/exhaustive-deps
14
+ @hero-design/rn:lint: 
15
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/DatePicker/DatePickerAndroid.tsx
16
+ @hero-design/rn:lint:  53:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
17
+ @hero-design/rn:lint: 
18
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/DatePicker/DatePickerIOS.tsx
19
+ @hero-design/rn:lint:  73:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
20
+ @hero-design/rn:lint: 
21
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/Drawer/DragableDrawer/index.tsx
22
+ @hero-design/rn:lint:  78:6 warning React Hook useEffect has a missing dependency: 'pan'. Either include it or remove the dependency array react-hooks/exhaustive-deps
23
+ @hero-design/rn:lint:  88:6 warning React Hook useEffect has missing dependencies: 'initialHeightPercentage' and 'minimumHeightPercentage'. Either include them or remove the dependency array react-hooks/exhaustive-deps
24
+ @hero-design/rn:lint:  104:6 warning React Hook useEffect has missing dependencies: 'pan' and 'snapPoints'. Either include them or remove the dependency array react-hooks/exhaustive-deps
25
+ @hero-design/rn:lint:  127:6 warning React Hook useEffect has missing dependencies: 'height', 'minimumHeightPercentage', 'onCollapsed', 'onExpanded', and 'pan'. Either include them or remove the dependency array. If 'onExpanded' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
26
+ @hero-design/rn:lint: 
27
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/Drawer/index.tsx
28
+ @hero-design/rn:lint:  69:6 warning React Hook useEffect has a missing dependency: 'animatedValue'. Either include it or remove the dependency array react-hooks/exhaustive-deps
29
+ @hero-design/rn:lint: 
30
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/Icon/utils.ts
31
+ @hero-design/rn:lint:  3:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
32
+ @hero-design/rn:lint: 
33
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/PinInput/index.tsx
34
+ @hero-design/rn:lint:  114:6 warning React Hook useCallback has missing dependencies: 'length', 'onChangeText', and 'onFulfill'. Either include them or remove the dependency array. If 'onChangeText' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
35
+ @hero-design/rn:lint:  121:6 warning React Hook useEffect has missing dependencies: 'autoFocus' and 'focus'. Either include them or remove the dependency array react-hooks/exhaustive-deps
36
+ @hero-design/rn:lint: 
37
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/RichTextEditor/EditorToolbar.tsx
38
+ @hero-design/rn:lint:  147:6 warning React Hook useEffect has a missing dependency: 'normalizeEventName'. Either include it or remove the dependency array react-hooks/exhaustive-deps
39
+ @hero-design/rn:lint:  208:5 warning React Hook useMemo has missing dependencies: 'normalizeEventName' and 'toggleToolbarButton'. Either include them or remove the dependency array react-hooks/exhaustive-deps
40
+ @hero-design/rn:lint: 
41
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/RichTextEditor/MentionList.tsx
42
+ @hero-design/rn:lint:  63:6 warning React Hook useEffect has a missing dependency: 'normalizeEventName'. Either include it or remove the dependency array react-hooks/exhaustive-deps
43
+ @hero-design/rn:lint: 
44
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/RichTextEditor/RichTextEditor.tsx
45
+ @hero-design/rn:lint:  50:13 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
46
+ @hero-design/rn:lint:  145:6 warning React Hook useMemo has an unnecessary dependency: 'isFocused'. Either exclude it or remove the dependency array react-hooks/exhaustive-deps
47
+ @hero-design/rn:lint:  171:6 warning React Hook useEffect has a missing dependency: 'normalizeEventName'. Either include it or remove the dependency array react-hooks/exhaustive-deps
48
+ @hero-design/rn:lint:  206:6 warning React Hook useMemo has missing dependencies: 'autoFocus', 'placeholder', 'theme.__hd__.richTextEditor.fontSizes.editor', and 'value'. Either include them or remove the dependency array react-hooks/exhaustive-deps
49
+ @hero-design/rn:lint:  243:6 warning React Hook useEffect has a missing dependency: 'normalizeEventName'. Either include it or remove the dependency array react-hooks/exhaustive-deps
50
+ @hero-design/rn:lint:  245:61 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
51
+ @hero-design/rn:lint:  305:5 warning React Hook useCallback has missing dependencies: 'handleEditorLayoutEvent', 'normalizeEventName', 'onChange', and 'onCursorChange'. Either include them or remove the dependency array. If 'onCursorChange' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
52
+ @hero-design/rn:lint: 
53
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/RichTextEditor/__tests__/MentionList.spec.tsx
54
+ @hero-design/rn:lint:  93:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
55
+ @hero-design/rn:lint: 
56
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/RichTextEditor/hero-editor.d.ts
57
+ @hero-design/rn:lint:  7:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
58
+ @hero-design/rn:lint: 
59
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/RichTextEditor/utils/rnWebView.ts
60
+ @hero-design/rn:lint:  11:9 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
61
+ @hero-design/rn:lint: 
62
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/Select/MultiSelect/index.tsx
63
+ @hero-design/rn:lint:  104:6 warning React Hook useEffect has a missing dependency: 'value'. Either include it or remove the dependency array. If 'setSelectingValue' needs the current value of 'value', you can also switch to useReducer instead of useState and read 'value' in the reducer react-hooks/exhaustive-deps
64
+ @hero-design/rn:lint: 
65
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/Switch/index.tsx
66
+ @hero-design/rn:lint:  86:6 warning React Hook useEffect has missing dependencies: 'animatedOffset' and 'offset'. Either include them or remove the dependency array react-hooks/exhaustive-deps
67
+ @hero-design/rn:lint: 
68
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/Tabs/ScrollableTabs.tsx
69
+ @hero-design/rn:lint:  101:6 warning React Hook React.useEffect has missing dependencies: 'tabs' and 'tabsAnims'. Either include them or remove the dependency array react-hooks/exhaustive-deps
70
+ @hero-design/rn:lint: 
71
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/TextInput/StyledTextInput.tsx
72
+ @hero-design/rn:lint:  33:62 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
73
+ @hero-design/rn:lint: 
74
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/TimePicker/TimePickerAndroid.tsx
75
+ @hero-design/rn:lint:  50:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
76
+ @hero-design/rn:lint: 
77
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/TimePicker/TimePickerIOS.tsx
78
+ @hero-design/rn:lint:  73:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
79
+ @hero-design/rn:lint: 
80
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/Toast/Toast.tsx
81
+ @hero-design/rn:lint:  69:6 warning React Hook useEffect has missing dependencies: 'autoDismiss', 'duration', and 'onDismiss'. Either include them or remove the dependency array. If 'onDismiss' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
82
+ @hero-design/rn:lint:  80:6 warning React Hook useEffect has a missing dependency: 'animatedValue'. Either include it or remove the dependency array react-hooks/exhaustive-deps
83
+ @hero-design/rn:lint: 
84
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/components/Toast/__tests__/index.spec.tsx
85
+ @hero-design/rn:lint:  19:10 warning React Hook useEffect has a missing dependency: 'toast'. Either include it or remove the dependency array react-hooks/exhaustive-deps
86
+ @hero-design/rn:lint:  82:10 warning React Hook useEffect has a missing dependency: 'toast'. Either include it or remove the dependency array react-hooks/exhaustive-deps
87
+ @hero-design/rn:lint: 
88
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/theme/components/progress.ts
89
+ @hero-design/rn:lint:  1:10 warning Importing "mixColor" from "@hero-design/colors" is not recommended. Please use colors from useTheme hook instead @hero-design/not-recommended-import
90
+ @hero-design/rn:lint: 
91
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/theme/global/colors/eBens.ts
92
+ @hero-design/rn:lint:  1:10 warning Importing "eBensPalette" from "@hero-design/colors" is not recommended. Please use colors from useTheme hook instead @hero-design/not-recommended-import
93
+ @hero-design/rn:lint: 
94
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/theme/global/colors/global.ts
95
+ @hero-design/rn:lint:  1:10 warning Importing "defaultMobilePalette" from "@hero-design/colors" is not recommended. Please use colors from useTheme hook instead @hero-design/not-recommended-import
96
+ @hero-design/rn:lint: 
97
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/theme/global/colors/jobs.ts
98
+ @hero-design/rn:lint:  1:10 warning Importing "jobsPalette" from "@hero-design/colors" is not recommended. Please use colors from useTheme hook instead @hero-design/not-recommended-import
99
+ @hero-design/rn:lint: 
100
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/theme/global/colors/legacySystemPalette.ts
101
+ @hero-design/rn:lint:  2:3 warning Importing "defaultMobilePalette" from "@hero-design/colors" is not recommended. Please use colors from useTheme hook instead @hero-design/not-recommended-import
102
+ @hero-design/rn:lint:  3:3 warning Importing "swagPalette" from "@hero-design/colors" is not recommended. Please use colors from useTheme hook instead @hero-design/not-recommended-import
103
+ @hero-design/rn:lint: 
104
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/theme/global/colors/swag.ts
105
+ @hero-design/rn:lint:  1:10 warning Importing "swagPalette" from "@hero-design/colors" is not recommended. Please use colors from useTheme hook instead @hero-design/not-recommended-import
106
+ @hero-design/rn:lint: 
107
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/theme/global/colors/wallet.ts
108
+ @hero-design/rn:lint:  1:10 warning Importing "walletPalette" from "@hero-design/colors" is not recommended. Please use colors from useTheme hook instead @hero-design/not-recommended-import
109
+ @hero-design/rn:lint: 
110
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/theme/global/colors/work.ts
111
+ @hero-design/rn:lint:  1:10 warning Importing "workPalette" from "@hero-design/colors" is not recommended. Please use colors from useTheme hook instead @hero-design/not-recommended-import
112
+ @hero-design/rn:lint: 
113
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/utils/helpers.ts
114
+ @hero-design/rn:lint:  6:65 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
115
+ @hero-design/rn:lint:  17:65 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
116
+ @hero-design/rn:lint: 
117
+ @hero-design/rn:lint: /root/hero-design/packages/rn/src/utils/hooks.ts
118
+ @hero-design/rn:lint:  26:7 warning Unexpected console statement no-console
119
+ @hero-design/rn:lint: 
120
+ @hero-design/rn:lint: ✖ 50 problems (0 errors, 50 warnings)
121
+ @hero-design/rn:lint: