react-native-swipeable-lists-gd
v0.0.3
Published
Swipeable lists for React Native (fork for GD)️
Maintainers
Readme
react-native-swipeable-lists
This is just a fork from https://www.npmjs.com/package/react-native-swipeable-lists With some changes for project requirement Swipeable lists for React Native. Supports Android and iOS.
Installation
yarn add react-native-swipeable-lists-gdor
npm install react-native-swipeable-lists-gdOpening issues
Verify that it is still an issue with the latest version as specified in the previous step. If so, open a new issue, include the entire App.js file, specify what platforms you've tested, and the results of running this command:
react-native infoUsage
[TO BE DESCRIBED]
Components:
SwipeableFaltList
[TO BE DESCRIBED]
TODO:
- Add usage to the Readme
- Add example
Tested with:
- react-native >= 0.59.10 <= 0.61
This code was initially taken from React Native on its version 0.59.10 as they dropped it on the next one. See https://github.com/facebook/react-native/issues/24092
