[FIX] Crashing during app launch on Samsung devices (#937)
* Apply alpha update * Update to Realm released fix
This commit is contained in:
parent
8db19c8a84
commit
7c34e66590
|
@ -70,7 +70,7 @@
|
|||
"react-navigation-header-buttons": "^2.3.1",
|
||||
"react-redux": "^6.0.0",
|
||||
"reactotron-react-native": "2.2",
|
||||
"realm": "2.28.0",
|
||||
"realm": "2.28.1",
|
||||
"redux": "^4.0.1",
|
||||
"redux-enhancer-react-native-appstate": "^0.3.1",
|
||||
"redux-immutable-state-invariant": "^2.1.0",
|
||||
|
|
|
@ -12008,10 +12008,10 @@ readdirp@^2.0.0:
|
|||
micromatch "^3.1.10"
|
||||
readable-stream "^2.0.2"
|
||||
|
||||
realm@2.28.0:
|
||||
version "2.28.0"
|
||||
resolved "https://registry.yarnpkg.com/realm/-/realm-2.28.0.tgz#e79df5727e3922d507629a7ab079190d984e3bde"
|
||||
integrity sha512-WvZ497qxQlUAiOxTVPI5/YL1zRlcpvjX26J9NeSs0O4Q5qNEGEP8MnAdrCSOC6zg2GH5vazeW4vla69swEncWA==
|
||||
realm@2.28.1:
|
||||
version "2.28.1"
|
||||
resolved "https://registry.yarnpkg.com/realm/-/realm-2.28.1.tgz#4482eea65708e38a2935850d569ff7c34001369d"
|
||||
integrity sha512-2p/KMpqGXkcLopXyiAGyLUd8SyrBRwjjcy1gjI6KbD+/FaW8AaONaeOiF9c/kYc5kQ7xM2tJEOw1iBtoUihHXA==
|
||||
dependencies:
|
||||
command-line-args "^4.0.6"
|
||||
decompress "^4.2.0"
|
||||
|
|
Loading…
Reference in New Issue