Skip to content

Commit

Permalink
[change] Remove StatusBarIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent e49a034 commit 3fe1b9d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/babel-plugin-react-native-web/src/moduleMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ module.exports = {
Settings: true,
Share: true,
StatusBar: true,
StatusBarIOS: true,
StyleSheet: true,
SwipeableFlatList: true,
SwipeableListView: true,
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions packages/react-native-web/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -166,7 +165,6 @@ export {
// compat (apis)
PermissionsAndroid,
Settings,
StatusBarIOS,
Systrace,
TimePickerAndroid,
TVEventHandler,
Expand Down

0 comments on commit 3fe1b9d

Please sign in to comment.