chore: add react-hook-form package
This commit is contained in:
parent
da533abd86
commit
f0c34e2044
2 changed files with 14 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
"expo-status-bar": "~1.12.1",
|
||||
"lucide-react-native": "^0.453.0",
|
||||
"react": "18.2.0",
|
||||
"react-hook-form": "^7.53.1",
|
||||
"react-native": "0.74.5",
|
||||
"react-native-safe-area-context": "4.10.5",
|
||||
"react-native-screens": "3.31.1",
|
||||
|
|
|
|||
|
|
@ -50,6 +50,9 @@ importers:
|
|||
react:
|
||||
specifier: 18.2.0
|
||||
version: 18.2.0
|
||||
react-hook-form:
|
||||
specifier: ^7.53.1
|
||||
version: 7.53.1(react@18.2.0)
|
||||
react-native:
|
||||
specifier: 0.74.5
|
||||
version: 0.74.5(@babel/core@7.25.9)(@babel/preset-env@7.25.9(@babel/core@7.25.9))(@types/react@18.2.79)(react@18.2.0)
|
||||
|
|
@ -4592,6 +4595,12 @@ packages:
|
|||
peerDependencies:
|
||||
react: '>=17.0.0'
|
||||
|
||||
react-hook-form@7.53.1:
|
||||
resolution: {integrity: sha512-6aiQeBda4zjcuaugWvim9WsGqisoUk+etmFEsSUMm451/Ic8L/UAb7sRtMj3V+Hdzm6mMjU1VhiSzYUZeBm0Vg==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17 || ^18 || ^19
|
||||
|
||||
react-is@16.13.1:
|
||||
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
|
||||
|
||||
|
|
@ -11500,6 +11509,10 @@ snapshots:
|
|||
dependencies:
|
||||
react: 18.2.0
|
||||
|
||||
react-hook-form@7.53.1(react@18.2.0):
|
||||
dependencies:
|
||||
react: 18.2.0
|
||||
|
||||
react-is@16.13.1: {}
|
||||
|
||||
react-is@17.0.2: {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue