Skip to content

Commit

Permalink
chore: dropped fast-image package
Browse files Browse the repository at this point in the history
  • Loading branch information
Elabar committed Jul 19, 2021
1 parent afaade7 commit 14694ce
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion RowRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
FlatList,
Pressable,
ImageBackground,
Image,
ActivityIndicator,
} from 'react-native';
import Ionicons from 'react-native-vector-icons/Ionicons';
Expand All @@ -16,7 +17,6 @@ import Animated, {
useAnimatedStyle,
useSharedValue,
} from 'react-native-reanimated';
import Image from 'react-native-fast-image';
import equal from 'fast-deep-equal';
const {width} = Dimensions.get('window');
const AnimatedFlatlist = Animated.createAnimatedComponent(FlatList);
Expand Down
10 changes: 1 addition & 9 deletions android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,4 @@

# Add any project specific keep options here:

-keep class com.facebook.react.turbomodule.** { *; }
-keep public class com.dylanvann.fastimage.* {*;}
-keep public class com.dylanvann.fastimage.** {*;}
-keep public class * implements com.bumptech.glide.module.GlideModule
-keep public class * extends com.bumptech.glide.module.AppGlideModule
-keep public enum com.bumptech.glide.load.ImageHeaderParser$** {
**[] $VALUES;
public *;
}
-keep class com.facebook.react.turbomodule.** { *; }
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"fast-deep-equal": "^3.1.3",
"react": "17.0.1",
"react-native": "0.64.1",
"react-native-fast-image": "^8.3.6",
"react-native-reanimated": "^2.2.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-vector-icons": "^8.1.0",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5361,11 +5361,6 @@ react-native-codegen@^0.0.6:
jscodeshift "^0.11.0"
nullthrows "^1.1.1"

react-native-fast-image@^8.3.6:
version "8.3.6"
resolved "https://registry.yarnpkg.com/react-native-fast-image/-/react-native-fast-image-8.3.6.tgz#b9f2d2e615919fd46ccbc9f8ad85d372196b0f0c"
integrity sha512-vjecBJXg9mCXGGfoUZ94SBEP1SYOkRN/w9SORH7D86PIQUVIqGbxW/Di3N79GI8Wsbay8qI7IWVHK7x26kIHbw==

react-native-reanimated@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-2.2.0.tgz#a6412c56b4e591d1f00fac949f62d0c72c357c78"
Expand Down

0 comments on commit 14694ce

Please sign in to comment.