Skip to content

Commit

Permalink
Create ReactNativeComponentTree.js
Browse files Browse the repository at this point in the history
For powerworx
  • Loading branch information
Hsaka authored Jan 17, 2019
1 parent 7cf27a9 commit 36e086d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Libraries/Renderer/shims/ReactNativeComponentTree.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
'use strict';

const {
__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,
} = require('ReactNative');

module.exports =
__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactNativeComponentTree;

0 comments on commit 36e086d

Please sign in to comment.