Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit 2d48fc5

Browse files
committed
fixes
1 parent c6c4fe9 commit 2d48fc5

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Tested with redux and on **RN >=0.40**
3131
- SelectList
3232
- TagsInput
3333
- CellSlider
34-
- CellSwipeable
3534

3635
## Dependencies
3736
- [react-native-vector-icons ^4.1.1](https://github.com/oblador/react-native-vector-icons)

example/CellComponents/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import CellSheet from './components/CellSheet';
99
import ActionSheet, { ActionItem } from './components/ActionSheet';
1010
import DatePicker from './components/DatePicker';
1111
import CellSlider from './components/CellSlider';
12-
import CellSwipeable from './components/CellSwipeable';
1312

1413
module.exports = {
1514
TagsInput,
@@ -24,6 +23,5 @@ module.exports = {
2423
CellListItem,
2524
CellDatePicker,
2625
CellSheet,
27-
CellSlider,
28-
CellSwipeable
26+
CellSlider
2927
}

0 commit comments

Comments
 (0)