[change] Remove Slider

Ref #1352
Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
Nicolas Gallagher
2019-06-28 11:17:25 -07:00
parent 24801cb5da
commit eaa24ae91d
4 changed files with 0 additions and 6 deletions
-1
View File
@@ -140,7 +140,6 @@ React Native v0.55
| SafeAreaView | ✓ | | | SafeAreaView | ✓ | |
| ScrollView | ✓ | Missing momentum scroll events ([#1021](https://github.com/necolas/react-native-web/issues/1021)). | | ScrollView | ✓ | Missing momentum scroll events ([#1021](https://github.com/necolas/react-native-web/issues/1021)). |
| SectionList | ✓ | | | SectionList | ✓ | |
| Slider | ✘ | Not started ([#1022](https://github.com/necolas/react-native-web/issues/1022)). |
| StatusBar | (✓) | Mock. No equivalent web APIs. | | StatusBar | (✓) | Mock. No equivalent web APIs. |
| SwipeableFlatList | ✓ | | | SwipeableFlatList | ✓ | |
| SwipeableListView | ✓ | | | SwipeableListView | ✓ | |
@@ -43,7 +43,6 @@ module.exports = {
SectionList: true, SectionList: true,
Settings: true, Settings: true,
Share: true, Share: true,
Slider: true,
SnapshotViewIOS: true, SnapshotViewIOS: true,
StatusBar: true, StatusBar: true,
StatusBarIOS: true, StatusBarIOS: true,
-2
View File
@@ -1,2 +0,0 @@
import UnimplementedView from '../../modules/UnimplementedView';
export default UnimplementedView;
-2
View File
@@ -47,7 +47,6 @@ import RefreshControl from './exports/RefreshControl';
import SafeAreaView from './exports/SafeAreaView'; import SafeAreaView from './exports/SafeAreaView';
import ScrollView from './exports/ScrollView'; import ScrollView from './exports/ScrollView';
import SectionList from './exports/SectionList'; import SectionList from './exports/SectionList';
import Slider from './exports/Slider';
import StatusBar from './exports/StatusBar'; import StatusBar from './exports/StatusBar';
import SwipeableFlatList from './exports/SwipeableFlatList'; import SwipeableFlatList from './exports/SwipeableFlatList';
import SwipeableListView from './exports/SwipeableListView'; import SwipeableListView from './exports/SwipeableListView';
@@ -139,7 +138,6 @@ export {
SafeAreaView, SafeAreaView,
ScrollView, ScrollView,
SectionList, SectionList,
Slider,
StatusBar, StatusBar,
SwipeableFlatList, SwipeableFlatList,
SwipeableListView, SwipeableListView,