feat: 🎸 add listener, fix android window focus #15
ci.yml
on: pull_request
lint
23s
test
29s
build-library
20s
build-android
8m 56s
build-ios
4m 33s
Annotations
8 errors
build-library
Process completed with exit code 1.
|
lint:
src/hooks/useDeviceOrientationChange.ts#L1
'MutableRefObject' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
lint:
src/hooks/useDeviceOrientationChange.ts#L2
'OrientationCallback' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
lint:
src/hooks/useLockListener.ts#L1
'MutableRefObject' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
lint:
src/hooks/useLockListener.ts#L2
'OrientationCallback' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
lint:
src/hooks/useOrientationChange.ts#L1
'MutableRefObject' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
lint:
src/hooks/useOrientationChange.ts#L2
'OrientationCallback' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
lint
Process completed with exit code 2.
|