Skip to content

feat: Use BaseReactPackage instead of TurboReactPackage #4387

feat: Use BaseReactPackage instead of TurboReactPackage

feat: Use BaseReactPackage instead of TurboReactPackage #4387

Re-run triggered December 3, 2024 17:59
Status Success
Total duration 3m 26s
Artifacts

main.yml

on: pull_request
install-and-lint
3m 14s
install-and-lint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
install-and-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
install-and-lint: src/components/FullWindowOverlay.tsx#L17
Unexpected any. Specify a different type
install-and-lint: src/components/ScreenStackHeaderConfig.tsx#L24
Unexpected any. Specify a different type
install-and-lint: src/gesture-handler/RNScreensTurboModule.ts#L12
Unexpected any. Specify a different type
install-and-lint: src/gesture-handler/ScreenGestureDetector.tsx#L60
Unexpected any. Specify a different type
install-and-lint: src/gesture-handler/ScreenGestureDetector.tsx#L67
Unexpected any. Specify a different type
install-and-lint: src/gesture-handler/ScreenGestureDetector.tsx#L90
React Hook useEffect has missing dependencies: 'IS_FABRIC', 'screenTagToNodeWrapperUI', and 'screensRefs'. Either include them or remove the dependency array
install-and-lint: src/gesture-handler/ScreenGestureDetector.tsx#L152
Unexpected any. Specify a different type
install-and-lint: src/native-stack/navigators/createNativeStackNavigator.tsx#L54
Unexpected any. Specify a different type
install-and-lint: src/native-stack/views/NativeStackView.tsx#L312
The ref value 'screensRefs.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'screensRefs.current' to a variable inside the effect, and use that variable in the cleanup function