We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5e3e8 commit d3e5464Copy full SHA for d3e5464
index.tsx
@@ -1,7 +1,7 @@
1
import React from "react";
2
import { View, StyleSheet } from "react-native";
3
import MaskedView from "@react-native-masked-view/masked-view";
4
-import { LinearGradient } from "expo-linear-gradient";
+import { LinearGradient } from "react-native-linear-gradient";
5
import Reanimated,{ useSharedValue, withRepeat, useAnimatedStyle, withTiming, interpolate } from "react-native-reanimated";
6
7
0 commit comments