diff --git a/packages/rn-tester/js/examples/ActivityIndicator/ActivityIndicatorExample.js b/packages/rn-tester/js/examples/ActivityIndicator/ActivityIndicatorExample.js index b2d7c9e8ad849e..97df4046375aa7 100644 --- a/packages/rn-tester/js/examples/ActivityIndicator/ActivityIndicatorExample.js +++ b/packages/rn-tester/js/examples/ActivityIndicator/ActivityIndicatorExample.js @@ -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'; diff --git a/packages/rn-tester/js/examples/Crash/CrashExample.js b/packages/rn-tester/js/examples/Crash/CrashExample.js index 01b55b70ebbfe6..a1fe3a2cfe0849 100644 --- a/packages/rn-tester/js/examples/Crash/CrashExample.js +++ b/packages/rn-tester/js/examples/Crash/CrashExample.js @@ -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';