mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
94b5d4b53f
commit
722f5ba786
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user