react-native-macos/React
rocman d8dd330d41 fix the memory leaks caused by RCTTabBar
Summary: The memory leaks root from the TabBarController not removing itself
when its holder view deallocs. So to fix the issue, it’s just to remove
it from its parentViewController when the holding RCTTabBar
deallocs. This should be safe, since the RCTTabBar seems the owner
of the TabBarController.
Closes https://github.com/facebook/react-native/pull/3915

Reviewed By: svcscm

Differential Revision: D2620905

Pulled By: nicklockwood

fb-gh-sync-id: ce22eb3ebf82562827f6b1bae22aea5ac7d3b51a
2015-11-05 09:39:30 -08:00
..
Base Use mainBundle in RCTConvert to resolve asset paths 2015-11-05 09:30:36 -08:00
Executors Added lightweight generic annotations 2015-11-03 14:49:30 -08:00
Layout Fix width being ignored when has a value of 0 2015-09-25 15:42:21 -07:00
Modules Fixed display of alerts on top of modal window 2015-11-05 03:54:31 -08:00
Profiler Use dispatch_async instead of lock 2015-11-04 09:03:01 -08:00
React.xcodeproj Fixed build for UIExplorer project. 2015-10-27 02:42:26 -07:00
Views fix the memory leaks caused by RCTTabBar 2015-11-05 09:39:30 -08:00