We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e5854 commit 780d41fCopy full SHA for 780d41f
src/index.tsx
@@ -255,7 +255,7 @@ FastImage.clearMemoryCache = () =>
255
FastImage.clearDiskCache = () => NativeModules.FastImageView.clearDiskCache()
256
257
FastImage.getCachePath = (source: Source) =>
258
- NativeModules.FastImageView.getCachePath(source);
+ NativeModules.FastImageView.getCachePath(source)
259
260
const styles = StyleSheet.create({
261
imageContainer: {
0 commit comments