Skip to content

Commit

Permalink
[change] Remove Slider
Browse files Browse the repository at this point in the history
  • Loading branch information
smartDev420 authored and smartDev420 committed Oct 4, 2019
1 parent 70bd329 commit 350a2ea
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ React Native v0.55
| SafeAreaView || |
| ScrollView || Missing momentum scroll events ([#1021](https://github.com/necolas/react-native-web/issues/1021)). |
| SectionList || |
| Slider || Not started ([#1022](https://github.com/necolas/react-native-web/issues/1022)). |
| StatusBar | (✓) | Mock. No equivalent web APIs. |
| SwipeableFlatList || |
| SwipeableListView || |
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 @@ -43,7 +43,6 @@ module.exports = {
SectionList: true,
Settings: true,
Share: true,
Slider: true,
SnapshotViewIOS: true,
StatusBar: true,
StatusBarIOS: true,
Expand Down
2 changes: 0 additions & 2 deletions packages/react-native-web/src/exports/Slider/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 @@ -47,7 +47,6 @@ import RefreshControl from './exports/RefreshControl';
import SafeAreaView from './exports/SafeAreaView';
import ScrollView from './exports/ScrollView';
import SectionList from './exports/SectionList';
import Slider from './exports/Slider';
import StatusBar from './exports/StatusBar';
import SwipeableFlatList from './exports/SwipeableFlatList';
import SwipeableListView from './exports/SwipeableListView';
Expand Down Expand Up @@ -139,7 +138,6 @@ export {
SafeAreaView,
ScrollView,
SectionList,
Slider,
StatusBar,
SwipeableFlatList,
SwipeableListView,
Expand Down

0 comments on commit 350a2ea

Please sign in to comment.