properly import linear gradient (#3423)
This commit is contained in:
parent
9bcb0a7a81
commit
40ccb574b8
15 changed files with 14 additions and 19 deletions
|
@ -2,7 +2,7 @@ import React, {ComponentProps} from 'react'
|
|||
import {StyleSheet, TouchableWithoutFeedback} from 'react-native'
|
||||
import Animated from 'react-native-reanimated'
|
||||
import {useSafeAreaInsets} from 'react-native-safe-area-context'
|
||||
import LinearGradient from 'expo-linear-gradient'
|
||||
import {LinearGradient} from 'expo-linear-gradient'
|
||||
|
||||
import {isWeb} from '#/platform/detection'
|
||||
import {useMinimalShellMode} from 'lib/hooks/useMinimalShellMode'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue