diff --git a/package-lock.json b/package-lock.json index 1cbff56..30a0b3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index e931d2f..0e7cbfa 100644 --- a/package.json +++ b/package.json @@ -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",