JSPM

react-native-swipeable-lists

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 39
  • Score
    100M100P100Q35349F
  • License MIT

Swipeable lists for React Native ⬅️➡️

Package Exports

  • react-native-swipeable-lists

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-swipeable-lists) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-native-swipeable-lists

Version NPM

Swipeable lists for React Native. Supports Android and iOS.

Installation

yarn add react-native-swipeable-lists

or

npm install react-native-swipeable-lists

Opening 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 info

Usage

[TO BE DESCRIBED]

Components:

SwipeableFaltList

[TO BE DESCRIBED]

TODO:

  1. Add usage to the Readme
  2. Add example

Tested with:

  • react-native >= 0.59.10 <= 0.61

This code was initially ported from React Native on its version 0.59.10 as they dropped it on the next one.