-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: - Potential fix using 1 second timeout when calling PermissionsAndroid to address the Sentry issue 'Tried to use permissions API while not attached to an Activity' - Upgrade to react native 0.59.5 to fix NoSuchKeyException when parsing JS stack frames without line numbers that was reported by Sentry
- Loading branch information
Showing
3 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9376,9 +9376,10 @@ [email protected]: | |
escape-string-regexp "1.0.5" | ||
invariant "2.2.4" | ||
|
||
[email protected]: | ||
version "0.59.2" | ||
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.2.tgz#c2e2d9e185b04e54948f170841d97c24661a0fa9" | ||
[email protected]: | ||
version "0.59.5" | ||
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.5.tgz#79500d2885a3dc83216715e1fc6effa878ad6ea9" | ||
integrity sha512-8Q/9cS6IMsGNiFhJgzmncbUeuacXQMe5EJl0c63fW30DvjEjeTVCvhM08eGzSpsNlOvL2XDRa4YOiCrwI7S1TA== | ||
dependencies: | ||
"@babel/runtime" "^7.0.0" | ||
"@react-native-community/cli" "^1.2.1" | ||
|