Browse Source

package json updated (install react-native-responsive-screen)

Ian Fung 1 year ago
parent
commit
39e2ac7d75
2 changed files with 10 additions and 0 deletions
  1. 9 0
      package-lock.json
  2. 1 0
      package.json

+ 9 - 0
package-lock.json

@@ -29,6 +29,7 @@
         "react-native-maps": "1.14.0",
         "react-native-modern-datepicker": "^1.0.0-beta.91",
         "react-native-pager-view": "6.3.0",
+        "react-native-responsive-screen": "^1.4.2",
         "react-native-safe-area-context": "^4.10.1",
         "react-native-screens": "3.31.1",
         "react-native-svg": "^15.3.0",
@@ -13235,6 +13236,14 @@
         "react-native": "*"
       }
     },
+    "node_modules/react-native-responsive-screen": {
+      "version": "1.4.2",
+      "resolved": "https://registry.npmjs.org/react-native-responsive-screen/-/react-native-responsive-screen-1.4.2.tgz",
+      "integrity": "sha512-BLYz0UUpeohrib7jbz6wDmtBD5OmiuMRko4IT8kIF63taXPod/c5iZgmWnr5qOnK8hMuKiGMvsM3sC+eHX/lEQ==",
+      "peerDependencies": {
+        "react-native": ">=0.35"
+      }
+    },
     "node_modules/react-native-safe-area-context": {
       "version": "4.10.1",
       "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.10.1.tgz",

+ 1 - 0
package.json

@@ -30,6 +30,7 @@
     "react-native-maps": "1.14.0",
     "react-native-modern-datepicker": "^1.0.0-beta.91",
     "react-native-pager-view": "6.3.0",
+    "react-native-responsive-screen": "^1.4.2",
     "react-native-safe-area-context": "^4.10.1",
     "react-native-screens": "3.31.1",
     "react-native-svg": "^15.3.0",