Return viewsWithNewFrame instead of passing it around

Reviewed By: nicklockwood

Differential Revision: D2663281

fb-gh-sync-id: 6218c2ff68f7e4d8132ef1f95fb22f5007434319
This commit is contained in:
Pieter De Baets
2015-11-17 06:35:46 -08:00
committed by facebook-github-bot-4
parent 532c9112b4
commit c043c68e7e
5 changed files with 14 additions and 12 deletions

View File

@@ -18,7 +18,7 @@
@implementation RCTModalHostView
{
RCTBridge *_bridge;
__weak RCTBridge *_bridge;
BOOL _isPresented;
RCTModalHostViewController *_modalViewController;
RCTTouchHandler *_touchHandler;