* upgrade reanimated * update devDependencies * upgrade react-intl * update react-native and some dependencies * update react-native-permissions * update RN * use Share sheet for Report a problem * update Sentry * remove step to downloadWebRTC * update detox deps * feedback review
33 lines
489 B
Text
33 lines
489 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`@components/app_version should match snapshot 1`] = `
|
|
<View
|
|
pointerEvents="none"
|
|
style={
|
|
{
|
|
"opacity": 1,
|
|
}
|
|
}
|
|
>
|
|
<View
|
|
style={
|
|
{
|
|
"bottom": 0,
|
|
"marginBottom": 12,
|
|
"marginLeft": 20,
|
|
"position": "absolute",
|
|
}
|
|
}
|
|
>
|
|
<Text
|
|
style={
|
|
{
|
|
"fontSize": 12,
|
|
}
|
|
}
|
|
>
|
|
App Version: 0.0.0 (Build 0)
|
|
</Text>
|
|
</View>
|
|
</View>
|
|
`;
|