bugsnag update

This commit is contained in:
feruz 2019-12-09 06:52:12 +02:00
parent 0fc06a11d7
commit f929f296f3
6 changed files with 13 additions and 19 deletions

View File

@ -24,10 +24,10 @@ PODS:
- AppCenterReactNativeShared (2.6.0):
- AppCenter/Core (= 2.5.1)
- boost-for-react-native (1.63.0)
- BugsnagReactNative (2.23.2):
- BugsnagReactNative/Core (= 2.23.2)
- BugsnagReactNative (2.23.3):
- BugsnagReactNative/Core (= 2.23.3)
- React
- BugsnagReactNative/Core (2.23.2):
- BugsnagReactNative/Core (2.23.3):
- React
- BVLinearGradient (2.5.6):
- React
@ -294,7 +294,7 @@ PODS:
- RSKImageCropper
- RNReanimated (1.3.0):
- React
- RNScreens (2.0.0-alpha.15):
- RNScreens (2.0.0-alpha.16):
- React
- RNSVG (9.11.1):
- React
@ -473,7 +473,7 @@ SPEC CHECKSUMS:
appcenter-push: d5a64c593578762f773ac40b76a2e6965911e45c
AppCenterReactNativeShared: d5e360f8a4cb5126d29e31ab98051d2f070ba631
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
BugsnagReactNative: 0a24a1dd2cac88862d67b938f809bec8274130a9
BugsnagReactNative: 34f9500e304c2667ce7a3e76037d91e41eca2ffe
BVLinearGradient: e3aad03778a456d77928f594a649e96995f1c872
CodePush: a503ca0caee269e68d8faaafe4414990ec282520
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
@ -514,7 +514,7 @@ SPEC CHECKSUMS:
RNIap: b4c77c8bc4501203f4b743126a05da23f10f40b4
RNImageCropPicker: bfb3ea9c8622f290532e2fe63f369e0d5a52f597
RNReanimated: 6abbbae2e5e72609d85aabd92a982a94566885f1
RNScreens: 055721f56f831d17a20d84b613dc0ca9a50e3fcd
RNScreens: 6f748645b4037f2579b363862754dd458d8ce376
RNSVG: be27aa7c58819f97399388ae53d7fa0572f32c7f
RNVectorIcons: 0bb4def82230be1333ddaeee9fcba45f0b288ed4
RSKImageCropper: a446db0e8444a036b34f3c43db01b2373baa4b2a

View File

@ -929,7 +929,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = app.esteem.mobile.ios;
PRODUCT_NAME = eSteem;
PROVISIONING_PROFILE_SPECIFIER = dev;
PROVISIONING_PROFILE_SPECIFIER = dev09Dec;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
};

View File

@ -32,7 +32,7 @@
"appcenter-push": "^2.6.0",
"axios": "^0.18.0",
"buffer": "^5.2.1",
"bugsnag-react-native": "^2.23.2",
"bugsnag-react-native": "^2.23.3",
"core-js": "^2.6.0",
"crypto-js": "^3.1.9-1",
"currency-symbol-map": "^4.0.4",

View File

@ -5,7 +5,6 @@ import Svg, { Circle, Path } from 'react-native-svg';
import scalePx from '../../../utils/scalePx';
import styles from './bottomTabBarStyles';
const AnimatedCircle = Animated.createAnimatedComponent(Circle);
const AnimatedPath = Animated.createAnimatedComponent(Path);
@ -164,12 +163,7 @@ const TabBarItem = ({
}
if (showIcon) {
return (
<TouchableHighlight
underlayColor="transparent"
style={[
styles.navItem
]}
>
<TouchableHighlight underlayColor="transparent" style={[styles.navItem]}>
<View style={styles.circle}>{selectedIcon || icon}</View>
</TouchableHighlight>
);

View File

@ -2382,10 +2382,10 @@ buffer@^5.2.1:
base64-js "^1.0.2"
ieee754 "^1.1.4"
bugsnag-react-native@^2.23.2:
version "2.23.2"
resolved "https://registry.yarnpkg.com/bugsnag-react-native/-/bugsnag-react-native-2.23.2.tgz#36143187b67605934e3441a7d8562f60666f5919"
integrity sha512-nCvYswyr43GGlE4LEdD5p7XR2NvkVKmSxF7+i//ONWszS/cHnO0D1h57LlPo2elzcDpK9NHGcz3h6WkZVxkf0Q==
bugsnag-react-native@^2.23.3:
version "2.23.3"
resolved "https://registry.yarnpkg.com/bugsnag-react-native/-/bugsnag-react-native-2.23.3.tgz#c4116d85b7ed921f59ea395521577f0d60280805"
integrity sha512-SPchJq+V0Pwl1PhLlEltyP+5mNzwPomTOJPAaMINiDyg9RsuCPK8onzetJj0PlP5gfULHrjEU7ZRhARh1eMKvw==
dependencies:
iserror "^0.0.2"
promise "^7"