mirror of
https://github.com/status-im/react-native.git
synced 2025-02-23 06:38:13 +00:00
Fix small typo in comments of reactDecodedImageBytes (#23165)
Summary: Changelog: ---------- [iOS] [Fixed] - Fix small typo in comments of reactDecodedImageBytes Pull Request resolved: https://github.com/facebook/react-native/pull/23165 Differential Revision: D13832344 Pulled By: cpojer fbshipit-source-id: d17150e65c6ecce5cd2b7cd324be4c4d45edc357
This commit is contained in:
parent
03c16bdde8
commit
dd8f5de06f
@ -53,7 +53,7 @@ typedef dispatch_block_t RCTImageLoaderCancellationBlock;
|
||||
@property (nonatomic, copy) CAKeyframeAnimation *reactKeyframeAnimation;
|
||||
|
||||
/**
|
||||
* Image's memory bytes. It has the dafault calculation of single image of GIF, if you have custom calculation of image decoded bytes, you can assign it using your value.
|
||||
* Memory bytes of the image with the default calculation of static image or GIF. Custom calculations of decoded bytes can be assigned manually.
|
||||
*/
|
||||
@property (nonatomic, assign) NSInteger reactDecodedImageBytes;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user