Skip to content

Commit

Permalink
Readme and versio to 1.0.0 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tero-paananen committed Apr 14, 2022
1 parent 3e6bb52 commit b873733
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

React Native FlatList component whose items can be drag into new positions. This component **does NOT use** [React Native Reanimated](https://github.com/software-mansion/react-native-reanimated) or [React Native Gesture Handler](https://github.com/software-mansion/react-native-gesture-handler) and that is why this works also on React Native Windows.

Tested on platforms: Windows, iOS, Android
Tested on platforms: Windows, iOS, Web, (not yet Android)

Not tested in production.

---

## How to use

Currently you have to copy files `DraggableFlatList.tsx` and `DraggableItem.tsx` into your typescript project. This repo is mainly example application project that contains these components.

## Development env

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DraggableFlatList",
"version": "0.0.8",
"version": "1.0.0",
"private": true,
"author": {
"name": "Tero Paananen",
Expand Down

0 comments on commit b873733

Please sign in to comment.