Skip to content

Commit 1409860

Browse files
committed
remove few more leftover usages
1 parent 68a9b05 commit 1409860

25 files changed

Lines changed: 1 addition & 25 deletions

docs/_fabric-native-components.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import IOSContent from './fabric-native-components-ios.md';
32
import AndroidContent from './fabric-native-components-android.md';
43

docs/_turbo-native-modules-components.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import IOSContent from './turbo-native-modules-ios.md';
32
import AndroidContent from './turbo-native-modules-android.md';
43

docs/navigation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ Now you are ready to build and run your app on the device/simulator.
6464
Now you can create an app with a home screen and a profile screen:
6565

6666
```tsx
67-
import * as React from 'react';
6867
import {createStaticNavigation} from '@react-navigation/native';
6968
import {createNativeStackNavigator} from '@react-navigation/native-stack';
7069

website/versioned_docs/version-0.80/_fabric-native-components.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import IOSContent from './fabric-native-components-ios.md';
32
import AndroidContent from './fabric-native-components-android.md';
43

website/versioned_docs/version-0.80/_turbo-native-modules-components.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import IOSContent from './turbo-native-modules-ios.md';
32
import AndroidContent from './turbo-native-modules-android.md';
43

website/versioned_docs/version-0.80/navigation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ Now you are ready to build and run your app on the device/simulator.
6464
Now you can create an app with a home screen and a profile screen:
6565

6666
```tsx
67-
import * as React from 'react';
6867
import {createStaticNavigation} from '@react-navigation/native';
6968
import {createNativeStackNavigator} from '@react-navigation/native-stack';
7069

website/versioned_docs/version-0.80/segmentedcontrolios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The selected index can be changed on the fly by assigning the selectedIndex prop
1414
## Example
1515

1616
```SnackPlayer name=SegmentedControlIOS%20Example&supportedPlatforms=ios&ext=js
17-
import React, {useState} from 'react';
17+
import {useState} from 'react';
1818
import {SegmentedControlIOS, StyleSheet, Text, View} from 'react-native';
1919
2020
const App = () => {

website/versioned_docs/version-0.81/_fabric-native-components.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import IOSContent from './fabric-native-components-ios.md';
32
import AndroidContent from './fabric-native-components-android.md';
43

website/versioned_docs/version-0.81/_turbo-native-modules-components.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import IOSContent from './turbo-native-modules-ios.md';
32
import AndroidContent from './turbo-native-modules-android.md';
43

website/versioned_docs/version-0.81/navigation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ Now you are ready to build and run your app on the device/simulator.
6464
Now you can create an app with a home screen and a profile screen:
6565

6666
```tsx
67-
import * as React from 'react';
6867
import {createStaticNavigation} from '@react-navigation/native';
6968
import {createNativeStackNavigator} from '@react-navigation/native-stack';
7069

0 commit comments

Comments
 (0)