2017-08-23 00:27:25 +00:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
2017-09-01 19:42:50 +00:00
exports[`Storyshots Avatar avatar 1`] = `
<RCTScrollView>
<View>
<View
style={
Array [
Object {
"alignItems": "center",
"justifyContent": "center",
},
Object {
"backgroundColor": "#3F51B5",
2017-11-13 20:51:36 +00:00
"borderRadius": 4,
2017-09-01 19:42:50 +00:00
"height": 25,
"width": 25,
},
undefined,
]
}
>
<Text
accessible={true}
2017-12-11 20:37:33 +00:00
allowFontScaling={false}
2017-09-01 19:42:50 +00:00
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 12.5,
},
]
}
>
TE
</Text>
2017-12-27 15:22:06 +00:00
2017-09-01 19:42:50 +00:00
</View>
<View
style={
Array [
Object {
"alignItems": "center",
"justifyContent": "center",
},
Object {
"backgroundColor": "#9C27B0",
2017-11-13 20:51:36 +00:00
"borderRadius": 4,
2017-09-01 19:42:50 +00:00
"height": 40,
"width": 40,
},
undefined,
]
}
>
<Text
accessible={true}
2017-12-11 20:37:33 +00:00
allowFontScaling={false}
2017-09-01 19:42:50 +00:00
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 20,
},
]
}
>
AA
</Text>
2017-12-27 15:22:06 +00:00
2017-09-01 19:42:50 +00:00
</View>
<View
style={
Array [
Object {
"alignItems": "center",
"justifyContent": "center",
},
Object {
"backgroundColor": "#9C27B0",
2017-11-13 20:51:36 +00:00
"borderRadius": 4,
2017-09-01 19:42:50 +00:00
"height": 30,
"width": 30,
},
undefined,
]
}
>
<Text
accessible={true}
2017-12-11 20:37:33 +00:00
allowFontScaling={false}
2017-09-01 19:42:50 +00:00
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 15,
},
]
}
>
BB
</Text>
2017-12-27 15:22:06 +00:00
2017-09-01 19:42:50 +00:00
</View>
<View
style={
Array [
Object {
"alignItems": "center",
"justifyContent": "center",
},
Object {
"backgroundColor": "#3F51B5",
"borderRadius": 2,
"height": 25,
"width": 25,
},
undefined,
]
}
>
<Text
accessible={true}
2017-12-11 20:37:33 +00:00
allowFontScaling={false}
2017-09-01 19:42:50 +00:00
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 12.5,
},
]
}
>
TE
</Text>
2017-12-27 15:22:06 +00:00
2017-09-01 19:42:50 +00:00
</View>
</View>
</RCTScrollView>
`;
2017-08-23 00:27:25 +00:00
exports[`Storyshots Channel Cell Direct Messages 1`] = `
<RCTScrollView>
<View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
2017-12-11 20:37:33 +00:00
accessibilityLabel="rocket.cat, last message Nov 10"
accessibilityTraits="selected"
2017-08-28 20:43:12 +00:00
accessible={true}
2017-12-20 15:57:33 +00:00
hasTVPreferredFocus={undefined}
2017-08-28 20:43:12 +00:00
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2018-03-02 21:31:44 +00:00
style={null}
2017-08-28 20:43:12 +00:00
testID={undefined}
tvParallaxProperties={undefined}
2017-08-23 00:27:25 +00:00
>
<View
style={
Array [
Object {
"alignItems": "center",
2018-02-16 18:34:25 +00:00
"borderBottomColor": "#ddd",
"borderBottomWidth": 0.5,
2017-12-20 15:57:33 +00:00
"flexDirection": "row",
"paddingHorizontal": 16,
2018-02-16 18:34:25 +00:00
"paddingVertical": 12,
2017-08-23 00:27:25 +00:00
},
2017-09-01 19:42:50 +00:00
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
2017-12-20 15:57:33 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
2017-09-01 19:42:50 +00:00
Array [
Object {
2017-12-20 15:57:33 +00:00
"alignItems": "center",
"justifyContent": "center",
2017-09-01 19:42:50 +00:00
},
Object {
2017-12-20 15:57:33 +00:00
"backgroundColor": "#8BC34A",
"borderRadius": 4,
2018-02-16 18:34:25 +00:00
"height": 46,
"width": 46,
2017-11-22 16:40:59 +00:00
},
undefined,
]
2017-11-08 20:46:59 +00:00
}
>
2017-12-20 15:57:33 +00:00
<Text
accessible={true}
allowFontScaling={false}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
2018-02-16 18:34:25 +00:00
"fontSize": 23,
2017-12-20 15:57:33 +00:00
},
]
}
>
RC
</Text>
2017-12-27 15:22:06 +00:00
2018-02-16 18:34:25 +00:00
<View
style={
Array [
Object {
"borderRadius": 16,
"height": 16,
"width": 16,
},
Object {
"borderColor": "#fff",
"borderWidth": 3,
"bottom": -3,
"position": "absolute",
"right": -3,
},
Object {
"backgroundColor": "#cbced1",
},
]
}
/>
2017-12-20 15:57:33 +00:00
</View>
<View
2017-11-08 20:46:59 +00:00
style={
Object {
"flex": 1,
2018-02-16 18:34:25 +00:00
"height": "100%",
2017-12-20 15:57:33 +00:00
"marginLeft": 16,
"marginRight": 4,
2017-11-08 20:46:59 +00:00
}
}
>
2018-02-16 18:34:25 +00:00
<View
2017-12-20 15:57:33 +00:00
style={
2018-02-16 18:34:25 +00:00
Object {
"alignItems": "center",
"flex": 1,
"flexDirection": "row",
"justifyContent": "center",
"width": "100%",
}
2017-12-20 15:57:33 +00:00
}
>
2018-02-16 18:34:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 18,
"marginRight": 8,
},
undefined,
]
}
>
rocket.cat
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
2018-03-02 15:11:34 +00:00
Array [
Object {
"alignItems": "center",
"color": "#888",
"fontSize": 10,
"justifyContent": "center",
},
undefined,
]
2018-02-16 18:34:25 +00:00
}
>
Nov 10
</Text>
</View>
<View
2017-12-20 15:57:33 +00:00
style={
Object {
2018-02-16 18:34:25 +00:00
"alignItems": "flex-end",
2017-12-20 15:57:33 +00:00
"flex": 1,
2018-02-16 18:34:25 +00:00
"flexDirection": "row",
"justifyContent": "flex-end",
"width": "100%",
2017-12-20 15:57:33 +00:00
}
}
2018-02-16 18:34:25 +00:00
/>
2017-12-20 15:57:33 +00:00
</View>
2017-11-08 20:46:59 +00:00
</View>
2017-08-23 00:27:25 +00:00
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
2017-12-11 20:37:33 +00:00
accessibilityLabel="rocket.cat, last message Nov 10"
accessibilityTraits="selected"
2017-08-28 20:43:12 +00:00
accessible={true}
2017-12-20 15:57:33 +00:00
hasTVPreferredFocus={undefined}
2017-08-28 20:43:12 +00:00
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2018-03-02 21:31:44 +00:00
style={null}
2017-08-28 20:43:12 +00:00
testID={undefined}
tvParallaxProperties={undefined}
2017-08-23 00:27:25 +00:00
>
<View
style={
Array [
Object {
"alignItems": "center",
2018-02-16 18:34:25 +00:00
"borderBottomColor": "#ddd",
"borderBottomWidth": 0.5,
2017-12-20 15:57:33 +00:00
"flexDirection": "row",
"paddingHorizontal": 16,
2018-02-16 18:34:25 +00:00
"paddingVertical": 12,
2017-08-23 00:27:25 +00:00
},
2017-09-01 19:42:50 +00:00
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
2017-12-20 15:57:33 +00:00
<View
2017-11-08 20:46:59 +00:00
style={
2017-11-22 16:40:59 +00:00
Array [
Object {
2017-12-20 15:57:33 +00:00
"alignItems": "center",
"justifyContent": "center",
2017-11-22 16:40:59 +00:00
},
Object {
2017-12-20 15:57:33 +00:00
"backgroundColor": "#8BC34A",
"borderRadius": 4,
2018-02-16 18:34:25 +00:00
"height": 46,
"width": 46,
2017-11-22 16:40:59 +00:00
},
2017-12-20 15:57:33 +00:00
undefined,
2017-11-22 16:40:59 +00:00
]
2017-11-08 20:46:59 +00:00
}
>
2017-12-20 15:57:33 +00:00
<Text
accessible={true}
allowFontScaling={false}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
2018-02-16 18:34:25 +00:00
"fontSize": 23,
2017-12-20 15:57:33 +00:00
},
]
}
>
RC
</Text>
2017-12-27 15:22:06 +00:00
2018-02-16 18:34:25 +00:00
<View
style={
Array [
Object {
"borderRadius": 16,
"height": 16,
"width": 16,
},
Object {
"borderColor": "#fff",
"borderWidth": 3,
"bottom": -3,
"position": "absolute",
"right": -3,
},
Object {
"backgroundColor": "#cbced1",
},
]
}
/>
2017-12-20 15:57:33 +00:00
</View>
<View
2017-11-08 20:46:59 +00:00
style={
Object {
"flex": 1,
2018-02-16 18:34:25 +00:00
"height": "100%",
2017-12-20 15:57:33 +00:00
"marginLeft": 16,
"marginRight": 4,
2017-11-08 20:46:59 +00:00
}
}
>
2018-02-16 18:34:25 +00:00
<View
2017-12-20 15:57:33 +00:00
style={
2018-02-16 18:34:25 +00:00
Object {
"alignItems": "center",
"flex": 1,
"flexDirection": "row",
"justifyContent": "center",
"width": "100%",
}
2017-12-20 15:57:33 +00:00
}
>
2018-02-16 18:34:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 18,
"marginRight": 8,
},
Object {
"fontWeight": "bold",
},
]
}
>
rocket.cat
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
2018-03-02 15:11:34 +00:00
Array [
Object {
"alignItems": "center",
"color": "#888",
"fontSize": 10,
"justifyContent": "center",
},
Object {
"color": "#1d74f5",
},
]
2018-02-16 18:34:25 +00:00
}
>
Nov 10
</Text>
</View>
<View
2017-12-20 15:57:33 +00:00
style={
Object {
2018-02-16 18:34:25 +00:00
"alignItems": "flex-end",
2017-12-20 15:57:33 +00:00
"flex": 1,
2018-02-16 18:34:25 +00:00
"flexDirection": "row",
"justifyContent": "flex-end",
"width": "100%",
2017-12-20 15:57:33 +00:00
}
}
2018-02-16 18:34:25 +00:00
/>
2017-12-20 15:57:33 +00:00
</View>
2017-11-08 20:46:59 +00:00
</View>
2017-08-23 00:27:25 +00:00
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
2017-12-11 20:37:33 +00:00
accessibilityLabel="rocket.cat, 1 alert, last message Nov 10"
accessibilityTraits="selected"
2017-08-28 20:43:12 +00:00
accessible={true}
2017-12-20 15:57:33 +00:00
hasTVPreferredFocus={undefined}
2017-08-28 20:43:12 +00:00
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2018-03-02 21:31:44 +00:00
style={null}
2017-08-28 20:43:12 +00:00
testID={undefined}
tvParallaxProperties={undefined}
2017-08-23 00:27:25 +00:00
>
<View
style={
Array [
Object {
"alignItems": "center",
2018-02-16 18:34:25 +00:00
"borderBottomColor": "#ddd",
"borderBottomWidth": 0.5,
2017-12-20 15:57:33 +00:00
"flexDirection": "row",
"paddingHorizontal": 16,
2018-02-16 18:34:25 +00:00
"paddingVertical": 12,
2017-08-23 00:27:25 +00:00
},
2017-09-01 19:42:50 +00:00
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
2017-12-20 15:57:33 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
2017-09-01 19:42:50 +00:00
Array [
Object {
2017-12-20 15:57:33 +00:00
"alignItems": "center",
"justifyContent": "center",
2017-09-01 19:42:50 +00:00
},
Object {
2017-12-20 15:57:33 +00:00
"backgroundColor": "#8BC34A",
"borderRadius": 4,
2018-02-16 18:34:25 +00:00
"height": 46,
"width": 46,
2017-09-01 19:42:50 +00:00
},
2017-12-20 15:57:33 +00:00
undefined,
2017-09-01 19:42:50 +00:00
]
2017-08-23 00:27:25 +00:00
}
>
2017-12-20 15:57:33 +00:00
<Text
accessible={true}
allowFontScaling={false}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
2018-02-16 18:34:25 +00:00
"fontSize": 23,
2017-12-20 15:57:33 +00:00
},
]
}
>
RC
</Text>
2017-12-27 15:22:06 +00:00
2018-02-16 18:34:25 +00:00
<View
style={
Array [
Object {
"borderRadius": 16,
"height": 16,
"width": 16,
},
Object {
"borderColor": "#fff",
"borderWidth": 3,
"bottom": -3,
"position": "absolute",
"right": -3,
},
Object {
"backgroundColor": "#cbced1",
},
]
}
/>
2017-12-20 15:57:33 +00:00
</View>
<View
2017-11-08 20:46:59 +00:00
style={
2017-12-20 15:57:33 +00:00
Object {
"flex": 1,
2018-02-16 18:34:25 +00:00
"height": "100%",
2017-12-20 15:57:33 +00:00
"marginLeft": 16,
"marginRight": 4,
}
2017-11-08 20:46:59 +00:00
}
>
2018-02-16 18:34:25 +00:00
<View
2017-12-20 15:57:33 +00:00
style={
2018-02-16 18:34:25 +00:00
Object {
"alignItems": "center",
"flex": 1,
"flexDirection": "row",
"justifyContent": "center",
"width": "100%",
}
2017-12-20 15:57:33 +00:00
}
>
2018-02-16 18:34:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 18,
"marginRight": 8,
},
undefined,
]
}
>
rocket.cat
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
2018-03-02 15:11:34 +00:00
Array [
Object {
"alignItems": "center",
"color": "#888",
"fontSize": 10,
"justifyContent": "center",
},
undefined,
]
2018-02-16 18:34:25 +00:00
}
>
Nov 10
</Text>
</View>
<View
2017-12-20 15:57:33 +00:00
style={
Object {
2018-02-16 18:34:25 +00:00
"alignItems": "flex-end",
2017-12-20 15:57:33 +00:00
"flex": 1,
2018-02-16 18:34:25 +00:00
"flexDirection": "row",
"justifyContent": "flex-end",
"width": "100%",
2017-12-20 15:57:33 +00:00
}
}
>
2018-02-16 18:34:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Object {
"alignItems": "center",
"backgroundColor": "#1d74f5",
"borderRadius": 4,
"color": "#fff",
"fontSize": 14,
"justifyContent": "center",
"minWidth": 25,
"overflow": "hidden",
"paddingHorizontal": 5,
"paddingVertical": 4,
"textAlign": "center",
}
}
>
1
</Text>
</View>
2017-12-20 15:57:33 +00:00
</View>
2017-11-08 20:46:59 +00:00
</View>
2017-08-23 00:27:25 +00:00
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
2017-12-11 20:37:33 +00:00
accessibilityLabel="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, 9 alerts, last message Nov 10"
accessibilityTraits="selected"
2017-08-28 20:43:12 +00:00
accessible={true}
2017-12-20 15:57:33 +00:00
hasTVPreferredFocus={undefined}
2017-08-28 20:43:12 +00:00
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2018-03-02 21:31:44 +00:00
style={null}
2017-08-28 20:43:12 +00:00
testID={undefined}
tvParallaxProperties={undefined}
2017-08-23 00:27:25 +00:00
>
<View
style={
Array [
Object {
"alignItems": "center",
2018-02-16 18:34:25 +00:00
"borderBottomColor": "#ddd",
"borderBottomWidth": 0.5,
2017-12-20 15:57:33 +00:00
"flexDirection": "row",
"paddingHorizontal": 16,
2018-02-16 18:34:25 +00:00
"paddingVertical": 12,
2017-08-23 00:27:25 +00:00
},
2017-09-01 19:42:50 +00:00
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
2017-12-20 15:57:33 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
2017-09-01 19:42:50 +00:00
Array [
Object {
2017-12-20 15:57:33 +00:00
"alignItems": "center",
"justifyContent": "center",
2017-09-01 19:42:50 +00:00
},
Object {
2017-12-20 15:57:33 +00:00
"backgroundColor": "#795548",
"borderRadius": 4,
2018-02-16 18:34:25 +00:00
"height": 46,
"width": 46,
2017-09-01 19:42:50 +00:00
},
2017-12-20 15:57:33 +00:00
undefined,
2017-09-01 19:42:50 +00:00
]
2017-08-23 00:27:25 +00:00
}
>
2017-12-20 15:57:33 +00:00
<Text
accessible={true}
allowFontScaling={false}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
2018-02-16 18:34:25 +00:00
"fontSize": 23,
2017-12-20 15:57:33 +00:00
},
]
}
>
LC
</Text>
2017-12-27 15:22:06 +00:00
2018-02-16 18:34:25 +00:00
<View
style={
Array [
Object {
"borderRadius": 16,
"height": 16,
"width": 16,
},
Object {
"borderColor": "#fff",
"borderWidth": 3,
"bottom": -3,
"position": "absolute",
"right": -3,
},
Object {
"backgroundColor": "#cbced1",
},
]
}
/>
2017-12-20 15:57:33 +00:00
</View>
<View
2017-11-08 20:46:59 +00:00
style={
2017-12-20 15:57:33 +00:00
Object {
"flex": 1,
2018-02-16 18:34:25 +00:00
"height": "100%",
2017-12-20 15:57:33 +00:00
"marginLeft": 16,
"marginRight": 4,
}
2017-11-08 20:46:59 +00:00
}
>
2018-02-16 18:34:25 +00:00
<View
2017-12-20 15:57:33 +00:00
style={
2018-02-16 18:34:25 +00:00
Object {
"alignItems": "center",
"flex": 1,
"flexDirection": "row",
"justifyContent": "center",
"width": "100%",
}
2017-12-20 15:57:33 +00:00
}
>
2018-02-16 18:34:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 18,
"marginRight": 8,
},
Object {
"fontWeight": "bold",
},
]
}
>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
2018-03-02 15:11:34 +00:00
Array [
Object {
"alignItems": "center",
"color": "#888",
"fontSize": 10,
"justifyContent": "center",
},
Object {
"color": "#1d74f5",
},
]
2018-02-16 18:34:25 +00:00
}
>
Nov 10
</Text>
</View>
<View
2017-12-20 15:57:33 +00:00
style={
Object {
2018-02-16 18:34:25 +00:00
"alignItems": "flex-end",
2017-12-20 15:57:33 +00:00
"flex": 1,
2018-02-16 18:34:25 +00:00
"flexDirection": "row",
"justifyContent": "flex-end",
"width": "100%",
2017-12-20 15:57:33 +00:00
}
}
>
2018-02-16 18:34:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Object {
"alignItems": "center",
"backgroundColor": "#1d74f5",
"borderRadius": 4,
"color": "#fff",
"fontSize": 14,
"justifyContent": "center",
"minWidth": 25,
"overflow": "hidden",
"paddingHorizontal": 5,
"paddingVertical": 4,
"textAlign": "center",
}
}
>
9
</Text>
</View>
2017-12-20 15:57:33 +00:00
</View>
2017-11-08 20:46:59 +00:00
</View>
2017-08-23 00:27:25 +00:00
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
2017-12-11 20:37:33 +00:00
accessibilityLabel="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, 99 alerts, last message Nov 10"
accessibilityTraits="selected"
2017-08-28 20:43:12 +00:00
accessible={true}
2017-12-20 15:57:33 +00:00
hasTVPreferredFocus={undefined}
2017-08-28 20:43:12 +00:00
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2018-03-02 21:31:44 +00:00
style={null}
2017-08-28 20:43:12 +00:00
testID={undefined}
tvParallaxProperties={undefined}
2017-08-23 00:27:25 +00:00
>
<View
style={
Array [
Object {
"alignItems": "center",
2018-02-16 18:34:25 +00:00
"borderBottomColor": "#ddd",
"borderBottomWidth": 0.5,
2017-12-20 15:57:33 +00:00
"flexDirection": "row",
"paddingHorizontal": 16,
2018-02-16 18:34:25 +00:00
"paddingVertical": 12,
2017-08-23 00:27:25 +00:00
},
2017-09-01 19:42:50 +00:00
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
2017-12-20 15:57:33 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
2017-09-01 19:42:50 +00:00
Array [
Object {
2017-12-20 15:57:33 +00:00
"alignItems": "center",
"justifyContent": "center",
2017-09-01 19:42:50 +00:00
},
Object {
2017-12-20 15:57:33 +00:00
"backgroundColor": "#795548",
"borderRadius": 4,
2018-02-16 18:34:25 +00:00
"height": 46,
"width": 46,
2017-09-01 19:42:50 +00:00
},
2017-12-20 15:57:33 +00:00
undefined,
2017-09-01 19:42:50 +00:00
]
2017-08-23 00:27:25 +00:00
}
>
2017-12-20 15:57:33 +00:00
<Text
accessible={true}
allowFontScaling={false}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
2018-02-16 18:34:25 +00:00
"fontSize": 23,
2017-12-20 15:57:33 +00:00
},
]
}
>
LC
</Text>
2017-12-27 15:22:06 +00:00
2018-02-16 18:34:25 +00:00
<View
style={
Array [
Object {
"borderRadius": 16,
"height": 16,
"width": 16,
},
Object {
"borderColor": "#fff",
"borderWidth": 3,
"bottom": -3,
"position": "absolute",
"right": -3,
},
Object {
"backgroundColor": "#cbced1",
},
]
}
/>
2017-12-20 15:57:33 +00:00
</View>
<View
2017-11-08 20:46:59 +00:00
style={
2017-12-20 15:57:33 +00:00
Object {
"flex": 1,
2018-02-16 18:34:25 +00:00
"height": "100%",
2017-12-20 15:57:33 +00:00
"marginLeft": 16,
"marginRight": 4,
}
2017-11-08 20:46:59 +00:00
}
>
2018-02-16 18:34:25 +00:00
<View
2017-12-20 15:57:33 +00:00
style={
2018-02-16 18:34:25 +00:00
Object {
"alignItems": "center",
"flex": 1,
"flexDirection": "row",
"justifyContent": "center",
"width": "100%",
}
2017-12-20 15:57:33 +00:00
}
>
2018-02-16 18:34:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 18,
"marginRight": 8,
},
undefined,
]
}
>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
2018-03-02 15:11:34 +00:00
Array [
Object {
"alignItems": "center",
"color": "#888",
"fontSize": 10,
"justifyContent": "center",
},
undefined,
]
2018-02-16 18:34:25 +00:00
}
>
Nov 10
</Text>
</View>
<View
2017-12-20 15:57:33 +00:00
style={
Object {
2018-02-16 18:34:25 +00:00
"alignItems": "flex-end",
2017-12-20 15:57:33 +00:00
"flex": 1,
2018-02-16 18:34:25 +00:00
"flexDirection": "row",
"justifyContent": "flex-end",
"width": "100%",
2017-12-20 15:57:33 +00:00
}
}
>
2018-02-16 18:34:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Object {
"alignItems": "center",
"backgroundColor": "#1d74f5",
"borderRadius": 4,
"color": "#fff",
"fontSize": 14,
"justifyContent": "center",
"minWidth": 25,
"overflow": "hidden",
"paddingHorizontal": 5,
"paddingVertical": 4,
"textAlign": "center",
}
}
>
99
</Text>
</View>
2017-12-20 15:57:33 +00:00
</View>
2017-11-08 20:46:59 +00:00
</View>
2017-08-23 00:27:25 +00:00
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
2017-12-11 20:37:33 +00:00
accessibilityLabel="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, 100 alerts, last message Nov 10"
accessibilityTraits="selected"
2017-08-28 20:43:12 +00:00
accessible={true}
2017-12-20 15:57:33 +00:00
hasTVPreferredFocus={undefined}
2017-08-28 20:43:12 +00:00
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2018-03-02 21:31:44 +00:00
style={null}
2017-08-28 20:43:12 +00:00
testID={undefined}
tvParallaxProperties={undefined}
2017-08-23 00:27:25 +00:00
>
<View
style={
Array [
Object {
"alignItems": "center",
2018-02-16 18:34:25 +00:00
"borderBottomColor": "#ddd",
"borderBottomWidth": 0.5,
2017-12-20 15:57:33 +00:00
"flexDirection": "row",
"paddingHorizontal": 16,
2018-02-16 18:34:25 +00:00
"paddingVertical": 12,
2017-08-23 00:27:25 +00:00
},
2017-09-01 19:42:50 +00:00
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
2017-12-20 15:57:33 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
2017-09-01 19:42:50 +00:00
Array [
Object {
2017-12-20 15:57:33 +00:00
"alignItems": "center",
"justifyContent": "center",
2017-09-01 19:42:50 +00:00
},
Object {
2017-12-20 15:57:33 +00:00
"backgroundColor": "#795548",
"borderRadius": 4,
2018-02-16 18:34:25 +00:00
"height": 46,
"width": 46,
2017-09-01 19:42:50 +00:00
},
2017-12-20 15:57:33 +00:00
undefined,
2017-09-01 19:42:50 +00:00
]
2017-08-23 00:27:25 +00:00
}
>
2017-12-20 15:57:33 +00:00
<Text
accessible={true}
allowFontScaling={false}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
2018-02-16 18:34:25 +00:00
"fontSize": 23,
2017-12-20 15:57:33 +00:00
},
]
}
>
LC
</Text>
2017-12-27 15:22:06 +00:00
2018-02-16 18:34:25 +00:00
<View
style={
Array [
Object {
"borderRadius": 16,
"height": 16,
"width": 16,
},
Object {
"borderColor": "#fff",
"borderWidth": 3,
"bottom": -3,
"position": "absolute",
"right": -3,
},
Object {
"backgroundColor": "#cbced1",
},
]
}
/>
2017-12-20 15:57:33 +00:00
</View>
<View
2017-11-08 20:46:59 +00:00
style={
2017-12-20 15:57:33 +00:00
Object {
"flex": 1,
2018-02-16 18:34:25 +00:00
"height": "100%",
2017-12-20 15:57:33 +00:00
"marginLeft": 16,
"marginRight": 4,
}
2017-11-08 20:46:59 +00:00
}
>
2018-02-16 18:34:25 +00:00
<View
2017-12-20 15:57:33 +00:00
style={
2018-02-16 18:34:25 +00:00
Object {
"alignItems": "center",
"flex": 1,
"flexDirection": "row",
"justifyContent": "center",
"width": "100%",
}
2017-12-20 15:57:33 +00:00
}
>
2018-02-16 18:34:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 18,
"marginRight": 8,
},
undefined,
]
}
>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
2018-03-02 15:11:34 +00:00
Array [
Object {
"alignItems": "center",
"color": "#888",
"fontSize": 10,
"justifyContent": "center",
},
undefined,
]
2018-02-16 18:34:25 +00:00
}
>
Nov 10
</Text>
</View>
<View
2017-12-20 15:57:33 +00:00
style={
Object {
2018-02-16 18:34:25 +00:00
"alignItems": "flex-end",
2017-12-20 15:57:33 +00:00
"flex": 1,
2018-02-16 18:34:25 +00:00
"flexDirection": "row",
"justifyContent": "flex-end",
"width": "100%",
2017-12-20 15:57:33 +00:00
}
}
>
2018-02-16 18:34:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Object {
"alignItems": "center",
"backgroundColor": "#1d74f5",
"borderRadius": 4,
"color": "#fff",
"fontSize": 14,
"justifyContent": "center",
"minWidth": 25,
"overflow": "hidden",
"paddingHorizontal": 5,
"paddingVertical": 4,
"textAlign": "center",
}
}
>
100
</Text>
</View>
2017-12-20 15:57:33 +00:00
</View>
2017-11-08 20:46:59 +00:00
</View>
2017-08-23 00:27:25 +00:00
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
2017-12-11 20:37:33 +00:00
accessibilityLabel="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, 100000 alerts, last message Nov 10"
accessibilityTraits="selected"
2017-08-28 20:43:12 +00:00
accessible={true}
2017-12-20 15:57:33 +00:00
hasTVPreferredFocus={undefined}
2017-08-28 20:43:12 +00:00
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2018-03-02 21:31:44 +00:00
style={null}
2017-08-28 20:43:12 +00:00
testID={undefined}
tvParallaxProperties={undefined}
2017-08-23 00:27:25 +00:00
>
<View
style={
Array [
Object {
"alignItems": "center",
2018-02-16 18:34:25 +00:00
"borderBottomColor": "#ddd",
"borderBottomWidth": 0.5,
2017-12-20 15:57:33 +00:00
"flexDirection": "row",
"paddingHorizontal": 16,
2018-02-16 18:34:25 +00:00
"paddingVertical": 12,
2017-08-23 00:27:25 +00:00
},
2017-09-01 19:42:50 +00:00
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
2017-12-20 15:57:33 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
2017-09-01 19:42:50 +00:00
Array [
Object {
2017-12-20 15:57:33 +00:00
"alignItems": "center",
"justifyContent": "center",
2017-09-01 19:42:50 +00:00
},
Object {
2017-12-20 15:57:33 +00:00
"backgroundColor": "#795548",
"borderRadius": 4,
2018-02-16 18:34:25 +00:00
"height": 46,
"width": 46,
2017-09-01 19:42:50 +00:00
},
2017-12-20 15:57:33 +00:00
undefined,
2017-09-01 19:42:50 +00:00
]
2017-08-23 00:27:25 +00:00
}
>
2017-12-20 15:57:33 +00:00
<Text
accessible={true}
allowFontScaling={false}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
2018-02-16 18:34:25 +00:00
"fontSize": 23,
2017-12-20 15:57:33 +00:00
},
]
}
>
LC
</Text>
2017-12-27 15:22:06 +00:00
2018-02-16 18:34:25 +00:00
<View
style={
Array [
Object {
"borderRadius": 16,
"height": 16,
"width": 16,
},
Object {
"borderColor": "#fff",
"borderWidth": 3,
"bottom": -3,
"position": "absolute",
"right": -3,
},
Object {
"backgroundColor": "#cbced1",
},
]
}
/>
2017-12-20 15:57:33 +00:00
</View>
<View
2017-11-22 16:40:59 +00:00
style={
2017-12-20 15:57:33 +00:00
Object {
"flex": 1,
2018-02-16 18:34:25 +00:00
"height": "100%",
2017-12-20 15:57:33 +00:00
"marginLeft": 16,
"marginRight": 4,
}
2017-11-22 16:40:59 +00:00
}
>
2018-02-16 18:34:25 +00:00
<View
2017-12-20 15:57:33 +00:00
style={
2018-02-16 18:34:25 +00:00
Object {
"alignItems": "center",
"flex": 1,
"flexDirection": "row",
"justifyContent": "center",
"width": "100%",
}
2017-12-20 15:57:33 +00:00
}
>
2018-02-16 18:34:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 18,
"marginRight": 8,
},
undefined,
]
}
>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
2018-03-02 15:11:34 +00:00
Array [
Object {
"alignItems": "center",
"color": "#888",
"fontSize": 10,
"justifyContent": "center",
},
undefined,
]
2018-02-16 18:34:25 +00:00
}
>
Nov 10
</Text>
</View>
<View
2017-12-20 15:57:33 +00:00
style={
Object {
2018-02-16 18:34:25 +00:00
"alignItems": "flex-end",
2017-12-20 15:57:33 +00:00
"flex": 1,
2018-02-16 18:34:25 +00:00
"flexDirection": "row",
"justifyContent": "flex-end",
"width": "100%",
2017-12-20 15:57:33 +00:00
}
}
>
2018-02-16 18:34:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Object {
"alignItems": "center",
"backgroundColor": "#1d74f5",
"borderRadius": 4,
"color": "#fff",
"fontSize": 14,
"justifyContent": "center",
"minWidth": 25,
"overflow": "hidden",
"paddingHorizontal": 5,
"paddingVertical": 4,
"textAlign": "center",
}
}
>
999+
</Text>
</View>
2017-12-20 15:57:33 +00:00
</View>
2017-11-22 16:40:59 +00:00
</View>
</View>
<View
accessibilityComponentType={undefined}
2017-12-11 20:37:33 +00:00
accessibilityLabel="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, 100000 alerts, you were mentioned, last message Nov 10"
accessibilityTraits="selected"
2017-11-22 16:40:59 +00:00
accessible={true}
2017-12-20 15:57:33 +00:00
hasTVPreferredFocus={undefined}
2017-11-22 16:40:59 +00:00
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2018-03-02 21:31:44 +00:00
style={null}
2017-11-22 16:40:59 +00:00
testID={undefined}
tvParallaxProperties={undefined}
>
<View
style={
Array [
Object {
"alignItems": "center",
2018-02-16 18:34:25 +00:00
"borderBottomColor": "#ddd",
"borderBottomWidth": 0.5,
2017-12-20 15:57:33 +00:00
"flexDirection": "row",
"paddingHorizontal": 16,
2018-02-16 18:34:25 +00:00
"paddingVertical": 12,
2017-11-22 16:40:59 +00:00
},
undefined,
]
}
>
2017-12-20 15:57:33 +00:00
<View
2017-11-22 16:40:59 +00:00
style={
Array [
Object {
2017-12-20 15:57:33 +00:00
"alignItems": "center",
"justifyContent": "center",
2017-11-22 16:40:59 +00:00
},
Object {
2017-12-20 15:57:33 +00:00
"backgroundColor": "#795548",
"borderRadius": 4,
2018-02-16 18:34:25 +00:00
"height": 46,
"width": 46,
2017-11-22 16:40:59 +00:00
},
2017-12-20 15:57:33 +00:00
undefined,
2017-11-22 16:40:59 +00:00
]
}
>
2017-12-20 15:57:33 +00:00
<Text
accessible={true}
allowFontScaling={false}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
2018-02-16 18:34:25 +00:00
"fontSize": 23,
2017-12-20 15:57:33 +00:00
},
]
}
>
LC
</Text>
2017-12-27 15:22:06 +00:00
2018-02-16 18:34:25 +00:00
<View
style={
Array [
Object {
"borderRadius": 16,
"height": 16,
"width": 16,
},
Object {
"borderColor": "#fff",
"borderWidth": 3,
"bottom": -3,
"position": "absolute",
"right": -3,
},
Object {
"backgroundColor": "#cbced1",
},
]
}
/>
2017-12-20 15:57:33 +00:00
</View>
<View
2017-11-22 16:40:59 +00:00
style={
2017-12-20 15:57:33 +00:00
Object {
"flex": 1,
2018-02-16 18:34:25 +00:00
"height": "100%",
2017-12-20 15:57:33 +00:00
"marginLeft": 16,
"marginRight": 4,
}
2017-11-22 16:40:59 +00:00
}
2017-11-08 20:46:59 +00:00
>
2018-02-16 18:34:25 +00:00
<View
2017-12-20 15:57:33 +00:00
style={
2018-02-16 18:34:25 +00:00
Object {
"alignItems": "center",
"flex": 1,
"flexDirection": "row",
"justifyContent": "center",
"width": "100%",
}
2017-12-20 15:57:33 +00:00
}
>
2018-02-16 18:34:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 18,
"marginRight": 8,
},
undefined,
]
}
>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
2018-03-02 15:11:34 +00:00
Array [
Object {
"alignItems": "center",
"color": "#888",
"fontSize": 10,
"justifyContent": "center",
},
undefined,
]
2018-02-16 18:34:25 +00:00
}
>
Nov 10
</Text>
</View>
<View
2017-12-20 15:57:33 +00:00
style={
Object {
2018-02-16 18:34:25 +00:00
"alignItems": "flex-end",
2017-12-20 15:57:33 +00:00
"flex": 1,
2018-02-16 18:34:25 +00:00
"flexDirection": "row",
"justifyContent": "flex-end",
"width": "100%",
2017-12-20 15:57:33 +00:00
}
}
>
2018-02-16 18:34:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Object {
"alignItems": "center",
"backgroundColor": "#1d74f5",
"borderRadius": 4,
"color": "#fff",
"fontSize": 14,
"justifyContent": "center",
"minWidth": 25,
"overflow": "hidden",
"paddingHorizontal": 5,
"paddingVertical": 4,
"textAlign": "center",
}
}
>
@ 999+
</Text>
</View>
2017-12-20 15:57:33 +00:00
</View>
2017-11-08 20:46:59 +00:00
</View>
2017-08-23 00:27:25 +00:00
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
2017-12-11 20:37:33 +00:00
accessibilityLabel="W, last message Nov 10"
accessibilityTraits="selected"
2017-08-28 20:43:12 +00:00
accessible={true}
2017-12-20 15:57:33 +00:00
hasTVPreferredFocus={undefined}
2017-08-28 20:43:12 +00:00
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2018-03-02 21:31:44 +00:00
style={null}
2017-08-28 20:43:12 +00:00
testID={undefined}
tvParallaxProperties={undefined}
2017-08-23 00:27:25 +00:00
>
<View
style={
Array [
Object {
"alignItems": "center",
2018-02-16 18:34:25 +00:00
"borderBottomColor": "#ddd",
"borderBottomWidth": 0.5,
2017-12-20 15:57:33 +00:00
"flexDirection": "row",
"paddingHorizontal": 16,
2018-02-16 18:34:25 +00:00
"paddingVertical": 12,
2017-08-23 00:27:25 +00:00
},
2017-09-01 19:42:50 +00:00
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
2017-12-20 15:57:33 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
2017-09-01 19:42:50 +00:00
Array [
Object {
2017-12-20 15:57:33 +00:00
"alignItems": "center",
"justifyContent": "center",
2017-09-01 19:42:50 +00:00
},
Object {
2017-12-20 15:57:33 +00:00
"backgroundColor": "#E91E63",
"borderRadius": 4,
2018-02-16 18:34:25 +00:00
"height": 46,
"width": 46,
2017-11-22 16:40:59 +00:00
},
undefined,
]
2017-11-08 20:46:59 +00:00
}
>
2017-12-20 15:57:33 +00:00
<Text
accessible={true}
allowFontScaling={false}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
2018-02-16 18:34:25 +00:00
"fontSize": 23,
2017-12-20 15:57:33 +00:00
},
]
}
>
W
</Text>
2017-12-27 15:22:06 +00:00
2018-02-16 18:34:25 +00:00
<View
style={
Array [
Object {
"borderRadius": 16,
"height": 16,
"width": 16,
},
Object {
"borderColor": "#fff",
"borderWidth": 3,
"bottom": -3,
"position": "absolute",
"right": -3,
},
Object {
"backgroundColor": "#cbced1",
},
]
}
/>
2017-12-20 15:57:33 +00:00
</View>
<View
2017-11-08 20:46:59 +00:00
style={
Object {
"flex": 1,
2018-02-16 18:34:25 +00:00
"height": "100%",
2017-12-20 15:57:33 +00:00
"marginLeft": 16,
"marginRight": 4,
2017-11-08 20:46:59 +00:00
}
}
>
2018-02-16 18:34:25 +00:00
<View
2017-12-20 15:57:33 +00:00
style={
2018-02-16 18:34:25 +00:00
Object {
"alignItems": "center",
"flex": 1,
"flexDirection": "row",
"justifyContent": "center",
"width": "100%",
}
2017-12-20 15:57:33 +00:00
}
>
2018-02-16 18:34:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 18,
"marginRight": 8,
},
undefined,
]
}
>
W
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
2018-03-02 15:11:34 +00:00
Array [
Object {
"alignItems": "center",
"color": "#888",
"fontSize": 10,
"justifyContent": "center",
},
undefined,
]
2018-02-16 18:34:25 +00:00
}
>
Nov 10
</Text>
</View>
<View
2017-12-20 15:57:33 +00:00
style={
Object {
2018-02-16 18:34:25 +00:00
"alignItems": "flex-end",
2017-12-20 15:57:33 +00:00
"flex": 1,
2018-02-16 18:34:25 +00:00
"flexDirection": "row",
"justifyContent": "flex-end",
"width": "100%",
2017-12-20 15:57:33 +00:00
}
}
2018-02-16 18:34:25 +00:00
/>
2017-12-20 15:57:33 +00:00
</View>
2017-11-08 20:46:59 +00:00
</View>
2017-08-23 00:27:25 +00:00
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
2017-12-11 20:37:33 +00:00
accessibilityLabel="WW, last message Nov 10"
accessibilityTraits="selected"
2017-08-28 20:43:12 +00:00
accessible={true}
2017-12-20 15:57:33 +00:00
hasTVPreferredFocus={undefined}
2017-08-28 20:43:12 +00:00
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2018-03-02 21:31:44 +00:00
style={null}
2017-08-28 20:43:12 +00:00
testID={undefined}
tvParallaxProperties={undefined}
2017-08-23 00:27:25 +00:00
>
<View
style={
Array [
Object {
"alignItems": "center",
2018-02-16 18:34:25 +00:00
"borderBottomColor": "#ddd",
"borderBottomWidth": 0.5,
2017-12-20 15:57:33 +00:00
"flexDirection": "row",
"paddingHorizontal": 16,
2018-02-16 18:34:25 +00:00
"paddingVertical": 12,
2017-08-23 00:27:25 +00:00
},
2017-09-01 19:42:50 +00:00
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
2017-12-20 15:57:33 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
2017-09-01 19:42:50 +00:00
Array [
Object {
2017-12-20 15:57:33 +00:00
"alignItems": "center",
"justifyContent": "center",
2017-09-01 19:42:50 +00:00
},
Object {
2017-12-20 15:57:33 +00:00
"backgroundColor": "#9C27B0",
"borderRadius": 4,
2018-02-16 18:34:25 +00:00
"height": 46,
"width": 46,
2017-11-22 16:40:59 +00:00
},
undefined,
]
2017-11-08 20:46:59 +00:00
}
>
2017-12-20 15:57:33 +00:00
<Text
accessible={true}
allowFontScaling={false}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
2018-02-16 18:34:25 +00:00
"fontSize": 23,
2017-12-20 15:57:33 +00:00
},
]
}
>
WW
</Text>
2017-12-27 15:22:06 +00:00
2018-02-16 18:34:25 +00:00
<View
style={
Array [
Object {
"borderRadius": 16,
"height": 16,
"width": 16,
},
Object {
"borderColor": "#fff",
"borderWidth": 3,
"bottom": -3,
"position": "absolute",
"right": -3,
},
Object {
"backgroundColor": "#cbced1",
},
]
}
/>
2017-12-20 15:57:33 +00:00
</View>
<View
2017-11-08 20:46:59 +00:00
style={
Object {
"flex": 1,
2018-02-16 18:34:25 +00:00
"height": "100%",
2017-12-20 15:57:33 +00:00
"marginLeft": 16,
"marginRight": 4,
2017-11-08 20:46:59 +00:00
}
}
>
2018-02-16 18:34:25 +00:00
<View
2017-12-20 15:57:33 +00:00
style={
2018-02-16 18:34:25 +00:00
Object {
"alignItems": "center",
"flex": 1,
"flexDirection": "row",
"justifyContent": "center",
"width": "100%",
}
2017-12-20 15:57:33 +00:00
}
>
2018-02-16 18:34:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 18,
"marginRight": 8,
},
undefined,
]
}
>
WW
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
2018-03-02 15:11:34 +00:00
Array [
Object {
"alignItems": "center",
"color": "#888",
"fontSize": 10,
"justifyContent": "center",
},
undefined,
]
2018-02-16 18:34:25 +00:00
}
>
Nov 10
</Text>
</View>
<View
2017-12-20 15:57:33 +00:00
style={
Object {
2018-02-16 18:34:25 +00:00
"alignItems": "flex-end",
2017-12-20 15:57:33 +00:00
"flex": 1,
2018-02-16 18:34:25 +00:00
"flexDirection": "row",
"justifyContent": "flex-end",
"width": "100%",
2017-12-20 15:57:33 +00:00
}
}
2018-02-16 18:34:25 +00:00
/>
2017-12-20 15:57:33 +00:00
</View>
2017-11-08 20:46:59 +00:00
</View>
2017-08-23 00:27:25 +00:00
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
2017-12-11 20:37:33 +00:00
accessibilityLabel=", last message Nov 10"
accessibilityTraits="selected"
2017-08-28 20:43:12 +00:00
accessible={true}
2017-12-20 15:57:33 +00:00
hasTVPreferredFocus={undefined}
2017-08-28 20:43:12 +00:00
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2018-03-02 21:31:44 +00:00
style={null}
2017-08-28 20:43:12 +00:00
testID={undefined}
tvParallaxProperties={undefined}
2017-08-23 00:27:25 +00:00
>
<View
style={
Array [
Object {
"alignItems": "center",
2018-02-16 18:34:25 +00:00
"borderBottomColor": "#ddd",
"borderBottomWidth": 0.5,
2017-12-20 15:57:33 +00:00
"flexDirection": "row",
"paddingHorizontal": 16,
2018-02-16 18:34:25 +00:00
"paddingVertical": 12,
2017-08-23 00:27:25 +00:00
},
2017-09-01 19:42:50 +00:00
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
2017-12-20 15:57:33 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
2017-09-01 19:42:50 +00:00
Array [
Object {
2017-12-20 15:57:33 +00:00
"alignItems": "center",
"justifyContent": "center",
2017-09-01 19:42:50 +00:00
},
2017-11-22 16:40:59 +00:00
Object {
2017-12-20 15:57:33 +00:00
"backgroundColor": undefined,
"borderRadius": 4,
2018-02-16 18:34:25 +00:00
"height": 46,
"width": 46,
2017-11-22 16:40:59 +00:00
},
undefined,
]
2017-11-08 20:46:59 +00:00
}
>
2017-12-20 15:57:33 +00:00
<Text
accessible={true}
allowFontScaling={false}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
2018-02-16 18:34:25 +00:00
"fontSize": 23,
2017-12-20 15:57:33 +00:00
},
]
}
>
</Text>
2017-12-27 15:22:06 +00:00
2018-02-16 18:34:25 +00:00
<View
style={
Array [
Object {
"borderRadius": 16,
"height": 16,
"width": 16,
},
Object {
"borderColor": "#fff",
"borderWidth": 3,
"bottom": -3,
"position": "absolute",
"right": -3,
},
Object {
"backgroundColor": "#cbced1",
},
]
}
/>
2017-12-20 15:57:33 +00:00
</View>
<View
2017-11-08 20:46:59 +00:00
style={
Object {
"flex": 1,
2018-02-16 18:34:25 +00:00
"height": "100%",
2017-12-20 15:57:33 +00:00
"marginLeft": 16,
"marginRight": 4,
2017-11-08 20:46:59 +00:00
}
}
>
2018-02-16 18:34:25 +00:00
<View
2017-12-20 15:57:33 +00:00
style={
2018-02-16 18:34:25 +00:00
Object {
"alignItems": "center",
"flex": 1,
"flexDirection": "row",
"justifyContent": "center",
"width": "100%",
}
2017-12-20 15:57:33 +00:00
}
>
2018-02-16 18:34:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 18,
"marginRight": 8,
},
undefined,
]
}
>
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
2018-03-02 15:11:34 +00:00
Array [
Object {
"alignItems": "center",
"color": "#888",
"fontSize": 10,
"justifyContent": "center",
},
undefined,
]
2018-02-16 18:34:25 +00:00
}
>
Nov 10
</Text>
</View>
<View
2017-12-20 15:57:33 +00:00
style={
Object {
2018-02-16 18:34:25 +00:00
"alignItems": "flex-end",
2017-12-20 15:57:33 +00:00
"flex": 1,
2018-02-16 18:34:25 +00:00
"flexDirection": "row",
"justifyContent": "flex-end",
"width": "100%",
2017-12-20 15:57:33 +00:00
}
}
2018-02-16 18:34:25 +00:00
/>
2017-12-20 15:57:33 +00:00
</View>
2017-11-08 20:46:59 +00:00
</View>
2017-08-23 00:27:25 +00:00
</View>
</View>
</RCTScrollView>
`;