diff --git a/package.json b/package.json index 4c13312a555..b9747478f0e 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ }, "dependencies": { "@artsy/cohesion": "4.144.0", - "@artsy/palette-mobile": "13.0.7", + "@artsy/palette-mobile": "13.0.8", "@artsy/to-title-case": "1.1.0", "@expo/react-native-action-sheet": "4.0.1", "@gorhom/bottom-sheet": "4.4.5", diff --git a/src/app/Scenes/Home/Components/HeroUnitsRail.tsx b/src/app/Scenes/Home/Components/HeroUnitsRail.tsx index 3eb65fd93db..b5e529ee434 100644 --- a/src/app/Scenes/Home/Components/HeroUnitsRail.tsx +++ b/src/app/Scenes/Home/Components/HeroUnitsRail.tsx @@ -38,7 +38,7 @@ const HeroUnit: React.FC = ({ item }) => { return ( - + {item.title} diff --git a/src/app/system/devTools/DevMenu/DevMenu.tsx b/src/app/system/devTools/DevMenu/DevMenu.tsx index dc30b180f2d..c50ddee6344 100644 --- a/src/app/system/devTools/DevMenu/DevMenu.tsx +++ b/src/app/system/devTools/DevMenu/DevMenu.tsx @@ -46,6 +46,7 @@ import { } from "react-native" import Config from "react-native-config" import DeviceInfo from "react-native-device-info" +import FastImage from "react-native-fast-image" import Keychain from "react-native-keychain" import { useSafeAreaInsets } from "react-native-safe-area-context" @@ -240,6 +241,13 @@ export const DevMenu = ({ onClose = () => goBack() }: { onClose(): void }) => { RelayCache.clearAll() }} /> + { + FastImage.clearMemoryCache() + FastImage.clearDiskCache() + }} + />