Skip to content

Commit

Permalink
Replace 'React' with 'react' in rntester examples (#37185)
Browse files Browse the repository at this point in the history
Summary:
React Native macOS:
Please note, I do not plan to

Pull Request resolved: #37185

Updates a few imports in RNTester to 'react' as we had previously done in:
0ee5f689

Changelog: [Internal]

Differential Revision: D45445211

fbshipit-source-id: 4a672d1ebc486dc32f54aa378852ab5dd676a1b1
  • Loading branch information
rozele authored and facebook-github-bot committed May 1, 2023
1 parent 97b2702 commit 7e0b5c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @flow strict-local
*/

import type {Node} from 'React';
import type {Node} from 'react';

import React, {useCallback, useEffect, useRef, useState} from 'react';
import {ActivityIndicator, StyleSheet, View} from 'react-native';
Expand Down
2 changes: 1 addition & 1 deletion packages/rn-tester/js/examples/Crash/CrashExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @flow strict-local
*/

import type {Node} from 'React';
import type {Node} from 'react';
import {Button} from 'react-native';
import React from 'react';

Expand Down

0 comments on commit 7e0b5c5

Please sign in to comment.