Kevinnko
Results
1
comments of
Kevinnko
Hello, I encountered the same issue on Android with the following code: ```js const resizeMode = useMemo(() => { return isInLandscapeMode ? FastImage.resizeMode.cover : FastImage.resizeMode.contain }, [isInLandscapeMode]) return ( ```...