Skip to content

Commit

Permalink
[sdk][android] Bump react-native-screens and react-native-reanimated …
Browse files Browse the repository at this point in the history
…to latest
  • Loading branch information
brentvatne committed Oct 25, 2018
1 parent 60c5c5e commit 9bf1754
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private FragmentTransaction getOrCreateTransaction() {

private void tryCommitTransaction() {
if (mCurrentTransaction != null) {
mCurrentTransaction.commit();
mCurrentTransaction.commitAllowingStateLoss();
mCurrentTransaction = null;
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
"react-native-branch": "2.2.5",
"react-native-gesture-handler": "1.0.8",
"react-native-maps": "0.21.0",
"react-native-reanimated": "1.0.0-alpha.9",
"react-native-screens": "^1.0.0-alpha.14",
"react-native-reanimated": "1.0.0-alpha.10",
"react-native-screens": "1.0.0-alpha.15",
"react-native-svg": "6.5.2",
"serialize-error": "^2.1.0",
"uuid-js": "^0.7.5",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6949,10 +6949,10 @@ react-native-platform-touchable@^1.1.1:
resolved "https://registry.yarnpkg.com/react-native-platform-touchable/-/react-native-platform-touchable-1.1.1.tgz#fde4acc65eea585d28b164d0c3716a42129a68e4"
integrity sha1-/eSsxl7qWF0osWTQw3FqQhKaaOQ=

react-native-reanimated@1.0.0-alpha.9:
version "1.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.0.0-alpha.9.tgz#6d3bcc60b258621f6d85e3630614d3532d49c647"
integrity sha512-xNY3YrwwDNzRvT+6mpeDUoYY6a3pa5FQVy94yDgDxSNzM3KcxYnHNJtnEHUCWRSdHCsU90yuhcIFpMav7k6yPw==
react-native-reanimated@1.0.0-alpha.10:
version "1.0.0-alpha.10"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.0.0-alpha.10.tgz#e9e6fb35a2cf52fdc912b9fbc76f34f80698e530"
integrity sha512-dbZG/Lh5Q+6zRvS7+gIkZKmXTG7XVqHbpMROL1LApBBMQwuLq/uLtKk/nBSn1+mNmazPrPMTehI7TG3AEkctww==

react-native-safe-area-view@^0.11.0:
version "0.11.0"
Expand All @@ -6975,10 +6975,10 @@ react-native-safe-module@^1.1.0:
dependencies:
dedent "^0.6.0"

react-native-screens@^1.0.0-alpha.14:
version "1.0.0-alpha.14"
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-1.0.0-alpha.14.tgz#fe3ccdcec7be8e1ada090c34a7f8951337adf653"
integrity sha512-SXVl5dnN5ZgV7jF2NdqScp91qW3QOZipBPp8f0CpAtb/ucEQkteiQnTGb4BNS5OvpMVi1UNw4BXWhUsKRPqzPw==
react-native-screens@1.0.0-alpha.15:
version "1.0.0-alpha.15"
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-1.0.0-alpha.15.tgz#5b5a0041310b46f12048fda1908d52e7290ec18f"
integrity sha512-S2OM/ieD+Krk+0/Z2Vz2rTUWYud5hJgCRZqXRtqEfMgEcGI4FBopXp7mwXCGbA2PFLjZwZSwLlsZ6RX30WnjRw==

react-native-scrollable-mixin@^1.0.0:
version "1.0.1"
Expand Down

0 comments on commit 9bf1754

Please sign in to comment.