mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-01 09:27:14 +08:00
[change] Remove StatusBarIOS
Ref #1352 Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
@@ -44,7 +44,6 @@ module.exports = {
|
||||
Settings: true,
|
||||
Share: true,
|
||||
StatusBar: true,
|
||||
StatusBarIOS: true,
|
||||
StyleSheet: true,
|
||||
SwipeableFlatList: true,
|
||||
SwipeableListView: true,
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
export default {};
|
||||
2
packages/react-native-web/src/index.js
vendored
2
packages/react-native-web/src/index.js
vendored
@@ -78,7 +78,6 @@ import WebView from './exports/WebView';
|
||||
// compat (apis)
|
||||
import PermissionsAndroid from './exports/PermissionsAndroid';
|
||||
import Settings from './exports/Settings';
|
||||
import StatusBarIOS from './exports/StatusBarIOS';
|
||||
import Systrace from './exports/Systrace';
|
||||
import TimePickerAndroid from './exports/TimePickerAndroid';
|
||||
import TVEventHandler from './exports/TVEventHandler';
|
||||
@@ -166,7 +165,6 @@ export {
|
||||
// compat (apis)
|
||||
PermissionsAndroid,
|
||||
Settings,
|
||||
StatusBarIOS,
|
||||
Systrace,
|
||||
TimePickerAndroid,
|
||||
TVEventHandler,
|
||||
|
||||
Reference in New Issue
Block a user