[ReactNative] Send debug component ownership info in createView

This commit is contained in:
Andy Street
2015-06-25 05:37:22 -07:00
parent 1373dab826
commit f23c022f1b
2 changed files with 56 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
/* globals GLOBAL: true, window: true */
// Just to make sure the JS gets packaged up.
require('RCTDebugComponentOwnership');
require('RCTDeviceEventEmitter');
require('PerformanceLogger');