Fix prettier (#4392)
This commit is contained in:
parent
72f46ed734
commit
3801932902
1 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue