Fix "Tried to synchronously call a Remote Function" crash (#11517)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Tomasz Zawadzki
2026-08-20 17:56:50 +02:00
committed by GitHub
parent 56e16fcdf1
commit a892057e29
13 changed files with 31 additions and 39 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ export function MainScrollProvider({children}: {children: React.ReactNode}) {
const setMode = useCallback(
(v: boolean) => {
'worklet'
headerMode.set(() =>
headerMode.set(
withSpring(v ? 1 : 0, {
...Reanimated3DefaultSpringConfig,
overshootClamping: true,