@nativetail/ui 0.2.9 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativetail/ui",
3
- "version": "0.2.9",
3
+ "version": "0.3.1",
4
4
  "description": "",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {},
@@ -22,9 +22,6 @@
22
22
  "type": "git",
23
23
  "url": "https://github.com/Imtiajrex/nativetail.git"
24
24
  },
25
- "peerDependencies": {
26
- "react-native": ">=0.63.0"
27
- },
28
25
  "dependencies": {
29
26
  "@hookform/resolvers": "^3.6.0",
30
27
  "@nativetail/core": "^0.0.6",
@@ -35,7 +32,7 @@
35
32
  "moti": "^0.29.0",
36
33
  "react": "18.2.0",
37
34
  "react-hook-form": "^7.51.0",
38
- "react-native": "0.74.3",
35
+ "react-native": "0.73.6",
39
36
  "react-native-actions-sheet": "^0.9.6",
40
37
  "react-native-circular-progress-indicator": "^4.4.2",
41
38
  "react-native-gesture-handler": "^2.17.1",