Commit 49ba5e7 1 parent b975d78 commit 49ba5e7 Copy full SHA for 49ba5e7
File tree 4 files changed +0
-6
lines changed
babel-plugin-react-native-web/src
4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ React Native v0.55
140
140
| SafeAreaView | ✓ | |
141
141
| ScrollView | ✓ | Missing momentum scroll events ([ #1021 ] ( https://github.com/necolas/react-native-web/issues/1021 ) ). |
142
142
| SectionList | ✓ | |
143
- | Slider | ✘ | Not started ([ #1022 ] ( https://github.com/necolas/react-native-web/issues/1022 ) ). |
144
143
| StatusBar | (✓) | Mock. No equivalent web APIs. |
145
144
| SwipeableFlatList | ✓ | |
146
145
| SwipeableListView | ✓ | |
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ module.exports = {
43
43
SectionList : true ,
44
44
Settings : true ,
45
45
Share : true ,
46
- Slider : true ,
47
46
SnapshotViewIOS : true ,
48
47
StatusBar : true ,
49
48
StatusBarIOS : true ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ import RefreshControl from './exports/RefreshControl';
47
47
import SafeAreaView from './exports/SafeAreaView' ;
48
48
import ScrollView from './exports/ScrollView' ;
49
49
import SectionList from './exports/SectionList' ;
50
- import Slider from './exports/Slider' ;
51
50
import StatusBar from './exports/StatusBar' ;
52
51
import SwipeableFlatList from './exports/SwipeableFlatList' ;
53
52
import SwipeableListView from './exports/SwipeableListView' ;
@@ -139,7 +138,6 @@ export {
139
138
SafeAreaView ,
140
139
ScrollView ,
141
140
SectionList ,
142
- Slider ,
143
141
StatusBar ,
144
142
SwipeableFlatList ,
145
143
SwipeableListView ,
You can’t perform that action at this time.
0 commit comments