This project is use SwipeableFlatList from react-native. You can find the detail description of the project in my article about this project. https://cyburst.io/how-to-use-swipeableflatlist-new-react-native-experimental-component/
There is no official documentation available for this component on official react-native site.
To run this project follow the simple steps below:
- Clone the project
git clone https://github.com/rutvikbhatt9/SwipeableFlatList.git
- Install the packages
npm install
- Link the libraries
react-native link
- Run the project
react-native run-android
OR
react-native run-ios
- Rutvik Bhatt - Cyburst.io, Medium, Twitter
This project is licensed under the MIT License - see the LICENSE file for details
- Nishant Nair - LinkedIn