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]

Reviewed By: jacdebug

Differential Revision: D45445211

fbshipit-source-id: 7d345a874bd8b99ddb11ebb5385c2a07330a6531
  • Loading branch information
rozele authored and facebook-github-bot committed May 2, 2023
1 parent 4568e8f commit 042179a
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 042179a

Please sign in to comment.