Skip to content

Commit

Permalink
[change] Remove SwipeableListView
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent 3fe1b9d commit 21faa17
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 340 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ React Native v0.55
| SectionList || |
| StatusBar | (✓) | Mock. No equivalent web APIs. |
| SwipeableFlatList || |
| SwipeableListView || |
| Switch || |
| Text || Missing `onLongPress` ([#1011](https://github.com/necolas/react-native-web/issues/1011)) support. |
| 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)). |
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 @@ -46,7 +46,6 @@ module.exports = {
StatusBar: true,
StyleSheet: true,
SwipeableFlatList: true,
SwipeableListView: true,
Switch: true,
Systrace: true,
TVEventHandler: true,
Expand Down
12 changes: 0 additions & 12 deletions packages/react-native-web/src/exports/SwipeableListView/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 @@ -49,7 +49,6 @@ import ScrollView from './exports/ScrollView';
import SectionList from './exports/SectionList';
import StatusBar from './exports/StatusBar';
import SwipeableFlatList from './exports/SwipeableFlatList';
import SwipeableListView from './exports/SwipeableListView';
import Switch from './exports/Switch';
import Text from './exports/Text';
import TextInput from './exports/TextInput';
Expand Down Expand Up @@ -138,7 +137,6 @@ export {
SectionList,
StatusBar,
SwipeableFlatList,
SwipeableListView,
Switch,
Text,
TextInput,
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 21faa17

Please sign in to comment.