Skip to content

Commit 3fe1b9d

Browse files
smartDev420smartDev420
smartDev420
authored and
smartDev420
committed
[change] Remove StatusBarIOS
Ref #1352 Ref facebook/react-native#23313
1 parent e49a034 commit 3fe1b9d

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

packages/babel-plugin-react-native-web/src/moduleMap.js

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ module.exports = {
4444
Settings: true,
4545
Share: true,
4646
StatusBar: true,
47-
StatusBarIOS: true,
4847
StyleSheet: true,
4948
SwipeableFlatList: true,
5049
SwipeableListView: true,

packages/react-native-web/src/exports/StatusBarIOS/index.js

-1
This file was deleted.

packages/react-native-web/src/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ import WebView from './exports/WebView';
7878
// compat (apis)
7979
import PermissionsAndroid from './exports/PermissionsAndroid';
8080
import Settings from './exports/Settings';
81-
import StatusBarIOS from './exports/StatusBarIOS';
8281
import Systrace from './exports/Systrace';
8382
import TimePickerAndroid from './exports/TimePickerAndroid';
8483
import TVEventHandler from './exports/TVEventHandler';
@@ -166,7 +165,6 @@ export {
166165
// compat (apis)
167166
PermissionsAndroid,
168167
Settings,
169-
StatusBarIOS,
170168
Systrace,
171169
TimePickerAndroid,
172170
TVEventHandler,

0 commit comments

Comments
 (0)