Skip to content

Commit c4baea3

Browse files
committed
[change] Remove ListView
Ref necolas#1352 Ref facebook/react-native#23313
1 parent 973583b commit c4baea3

File tree

5 files changed

+0
-1236
lines changed

5 files changed

+0
-1236
lines changed

src/exports/ListView/index.js

-12
This file was deleted.

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)