mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-13 11:50:18 +08:00
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.