* Upgrade Navigation library * Fix background color on Select Server * Upgrade Navigation library * Apply patch to nav lib * Upgrade RNN to 6.1.1 * Update Dependencies * Feedback review * Call clearNavigationComponents when reset to channel
43 lines
871 B
Text
43 lines
871 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`PostAttachmentImage should match snapshot 1`] = `
|
|
<TouchableWithFeedbackIOS
|
|
onPress={[Function]}
|
|
style={
|
|
Array [
|
|
Object {
|
|
"alignItems": "flex-start",
|
|
"justifyContent": "flex-start",
|
|
"marginBottom": 6,
|
|
"marginTop": 10,
|
|
},
|
|
Object {
|
|
"height": 100,
|
|
},
|
|
]
|
|
}
|
|
type="none"
|
|
>
|
|
<View>
|
|
<Connect(ProgressiveImage)
|
|
imageUri="uri"
|
|
onError={[MockFunction]}
|
|
resizeMode="contain"
|
|
style={
|
|
Array [
|
|
Object {
|
|
"alignItems": "center",
|
|
"borderRadius": 3,
|
|
"justifyContent": "center",
|
|
"marginVertical": 1,
|
|
},
|
|
Object {
|
|
"height": 100,
|
|
"width": 100,
|
|
},
|
|
]
|
|
}
|
|
/>
|
|
</View>
|
|
</TouchableWithFeedbackIOS>
|
|
`;
|