Skip to content

Commit 9b98edc

Browse files
Nadiia Dfacebook-github-bot
Nadiia D
authored andcommitted
Stabilize RootTagContext
Summary: Changelog: [General][Removed] - Stabilize RootTagContext Reviewed By: TheSavior Differential Revision: D27954168 fbshipit-source-id: ff04375f00229b1a601cbd1182001885d8b687ec
1 parent 9d48935 commit 9b98edc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.js

-3
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,6 @@ module.exports = {
479479
) => HostComponent<T> {
480480
return require('./Libraries/ReactNative/requireNativeComponent');
481481
},
482-
get unstable_RootTagContext(): RootTagContext {
483-
return require('./Libraries/ReactNative/RootTag').RootTagContext;
484-
},
485482
get RootTagContext(): RootTagContext {
486483
return require('./Libraries/ReactNative/RootTag').RootTagContext;
487484
},

0 commit comments

Comments
 (0)