Skip to content

Commit

Permalink
[change] Remove ListView
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent ec97301 commit 30bb156
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1,238 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ React Native v0.55
| Image || Missing multiple sources ([#515](https://github.com/necolas/react-native-web/issues/515)) and HTTP headers ([#1019](https://github.com/necolas/react-native-web/issues/1019)). |
| ImageBackground || |
| KeyboardAvoidingView | (✓) | Mock. No equivalent web APIs. |
| ListView || |
| Modal || Not started ([#1020](https://github.com/necolas/react-native-web/issues/1020)). |
| Picker || |
| RefreshControl || Not started ([#1027](https://github.com/necolas/react-native-web/issues/1027)). |
Expand Down
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 @@ -27,7 +27,6 @@ module.exports = {
KeyboardAvoidingView: true,
LayoutAnimation: true,
Linking: true,
ListView: true,
MaskedViewIOS: true,
Modal: true,
NativeEventEmitter: true,
Expand Down
12 changes: 0 additions & 12 deletions packages/react-native-web/src/exports/ListView/index.js

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 @@ -41,7 +41,6 @@ import FlatList from './exports/FlatList';
import Image from './exports/Image';
import ImageBackground from './exports/ImageBackground';
import KeyboardAvoidingView from './exports/KeyboardAvoidingView';
import ListView from './exports/ListView';
import Modal from './exports/Modal';
import Picker from './exports/Picker';
import ProgressBar from './exports/ProgressBar';
Expand Down Expand Up @@ -142,7 +141,6 @@ export {
Image,
ImageBackground,
KeyboardAvoidingView,
ListView,
Modal,
Picker,
ProgressBar,
Expand Down
Loading

0 comments on commit 30bb156

Please sign in to comment.