We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc97f0 commit a43da36Copy full SHA for a43da36
2 files changed
apps/src/tests/issue-tests/Test3212/Config.tsx
@@ -1,4 +1,5 @@
1
-import React, { Button, Text } from 'react-native';
+import React from 'react';
2
+import { Button, Text } from 'react-native';
3
import { useScrollEdgeEffectsConfigContext } from './context';
4
import { NavigationProp, useNavigation } from '@react-navigation/core';
5
import { SettingsPicker } from '@apps/shared';
apps/src/tests/issue-tests/Test3212/StackScenario.tsx
@@ -1,4 +1,4 @@
-import React from 'react-native';
import { createNativeStackNavigator } from '@react-navigation/native-stack';
import { ConfigWithNavigation } from './Config';
import {
0 commit comments