Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jasminmif committed Feb 23, 2024
1 parent ab095dc commit 17106e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ FastImage.clearMemoryCache = () =>

FastImage.clearDiskCache = () => NativeModules.FastImageView.clearDiskCache()

FastImage.removeImageFromDiskByKey = () => NativeModules.FastImageView.removeImageFromDiskByKey();
FastImage.removeImageFromDiskByKey = () =>
NativeModules.FastImageView.removeImageFromDiskByKey()

const styles = StyleSheet.create({
imageContainer: {
Expand Down

0 comments on commit 17106e7

Please sign in to comment.