From 9bcb0a7a819eeea819b56e32e17a78278b461cff Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 4 Apr 2024 21:22:13 -0700 Subject: migrate to `expo-linear-gradient` (#3420) * replace packages * rm useless alias from webpack config * fix accidental double commit * replace all usages --- src/components/GradientFill.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/GradientFill.tsx') diff --git a/src/components/GradientFill.tsx b/src/components/GradientFill.tsx index dc14aa72b..17a1795f8 100644 --- a/src/components/GradientFill.tsx +++ b/src/components/GradientFill.tsx @@ -1,5 +1,5 @@ import React from 'react' -import LinearGradient from 'react-native-linear-gradient' +import LinearGradient from 'expo-linear-gradient' import {atoms as a, tokens} from '#/alf' -- cgit 1.4.1