Bunch of utility funcs were moved to RCTUIManagerUtils

Summary: Because `RCTUIManager` is already overcomplicated and that stuff deserves separate file and header.

Reviewed By: javache

Differential Revision: D5856653

fbshipit-source-id: 7001bb8ba611976bf3b82d6a25f5619810a35b34
This commit is contained in:
Valentin Shergin
2017-09-26 13:55:58 -07:00
committed by Facebook Github Bot
parent 34487c0591
commit 6d67e2dbbc
9 changed files with 154 additions and 55 deletions

View File

@@ -12,6 +12,7 @@
#import <React/RCTEventEmitter.h>
#import <React/RCTUIManager.h>
#import <React/RCTUIManagerObserverCoordinator.h>
#import <React/RCTUIManagerUtils.h>
#import "RCTValueAnimatedNode.h"