Fix prettier (#4392)
parent
72f46ed734
commit
3801932902
|
@ -1,5 +1,10 @@
|
||||||
import React from 'react'
|
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 StateContext = SharedValue<number>
|
||||||
type SetContext = (v: boolean) => void
|
type SetContext = (v: boolean) => void
|
||||||
|
|
Loading…
Reference in New Issue