Skip to content

Commit

Permalink
fix: Removed slider component (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
taha437 authored and artalat committed Sep 24, 2019
1 parent b8663ac commit 8a7a1fc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/filters/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
Picker,
SafeAreaView,
ScrollView,
Slider,
Switch,
Text,
TextInput,
Expand Down Expand Up @@ -90,7 +89,6 @@ export const components: FilterNestedCollection = {
Picker,
SafeAreaView,
ScrollView,
Slider,
Switch,
Text,
TextInput,
Expand Down
1 change: 0 additions & 1 deletion src/native/Slider/Slider.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/native/Slider/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/native/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export * from './ImageBackground';
export * from './Picker';
export * from './SafeAreaView';
export * from './ScrollView';
export * from './Slider';
export * from './Switch';
export * from './Text';
export * from './TextInput';
Expand Down

0 comments on commit 8a7a1fc

Please sign in to comment.