diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/custom-animations/LikeIcon.tsx | 1 | ||||
-rw-r--r-- | src/lib/custom-animations/PressableScale.tsx | 1 | ||||
-rw-r--r-- | src/lib/icons.tsx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/custom-animations/LikeIcon.tsx b/src/lib/custom-animations/LikeIcon.tsx index 1bc48d43b..025e96f4b 100644 --- a/src/lib/custom-animations/LikeIcon.tsx +++ b/src/lib/custom-animations/LikeIcon.tsx @@ -1,4 +1,3 @@ -import React from 'react' import {View} from 'react-native' import Animated, { Keyframe, diff --git a/src/lib/custom-animations/PressableScale.tsx b/src/lib/custom-animations/PressableScale.tsx index 1e776546d..9ac7e5eb2 100644 --- a/src/lib/custom-animations/PressableScale.tsx +++ b/src/lib/custom-animations/PressableScale.tsx @@ -1,4 +1,3 @@ -import React from 'react' import {Pressable, PressableProps, StyleProp, ViewStyle} from 'react-native' import Animated, { cancelAnimation, diff --git a/src/lib/icons.tsx b/src/lib/icons.tsx index aefa9c9c3..3690783d3 100644 --- a/src/lib/icons.tsx +++ b/src/lib/icons.tsx @@ -1,4 +1,3 @@ -import React from 'react' import {StyleProp, TextStyle, ViewStyle} from 'react-native' import Svg, {Ellipse, Line, Path, Rect} from 'react-native-svg' |