mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-02 18:41:17 +00:00
[change] Remove Slider
Ref #1352 Ref https://github.com/facebook/react-native/issues/23313
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
import UnimplementedView from '../../modules/UnimplementedView';
|
|
||||||
export default UnimplementedView;
|
|
||||||
-2
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user