mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 19:44:13 +00:00
6a4b83c16f
Summary: Some of the log statements inside argument blocks in RCTModuleMethod were directly accessing ivars, thereby causing a retain cycle that retained the class. I've fixed this by making the access explicit via weakSelf.