react-native/React
Nick Lockwood ac783a8a1b Fix retain cycle
Summary:
public

This fixes the following circular reference:

RCTComponentData
-> _bridge -> RCTBatchedBridge
-> _moduleDataByName -> __NSDictionaryI
-> RCTModuleData
-> _instance -> RCTUIManager
-> _componentDataByName -> __NSDictionaryI
-> RCTComponentData

Reviewed By: javache

Differential Revision: D2744742

fb-gh-sync-id: c282786f4dfb550185bc03d3e5e3d03048664c21
2015-12-10 12:14:34 -08:00
..
Base Replaced RegExp method parser with recursive descent 2015-12-10 10:12:29 -08:00
Executors Added deferred module loading feature 2015-12-10 04:31:30 -08:00
Layout Fix width being ignored when has a value of 0 2015-09-25 15:42:21 -07:00
Modules Replaced RegExp method parser with recursive descent 2015-12-10 10:12:29 -08:00
Profiler Use actual CADisplayLink timestamp for VSYNC 2015-12-09 09:56:27 -08:00
React.xcodeproj Replaced RegExp method parser with recursive descent 2015-12-10 10:12:29 -08:00
Views Fix retain cycle 2015-12-10 12:14:34 -08:00