Skip to content

Commit

Permalink
Stabilize RootTagContext
Browse files Browse the repository at this point in the history
Summary:
Changelog:
[General][Removed] - Stabilize RootTagContext

Reviewed By: TheSavior

Differential Revision: D27954168

fbshipit-source-id: ff04375f00229b1a601cbd1182001885d8b687ec
  • Loading branch information
Nadiia D authored and facebook-github-bot committed Apr 27, 2021
1 parent 9d48935 commit 9b98edc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,6 @@ module.exports = {
) => HostComponent<T> {
return require('./Libraries/ReactNative/requireNativeComponent');
},
get unstable_RootTagContext(): RootTagContext {
return require('./Libraries/ReactNative/RootTag').RootTagContext;
},
get RootTagContext(): RootTagContext {
return require('./Libraries/ReactNative/RootTag').RootTagContext;
},
Expand Down

0 comments on commit 9b98edc

Please sign in to comment.