add ScaleButton and some utility functions #15
Annotations
11 errors and 10 warnings
test
Process completed with exit code 1.
|
build-web
Process completed with exit code 1.
|
lint:
src/components/ScaleButton.tsx#L18
'OI' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/components/ScaleButton.tsx#L19
'OO' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/components/ScaleButton.tsx#L27
React Hook useCallback has missing dependencies: 'scale', 'time', and 'toScale'. Either include them or remove the dependency array
|
lint:
src/components/ScaleButton.tsx#L30
React Hook useCallback has missing dependencies: 'scale' and 'time'. Either include them or remove the dependency array
|
lint:
src/dynamicStyles/reanimated.tsx#L58
React Hook useEffect has missing dependencies: 'current', 'previous', 'progress', and 'progressUpdaterWorklet'. Either include them or remove the dependency array. If 'progressUpdaterWorklet' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
src/dynamicStyles/reanimated.tsx#L668
Delete `⏎⏎`
|
lint:
src/dynamicStyles/useScrollEvents.ts#L24
React Hook useCallback has missing dependencies: 'layoutHeight' and 'layoutY'. Either include them or remove the dependency array
|
lint:
src/staticStyles/common.ts#L305
Delete `⏎`
|
lint
Process completed with exit code 1.
|
lint:
src/dynamicStyles/reanimated.tsx#L630
Missing radix parameter
|
lint:
src/dynamicStyles/reanimated.tsx#L631
Missing radix parameter
|
lint:
src/staticStyles/functions.ts#L5
'backgroundColor' is already declared in the upper scope on line 5 column 14
|
lint:
src/staticStyles/functions.ts#L8
'color' is already declared in the upper scope on line 8 column 14
|
lint:
src/staticStyles/functions.ts#L9
'shadowColor' is already declared in the upper scope on line 9 column 14
|
lint:
src/staticStyles/functions.ts#L10
'tintColor' is already declared in the upper scope on line 10 column 14
|
lint:
src/staticStyles/functions.ts#L11
'textDecorationColor' is already declared in the upper scope on line 11 column 14
|
lint:
src/staticStyles/functions.ts#L14
'textShadowColor' is already declared in the upper scope on line 14 column 14
|
lint:
src/staticStyles/functions.ts#L17
'overlayColor' is already declared in the upper scope on line 17 column 14
|
lint:
src/staticStyles/functions.ts#L19
'flex' is already declared in the upper scope on line 19 column 14
|