react-native-website
react-native-website copied to clipboard
feat(images): Adding iOS Image Cache Limits
By default React Native would set NSCache.totalCostLimit to 20MB and the single image size limit to 2MB (bitmap size). The default cache size may not be enough for applications that make heavy use of images.
But thanks to this commit now you can configure the image cache size on iOS by adding RCTSetImageCacheLimits in your app App Delegate.
This feature should be available from v0.69.0-rc.0
PR Reference https://github.com/facebook/react-native/pull/33554
Deploy Preview for react-native ready!
| Name | Link |
|---|---|
| Latest commit | 766a41a35e907f82188c7a98c8179c7e343bab8f |
| Latest deploy log | https://app.netlify.com/sites/react-native/deploys/62fd9d43e38bea00088e21ba |
| Deploy Preview | https://deploy-preview-3258--react-native.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
@Simek since this method is already available since v0.69.0-rc.0 should i also edit the versioned docs?
@huntie updated the docs, please kindly check. thank you
Updated @Simek, please kindly check again. Thank you.
Oke thank you @Simek.