Skip to content

Commit 9964ef0

Browse files
[change] Remove ListView
Ref #1352 Ref facebook/react-native#23313
1 parent b7748b7 commit 9964ef0

File tree

7 files changed

+0
-1238
lines changed

7 files changed

+0
-1238
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ React Native v0.55
134134
| 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)). |
135135
| ImageBackground || |
136136
| KeyboardAvoidingView | (✓) | Mock. No equivalent web APIs. |
137-
| ListView || |
138137
| Modal || Not started ([#1020](https://github.com/necolas/react-native-web/issues/1020)). |
139138
| Picker || |
140139
| RefreshControl || Not started ([#1027](https://github.com/necolas/react-native-web/issues/1027)). |

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

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ module.exports = {
2727
KeyboardAvoidingView: true,
2828
LayoutAnimation: true,
2929
Linking: true,
30-
ListView: true,
3130
MaskedViewIOS: true,
3231
Modal: true,
3332
NativeEventEmitter: true,

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

-12
This file was deleted.

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

-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ import FlatList from './exports/FlatList';
4141
import Image from './exports/Image';
4242
import ImageBackground from './exports/ImageBackground';
4343
import KeyboardAvoidingView from './exports/KeyboardAvoidingView';
44-
import ListView from './exports/ListView';
4544
import Modal from './exports/Modal';
4645
import Picker from './exports/Picker';
4746
import ProgressBar from './exports/ProgressBar';
@@ -142,7 +141,6 @@ export {
142141
Image,
143142
ImageBackground,
144143
KeyboardAvoidingView,
145-
ListView,
146144
Modal,
147145
Picker,
148146
ProgressBar,

0 commit comments

Comments
 (0)