Remove global React$ type references (#49276)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/49276

This diff replaces the remaining `React$` global types in the codebase, in preparation for their removal in Flow.

Changelog: [Internal]

Reviewed By: NickGerleman

Differential Revision: D69322418

fbshipit-source-id: 058a2489ce8e6bf59df2ec4e61e9708f63561671
This commit is contained in:
Sam Zhou
2025-02-07 18:01:43 -08:00
committed by Facebook GitHub Bot
parent 94b5d4b53f
commit 722f5ba786
11 changed files with 104 additions and 112 deletions
@@ -72,7 +72,7 @@ type ErrorExamples =
| 'promiseAssert';
class NativeCxxModuleExampleExample extends React.Component<{}, State> {
static contextType: React$Context<RootTag> = RootTagContext;
static contextType: React.Context<RootTag> = RootTagContext;
eventSubscriptions: EventSubscription[] = [];
state: State = {