Skip to content

Commit

Permalink
Remove SwipeableFlatList from RN
Browse files Browse the repository at this point in the history
Summary: According to TheSavior this was an experimental module that "accidentally" got added to RN open source. In fact, we only use it in two places internally. This diff moves these files to FB internal and removes them from RN completely. I skipped the deprecation message because it was always an experimental feature and I don't expect anyone out there using it.

Reviewed By: TheSavior

Differential Revision: D14631749

fbshipit-source-id: 87878fcbb901e1e7fa4a3ff3205e09886ff3ed43
  • Loading branch information
cpojer authored and facebook-github-bot committed Mar 27, 2019
1 parent 58335ab commit 9ca7989
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 866 deletions.
172 changes: 0 additions & 172 deletions Libraries/Experimental/SwipeableRow/SwipeableFlatList.js

This file was deleted.

79 changes: 0 additions & 79 deletions Libraries/Experimental/SwipeableRow/SwipeableQuickActionButton.js

This file was deleted.

69 changes: 0 additions & 69 deletions Libraries/Experimental/SwipeableRow/SwipeableQuickActions.js

This file was deleted.

Loading

5 comments on commit 9ca7989

@esthor
Copy link

@esthor esthor commented on 9ca7989 May 17, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are using it

@rutvikwebmobtech
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@esthor don't worry You can use it until version v0.59.8

@esthor
Copy link

@esthor esthor commented on 9ca7989 Nov 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TheSavior @cpojer Are you guys cool with me copying and making this an OSS lib?

@cpojer
Copy link
Contributor Author

@cpojer cpojer commented on 9ca7989 Nov 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go for it!

@esthor
Copy link

@esthor esthor commented on 9ca7989 Nov 12, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it up and working and available on npm 😄 https://github.com/esthor/react-native-swipeable-list

Please sign in to comment.