diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-11-16 14:05:21 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-11-16 14:05:21 -0600 |
commit | 0b7b91d5fde7d59d5e9f141d632ec66068aacf36 (patch) | |
tree | 2fa5e774e223c30edf23429297f01cd6233917de /yarn.lock | |
parent | fec1589f7c3501689e280023d3606d6b89988a3b (diff) | |
download | voidsky-0b7b91d5fde7d59d5e9f141d632ec66068aacf36.tar.zst |
Fix sizing on smaller phones
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn.lock b/yarn.lock index 0dd3f04a4..6d3d750f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10233,10 +10233,10 @@ react-native-root-toast@^3.4.0: prop-types "^15.5.10" react-native-root-siblings "^4.0.0" -react-native-safe-area-context@^4.3.1: - version "4.3.4" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.3.4.tgz#79060fcc02ef38d6fd7afdf87b2301b06bd99fe9" - integrity sha512-4dFZPDHRigZ+uw8HCmMLyC/IT1BG0B9QLvuwsBQAMDCRSrxISIYza9VIbsIn2FGvZiQ1gOoXBHDmy9WFihQsTg== +react-native-safe-area-context@^4.4.1: + version "4.4.1" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.4.1.tgz#239c60b8a9a80eac70a38a822b04c0f1d15ffc01" + integrity sha512-N9XTjiuD73ZpVlejHrUWIFZc+6Z14co1K/p1IFMkImU7+avD69F3y+lhkqA2hN/+vljdZrBSiOwXPkuo43nFQA== react-native-screens@^3.13.1: version "3.17.0" |