Skip to content

Commit facc2b6

Browse files
committed
[change] Remove SwipeableListView
Ref necolas#1352 Ref facebook/react-native#23313
1 parent e7223e5 commit facc2b6

File tree

4 files changed

+0
-338
lines changed

4 files changed

+0
-338
lines changed

src/exports/SwipeableListView/index.js

-12
This file was deleted.

src/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ import ScrollView from './exports/ScrollView';
4949
import SectionList from './exports/SectionList';
5050
import StatusBar from './exports/StatusBar';
5151
import SwipeableFlatList from './exports/SwipeableFlatList';
52-
import SwipeableListView from './exports/SwipeableListView';
5352
import Switch from './exports/Switch';
5453
import Text from './exports/Text';
5554
import TextInput from './exports/TextInput';
@@ -138,7 +137,6 @@ export {
138137
SectionList,
139138
StatusBar,
140139
SwipeableFlatList,
141-
SwipeableListView,
142140
Switch,
143141
Text,
144142
TextInput,

src/vendor/react-native/SwipeableListView/SwipeableListViewDataSource.js

-113
This file was deleted.

src/vendor/react-native/SwipeableListView/index.js

-211
This file was deleted.

0 commit comments

Comments
 (0)