Skip to content

feat: add screen "go back" transition animations based on gestures using Reanimated #2824

feat: add screen "go back" transition animations based on gestures using Reanimated

feat: add screen "go back" transition animations based on gestures using Reanimated #2824

Triggered via pull request January 9, 2024 09:37
Status Success
Total duration 2m 32s
Artifacts

main.yml

on: pull_request
install-and-lint
2m 23s
install-and-lint
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
install-and-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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', 'goBackGesture', '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/index.native.tsx#L513
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#L276
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