diff options
Diffstat (limited to 'packages/mobile/package.json')
| -rw-r--r-- | packages/mobile/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 7e5362dc..252f98e0 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -33,7 +33,8 @@ "react-native-safe-area-context": "4.8.2", "react-native-screens": "~3.29.0", "react-native-svg": "^15.1.0", - "tailwind-merge": "^2.2.1" + "tailwind-merge": "^2.2.1", + "use-debounce": "^10.0.0" }, "devDependencies": { "@babel/core": "^7.20.0", |
