Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do we use SwipeableRow (or SwipeableListView) introduced in React Native's v0.27.0?

Tags:

I have been developing mobile application using React Native, for Android and iOS platforms. I was looking for Swipeable ListView and came across SwipeableRow in React Native's Release v0.27.0. There seems to be no documentation yet. If anyone has used it, please guide us on

  • What exactly it does?
  • How to use it?
like image 322
Om Patel Avatar asked Jul 15 '16 10:07

Om Patel


1 Answers

There is no documentation yet as it is considered an experimental feature at this point. There is a Pull Request you could reference until such time that documentation is available.

https://github.com/facebook/react-native/pull/8782

like image 83
rmevans9 Avatar answered Sep 28 '22 02:09

rmevans9