Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

rutvikbhatt9/SwipeableFlatList

Repository files navigation

SwipeableFlatList

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/

SwipeableFlatList

Getting Started

There is no official documentation available for this component on official react-native site.

Running the project

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

Libraries used in project

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments