Skip to content

Commit

Permalink
Replace 'React' with 'react' in rntester examples
Browse files Browse the repository at this point in the history
Summary:
Updates a few imports in RNTester to 'react' as we had previously done in:
0ee5f689

Differential Revision: D45445211

fbshipit-source-id: 559df27ed009ecb7c0d74d5b4f742281e6a88f04
  • Loading branch information
rozele authored and facebook-github-bot committed May 1, 2023
1 parent 97b2702 commit d99d390
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 d99d390

Please sign in to comment.