rescript-swipe-list-view

0.0.1 • Public • Published

How to use this template

  • ⚠️ Don't fork this repository. Use the "Use this template" green GitHub button.

  • Put your bindings in src/RescriptSwipeListView & rename accordingly or use bsconfig.json "namespace" field (more on this below),

  • Update all occurences of

    • rescript-swipe-list-view
    • https://github.com/rescript-react-native/__template__
    • __template__
    • react-native-swipe-list-view
    • https://github.com/jemise111/react-native-swipe-list-view
    • RescriptSwipeListView. If you have more than a file exposed, you should consider using ReScript custom namespace by adjusting bsconfig.json and adding a "namespace": "react-native-something" (note that it will be converted to RescriptSwipeListView)
  • Add your react-native-swipe-list-view (adjusted) in peerDependencies & devDependencies section

  • Adjust the changelog (and/or clean it)

  • Remove this part & keep everything below


rescript-swipe-list-view

Build Status Version ReScript Forum

ReScript bindings for react-native-swipe-list-view.

Exposed as RescriptSwipeListView module.

rescript-swipe-list-view X.y.* means it's compatible with react-native-swipe-list-view X.y.*

Installation

When react-native-swipe-list-view is properly installed & configured by following their installation instructions, you can install the bindings:

npm install rescript-swipe-list-view
# or
yarn add rescript-swipe-list-view

rescript-swipe-list-view should be added to bs-dependencies in your bsconfig.json:

{
  //...
  "bs-dependencies": [
    "@rescript/react",
    "rescript-react-native",
    // ...
+    "rescript-swipe-list-view"
  ],
  //...
}

Usage

Types

RescriptSwipeListView.t

...

Methods

RescriptSwipeListView.method

...


Changelog

Check the changelog for more informations about recent releases.


Contribute

Read the contribution guidelines before contributing.

Code of Conduct

We want this community to be friendly and respectful to each other. Please read our full code of conduct so that you can understand what actions will and will not be tolerated.

Readme

Keywords

Package Sidebar

Install

npm i rescript-swipe-list-view

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

20.8 kB

Total Files

9

Last publish

Collaborators

  • davisuga