react-native-fast-image/ios
Steven Masini 70be74432d fix: Fix memory leak on iOS. (#433)
It's recommended to never retain the strong reference to self into blocks.

Blocks maintain strong references to any captured objects, including self, which means that it’s easy to end up with a strong reference cycle.

[skip release]
2019-04-22 22:07:45 -04:00
..
FastImage fix: Fix memory leak on iOS. (#433) 2019-04-22 22:07:45 -04:00
FastImage.xcodeproj Don't use SYMROOT and BUILT_PRODUCTS_DIR in HEADER_SEARCH_PATHS. 2018-05-09 22:12:24 -04:00
Vendor fix: Fixes WebP rendering on iOS 12. (#412) 2019-02-22 00:37:12 -05:00