Skip to content

Commit b8cdfa6

Browse files
[change] Remove SwipeableListView
Ref #1352 Ref facebook/react-native#23313
1 parent e704841 commit b8cdfa6

File tree

6 files changed

+0
-340
lines changed

6 files changed

+0
-340
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ React Native v0.55
142142
| SectionList || |
143143
| StatusBar | (✓) | Mock. No equivalent web APIs. |
144144
| SwipeableFlatList || |
145-
| SwipeableListView || |
146145
| Switch || |
147146
| Text || Missing `onLongPress` ([#1011](https://github.com/necolas/react-native-web/issues/1011)) support. |
148147
| TextInput || Missing rich text features ([#1023](https://github.com/necolas/react-native-web/issues/1023)), and auto-expanding behaviour ([#795](https://github.com/necolas/react-native-web/issues/795)). |

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

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ module.exports = {
4646
StatusBar: true,
4747
StyleSheet: true,
4848
SwipeableFlatList: true,
49-
SwipeableListView: true,
5049
Switch: true,
5150
Systrace: true,
5251
TVEventHandler: true,

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

-12
This file was deleted.

packages/react-native-web/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,

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

-113
This file was deleted.

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

-211
This file was deleted.

0 commit comments

Comments
 (0)