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

Commit

Permalink
feat: animation plugin driver
Browse files Browse the repository at this point in the history
  • Loading branch information
rayan1810 committed Sep 21, 2023
1 parent 13cab45 commit 26f4b74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/animation-moti-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-style/moti-animation-driver",
"version": "0.1.11",
"version": "0.0.1",
"description": "A gluestack-style driver for using moti animation with animation resolver plugin.",
"keywords": [
"react",
Expand All @@ -24,10 +24,10 @@
"clean": "rm -rf lib"
},
"peerDependencies": {
"@gluestack-style/react": ">=0.2.49",
"moti": ">=0.26.0",
"react-native-reanimated": ">=3.5.1",
"react-native-gesture-handler": ">=2.12.1",
"@gluestack-style/react": ">=0.2.49"
"react-native-reanimated": ">=3.5.1"
},
"devDependencies": {
"@gluestack-style/react": "^0.2.49",
Expand Down

0 comments on commit 26f4b74

Please sign in to comment.