about summary refs log tree commit diff
path: root/src/view/com/modals/DeleteAccount.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-04-04 21:22:13 -0700
committerGitHub <noreply@github.com>2024-04-04 21:22:13 -0700
commit9bcb0a7a819eeea819b56e32e17a78278b461cff (patch)
tree8ee004375f9812b6c525876f5702b376cf3eb982 /src/view/com/modals/DeleteAccount.tsx
parent4e59914d2afeba49ea911e19a610a6be56be6845 (diff)
downloadvoidsky-9bcb0a7a819eeea819b56e32e17a78278b461cff.tar.zst
migrate to `expo-linear-gradient` (#3420)
* replace packages

* rm useless alias from webpack config

* fix accidental double commit

* replace all usages
Diffstat (limited to 'src/view/com/modals/DeleteAccount.tsx')
-rw-r--r--src/view/com/modals/DeleteAccount.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/DeleteAccount.tsx b/src/view/com/modals/DeleteAccount.tsx
index a355a3f42..f88ce1d4a 100644
--- a/src/view/com/modals/DeleteAccount.tsx
+++ b/src/view/com/modals/DeleteAccount.tsx
@@ -6,7 +6,7 @@ import {
   TouchableOpacity,
   View,
 } from 'react-native'
-import LinearGradient from 'react-native-linear-gradient'
+import LinearGradient from 'expo-linear-gradient'
 import {msg, Trans} from '@lingui/macro'
 import {useLingui} from '@lingui/react'