Skip to content

Commit

Permalink
[change] Remove ViewPagerAndroid
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiccup19940325 authored and necolas committed Oct 4, 2019
1 parent 1b56abf commit 7b1ac5b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 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 @@ -63,7 +63,6 @@ module.exports = {
UIManager: true,
Vibration: true,
View: true,
ViewPagerAndroid: true,
ViewPropTypes: true,
VirtualizedList: true,
WebView: 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 @@ -71,7 +71,6 @@ import DrawerLayoutAndroid from './exports/DrawerLayoutAndroid';
import InputAccessoryView from './exports/InputAccessoryView';
import TabBarIOS from './exports/TabBarIOS';
import ToastAndroid from './exports/ToastAndroid';
import ViewPagerAndroid from './exports/ViewPagerAndroid';
import WebView from './exports/WebView';
// compat (apis)
import PermissionsAndroid from './exports/PermissionsAndroid';
Expand Down Expand Up @@ -155,7 +154,6 @@ export {
InputAccessoryView,
TabBarIOS,
ToastAndroid,
ViewPagerAndroid,
WebView,
// compat (apis)
PermissionsAndroid,
Expand Down

0 comments on commit 7b1ac5b

Please sign in to comment.