Fix prettier (#4392)

zio/stable
dan 2024-06-06 15:00:05 +01:00 committed by GitHub
parent 72f46ed734
commit 3801932902
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
import React from 'react'
import {cancelAnimation, SharedValue, useSharedValue, withSpring} from 'react-native-reanimated'
import {
cancelAnimation,
SharedValue,
useSharedValue,
withSpring,
} from 'react-native-reanimated'
type StateContext = SharedValue<number>
type SetContext = (v: boolean) => void