Skip to content

Commit

Permalink
fix: Update rn-mmkv-storage to latest version. It was using libc++_sh…
Browse files Browse the repository at this point in the history
…ared.so from NDK25, then overwriting the libc++_shared.so for the whole app. Causing the ausweis SDK to not function, and probably causing other instabilities
  • Loading branch information
nklomp committed Aug 5, 2024
1 parent fafd1a1 commit b29f7f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"react-native-level-fs": "^3.0.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-linear-gradient-text": "^1.2.8",
"react-native-mmkv-storage": "^0.9.1",
"react-native-mmkv-storage": "^0.10.2",
"react-native-navigation-bar-color": "^2.0.2",
"react-native-os": "^1.2.6",
"react-native-pager-view": "6.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13003,10 +13003,10 @@ react-native-linear-gradient@^2.8.3:
resolved "https://registry.yarnpkg.com/react-native-linear-gradient/-/react-native-linear-gradient-2.8.3.tgz#9a116649f86d74747304ee13db325e20b21e564f"
integrity sha512-KflAXZcEg54PXkLyflaSZQ3PJp4uC4whM7nT/Uot9m0e/qxFV3p6uor1983D1YOBJbJN7rrWdqIjq0T42jOJyA==

react-native-mmkv-storage@^0.9.1:
version "0.9.1"
resolved "https://registry.yarnpkg.com/react-native-mmkv-storage/-/react-native-mmkv-storage-0.9.1.tgz#0db7e8c1726713dce68704bb8795dc64096c8cbb"
integrity sha512-FzSx4PKxK2ocT/OuKGlaVziWZyQYHYLUx9595i1oXY263C5mG19PN5RiBgEGL2S5lK4VGUCzO85GAcsrNPtpOg==
react-native-mmkv-storage@^0.10.2:
version "0.10.2"
resolved "https://registry.yarnpkg.com/react-native-mmkv-storage/-/react-native-mmkv-storage-0.10.2.tgz#976fff2f706a98479912e4e2e8a7e65ee921215e"
integrity sha512-rdxfbZ/YTWn35n8P0c9V8S8BciC5pllcs4egXvH3ER3tYMwvbCTrob0uXumMTpL4kkJcCh3aokHFQw60Ya4oHw==

react-native-navigation-bar-color@^2.0.2:
version "2.0.2"
Expand Down

0 comments on commit b29f7f5

Please sign in to comment.