Install react-native-size-matters library for better layout

This commit is contained in:
MariaZ
2021-08-29 17:53:21 +02:00
committed by BloodyMarie
parent a624b5c015
commit 070c1487af
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -8601,6 +8601,11 @@
"resolved": "https://registry.npmjs.org/react-native-simple-toast/-/react-native-simple-toast-1.1.3.tgz",
"integrity": "sha512-bkZy25axqlU4L6IoTysSl5KOQA7qdxzivbXz/L/yAw9g9fENxjzYvUUtv5wWtgq7mzOe5HiJ7GCQrOl3MhIevQ=="
},
"react-native-size-matters": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/react-native-size-matters/-/react-native-size-matters-0.4.0.tgz",
"integrity": "sha512-8/C0htHrFWeUm9N8JegmadovUfgTWkGBkDPZ1N3YkXtDWb+98Ya2gThiKcu445r8c7YhcrBfnHz/mYsXIusaOQ=="
},
"react-native-swipe-gestures": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/react-native-swipe-gestures/-/react-native-swipe-gestures-1.0.5.tgz",
+1
View File
@@ -54,6 +54,7 @@
"react-native-restart": "0.0.17",
"react-native-share": "^3.0.0",
"react-native-simple-toast": "^1.1.3",
"react-native-size-matters": "^0.4.0",
"react-native-vector-icons": "^7.1.0",
"react-redux": "^6.0.0",
"realm": "^5.0.0",