properly import linear gradient (#3423)

This commit is contained in:
Hailey 2024-04-04 22:03:14 -07:00 committed by GitHub
parent 9bcb0a7a81
commit 40ccb574b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 14 additions and 19 deletions

View file

@ -11,7 +11,7 @@ import {
View,
ViewStyle,
} from 'react-native'
import LinearGradient from 'expo-linear-gradient'
import {LinearGradient} from 'expo-linear-gradient'
import {Trans} from '@lingui/macro'
import {android, atoms as a, flatten, tokens, useTheme} from '#/alf'

View file

@ -1,5 +1,5 @@
import React from 'react'
import LinearGradient from 'expo-linear-gradient'
import {LinearGradient} from 'expo-linear-gradient'
import {atoms as a, tokens} from '#/alf'