Rocket.Chat.ReactNative/__tests__/__snapshots__/Storyshots.test.js.snap

1516 lines
36 KiB
Plaintext
Raw Normal View History

2017-08-23 00:27:25 +00:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Storyshots Avatar avatar 1`] = `
<RCTScrollView>
<View>
<View
style={
Array [
Object {
"alignItems": "center",
"justifyContent": "center",
"overflow": "hidden",
},
Object {
"backgroundColor": "#3F51B5",
2017-11-13 20:51:36 +00:00
"borderRadius": 4,
"height": 25,
"width": 25,
},
undefined,
]
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 12.5,
},
]
}
>
TE
</Text>
</View>
<View
style={
Array [
Object {
"alignItems": "center",
"justifyContent": "center",
"overflow": "hidden",
},
Object {
"backgroundColor": "#9C27B0",
2017-11-13 20:51:36 +00:00
"borderRadius": 4,
"height": 40,
"width": 40,
},
undefined,
]
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 20,
},
]
}
>
AA
</Text>
</View>
<View
style={
Array [
Object {
"alignItems": "center",
"justifyContent": "center",
"overflow": "hidden",
},
Object {
"backgroundColor": "#9C27B0",
2017-11-13 20:51:36 +00:00
"borderRadius": 4,
"height": 30,
"width": 30,
},
undefined,
]
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 15,
},
]
}
>
BB
</Text>
</View>
<View
style={
Array [
Object {
"alignItems": "center",
"justifyContent": "center",
"overflow": "hidden",
},
Object {
"backgroundColor": "#3F51B5",
"borderRadius": 2,
"height": 25,
"width": 25,
},
undefined,
]
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 12.5,
},
]
}
>
TE
</Text>
</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}
accessibilityLabel={undefined}
accessibilityTraits={undefined}
accessible={true}
collapsable={undefined}
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2017-08-23 00:27:25 +00:00
style={
Object {
"alignItems": "center",
"flexDirection": "row",
"height": 56,
2017-08-28 20:43:12 +00:00
"opacity": 1,
2017-08-23 00:27:25 +00:00
"paddingLeft": 16,
"paddingRight": 16,
}
}
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",
"justifyContent": "center",
"overflow": "hidden",
},
Object {
"backgroundColor": "#8BC34A",
2017-11-13 20:51:36 +00:00
"borderRadius": 4,
"height": 40,
"width": 40,
2017-08-23 00:27:25 +00:00
},
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 20,
},
]
2017-08-23 00:27:25 +00:00
}
>
RC
</Text>
</View>
2017-11-08 20:46:59 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
Object {
"flex": 1,
"marginLeft": 16,
"marginRight": 4,
}
}
>
2017-11-08 20:46:59 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 16,
"height": 16,
"paddingTop": 10,
},
undefined,
]
2017-11-08 20:46:59 +00:00
}
>
rocket.cat
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Object {
"color": "#888",
"flex": 1,
"fontSize": 10,
"height": 10,
}
}
>
Nov 10
2017-11-08 20:46:59 +00:00
</Text>
</View>
2017-08-23 00:27:25 +00:00
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
accessibilityLabel={undefined}
accessibilityTraits={undefined}
accessible={true}
collapsable={undefined}
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2017-08-23 00:27:25 +00:00
style={
Object {
"alignItems": "center",
"flexDirection": "row",
"height": 56,
2017-08-28 20:43:12 +00:00
"opacity": 1,
2017-08-23 00:27:25 +00:00
"paddingLeft": 16,
"paddingRight": 16,
}
}
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",
"justifyContent": "center",
"overflow": "hidden",
},
Object {
"backgroundColor": "#8BC34A",
2017-11-13 20:51:36 +00:00
"borderRadius": 4,
"height": 40,
"width": 40,
2017-08-23 00:27:25 +00:00
},
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 20,
},
]
2017-08-23 00:27:25 +00:00
}
>
RC
</Text>
</View>
2017-11-08 20:46:59 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
Object {
"flex": 1,
"marginLeft": 16,
"marginRight": 4,
}
}
>
2017-11-08 20:46:59 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 16,
"height": 16,
"paddingTop": 10,
},
Object {
"fontWeight": "bold",
},
]
2017-11-08 20:46:59 +00:00
}
>
rocket.cat
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Object {
"color": "#888",
"flex": 1,
"fontSize": 10,
"height": 10,
}
}
>
Nov 10
2017-11-08 20:46:59 +00:00
</Text>
</View>
2017-08-23 00:27:25 +00:00
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
accessibilityLabel={undefined}
accessibilityTraits={undefined}
accessible={true}
collapsable={undefined}
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2017-08-23 00:27:25 +00:00
style={
Object {
"alignItems": "center",
"flexDirection": "row",
"height": 56,
2017-08-28 20:43:12 +00:00
"opacity": 1,
2017-08-23 00:27:25 +00:00
"paddingLeft": 16,
"paddingRight": 16,
}
}
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",
"justifyContent": "center",
"overflow": "hidden",
},
Object {
"backgroundColor": "#8BC34A",
2017-11-13 20:51:36 +00:00
"borderRadius": 4,
"height": 40,
"width": 40,
2017-08-23 00:27:25 +00:00
},
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 20,
},
]
2017-08-23 00:27:25 +00:00
}
>
RC
</Text>
</View>
2017-11-08 20:46:59 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
Object {
"flex": 1,
"marginLeft": 16,
"marginRight": 4,
}
}
>
2017-11-08 20:46:59 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 16,
"height": 16,
"paddingTop": 10,
},
undefined,
]
2017-11-08 20:46:59 +00:00
}
>
rocket.cat
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Object {
"color": "#888",
"flex": 1,
"fontSize": 10,
"height": 10,
}
}
>
Nov 10
2017-11-08 20:46:59 +00:00
</Text>
</View>
2017-08-23 00:27:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Object {
"backgroundColor": "#1d74f5",
"borderRadius": 3,
2017-08-23 00:27:25 +00:00
"color": "#fff",
"fontSize": 14,
"minWidth": 20,
"overflow": "hidden",
"paddingHorizontal": 5,
"paddingVertical": 2,
2017-08-23 00:27:25 +00:00
"textAlign": "center",
}
}
>
1
</Text>
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
accessibilityLabel={undefined}
accessibilityTraits={undefined}
accessible={true}
collapsable={undefined}
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2017-08-23 00:27:25 +00:00
style={
Object {
"alignItems": "center",
"flexDirection": "row",
"height": 56,
2017-08-28 20:43:12 +00:00
"opacity": 1,
2017-08-23 00:27:25 +00:00
"paddingLeft": 16,
"paddingRight": 16,
}
}
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",
"justifyContent": "center",
"overflow": "hidden",
},
Object {
"backgroundColor": "#795548",
2017-11-13 20:51:36 +00:00
"borderRadius": 4,
"height": 40,
"width": 40,
2017-08-23 00:27:25 +00:00
},
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 20,
},
]
2017-08-23 00:27:25 +00:00
}
>
LC
</Text>
</View>
2017-11-08 20:46:59 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
Object {
"flex": 1,
"marginLeft": 16,
"marginRight": 4,
}
}
>
2017-11-08 20:46:59 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 16,
"height": 16,
"paddingTop": 10,
},
Object {
"fontWeight": "bold",
},
]
2017-11-08 20:46:59 +00:00
}
>
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={
Object {
"color": "#888",
"flex": 1,
"fontSize": 10,
"height": 10,
}
}
>
Nov 10
2017-11-08 20:46:59 +00:00
</Text>
</View>
2017-08-23 00:27:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Object {
"backgroundColor": "#1d74f5",
"borderRadius": 3,
2017-08-23 00:27:25 +00:00
"color": "#fff",
"fontSize": 14,
"minWidth": 20,
"overflow": "hidden",
"paddingHorizontal": 5,
"paddingVertical": 2,
2017-08-23 00:27:25 +00:00
"textAlign": "center",
}
}
>
9
</Text>
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
accessibilityLabel={undefined}
accessibilityTraits={undefined}
accessible={true}
collapsable={undefined}
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2017-08-23 00:27:25 +00:00
style={
Object {
"alignItems": "center",
"flexDirection": "row",
"height": 56,
2017-08-28 20:43:12 +00:00
"opacity": 1,
2017-08-23 00:27:25 +00:00
"paddingLeft": 16,
"paddingRight": 16,
}
}
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",
"justifyContent": "center",
"overflow": "hidden",
},
Object {
"backgroundColor": "#795548",
2017-11-13 20:51:36 +00:00
"borderRadius": 4,
"height": 40,
"width": 40,
2017-08-23 00:27:25 +00:00
},
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 20,
},
]
2017-08-23 00:27:25 +00:00
}
>
LC
</Text>
</View>
2017-11-08 20:46:59 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
Object {
"flex": 1,
"marginLeft": 16,
"marginRight": 4,
}
}
>
2017-11-08 20:46:59 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 16,
"height": 16,
"paddingTop": 10,
},
undefined,
]
2017-11-08 20:46:59 +00:00
}
>
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={
Object {
"color": "#888",
"flex": 1,
"fontSize": 10,
"height": 10,
}
}
>
Nov 10
2017-11-08 20:46:59 +00:00
</Text>
</View>
2017-08-23 00:27:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Object {
"backgroundColor": "#1d74f5",
"borderRadius": 3,
2017-08-23 00:27:25 +00:00
"color": "#fff",
"fontSize": 14,
"minWidth": 20,
"overflow": "hidden",
"paddingHorizontal": 5,
"paddingVertical": 2,
2017-08-23 00:27:25 +00:00
"textAlign": "center",
}
}
>
99
</Text>
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
accessibilityLabel={undefined}
accessibilityTraits={undefined}
accessible={true}
collapsable={undefined}
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2017-08-23 00:27:25 +00:00
style={
Object {
"alignItems": "center",
"flexDirection": "row",
"height": 56,
2017-08-28 20:43:12 +00:00
"opacity": 1,
2017-08-23 00:27:25 +00:00
"paddingLeft": 16,
"paddingRight": 16,
}
}
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",
"justifyContent": "center",
"overflow": "hidden",
},
Object {
"backgroundColor": "#795548",
2017-11-13 20:51:36 +00:00
"borderRadius": 4,
"height": 40,
"width": 40,
2017-08-23 00:27:25 +00:00
},
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 20,
},
]
2017-08-23 00:27:25 +00:00
}
>
LC
</Text>
</View>
2017-11-08 20:46:59 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
Object {
"flex": 1,
"marginLeft": 16,
"marginRight": 4,
}
}
>
2017-11-08 20:46:59 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 16,
"height": 16,
"paddingTop": 10,
},
undefined,
]
2017-11-08 20:46:59 +00:00
}
>
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={
Object {
"color": "#888",
"flex": 1,
"fontSize": 10,
"height": 10,
}
}
>
Nov 10
2017-11-08 20:46:59 +00:00
</Text>
</View>
2017-08-23 00:27:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Object {
"backgroundColor": "#1d74f5",
"borderRadius": 3,
2017-08-23 00:27:25 +00:00
"color": "#fff",
"fontSize": 14,
"minWidth": 20,
"overflow": "hidden",
"paddingHorizontal": 5,
"paddingVertical": 2,
2017-08-23 00:27:25 +00:00
"textAlign": "center",
}
}
>
100
</Text>
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
accessibilityLabel={undefined}
accessibilityTraits={undefined}
accessible={true}
collapsable={undefined}
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2017-08-23 00:27:25 +00:00
style={
Object {
"alignItems": "center",
"flexDirection": "row",
"height": 56,
2017-08-28 20:43:12 +00:00
"opacity": 1,
2017-08-23 00:27:25 +00:00
"paddingLeft": 16,
"paddingRight": 16,
}
}
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",
"justifyContent": "center",
"overflow": "hidden",
},
Object {
"backgroundColor": "#795548",
2017-11-13 20:51:36 +00:00
"borderRadius": 4,
"height": 40,
"width": 40,
2017-08-23 00:27:25 +00:00
},
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 20,
},
]
2017-08-23 00:27:25 +00:00
}
>
LC
</Text>
</View>
2017-11-08 20:46:59 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
Object {
"flex": 1,
"marginLeft": 16,
"marginRight": 4,
}
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 16,
"height": 16,
"paddingTop": 10,
},
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>
2017-11-08 20:46:59 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Object {
"color": "#888",
2017-11-08 20:46:59 +00:00
"flex": 1,
"fontSize": 10,
"height": 10,
2017-11-08 20:46:59 +00:00
}
}
>
Nov 10
</Text>
</View>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Object {
"backgroundColor": "#1d74f5",
"borderRadius": 3,
"color": "#fff",
"fontSize": 14,
"minWidth": 20,
"overflow": "hidden",
"paddingHorizontal": 5,
"paddingVertical": 2,
"textAlign": "center",
}
}
>
999+
</Text>
</View>
<View
accessibilityComponentType={undefined}
accessibilityLabel={undefined}
accessibilityTraits={undefined}
accessible={true}
collapsable={undefined}
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
Object {
"alignItems": "center",
"flexDirection": "row",
"height": 56,
"opacity": 1,
"paddingLeft": 16,
"paddingRight": 16,
}
}
testID={undefined}
tvParallaxProperties={undefined}
>
<View
style={
Array [
Object {
"alignItems": "center",
"justifyContent": "center",
"overflow": "hidden",
},
Object {
"backgroundColor": "#795548",
"borderRadius": 4,
"height": 40,
"width": 40,
},
undefined,
]
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 20,
},
]
}
>
LC
</Text>
</View>
<View
style={
Object {
"flex": 1,
"marginLeft": 16,
"marginRight": 4,
}
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 16,
"height": 16,
"paddingTop": 10,
},
undefined,
]
}
2017-11-08 20:46:59 +00:00
>
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={
Object {
"color": "#888",
"flex": 1,
"fontSize": 10,
"height": 10,
}
}
>
Nov 10
2017-11-08 20:46:59 +00:00
</Text>
</View>
2017-08-23 00:27:25 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Object {
"backgroundColor": "#1d74f5",
"borderRadius": 3,
2017-08-23 00:27:25 +00:00
"color": "#fff",
"fontSize": 14,
"minWidth": 20,
"overflow": "hidden",
"paddingHorizontal": 5,
"paddingVertical": 2,
2017-08-23 00:27:25 +00:00
"textAlign": "center",
}
}
>
@ 999+
2017-08-23 00:27:25 +00:00
</Text>
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
accessibilityLabel={undefined}
accessibilityTraits={undefined}
accessible={true}
collapsable={undefined}
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2017-08-23 00:27:25 +00:00
style={
Object {
"alignItems": "center",
"flexDirection": "row",
"height": 56,
2017-08-28 20:43:12 +00:00
"opacity": 1,
2017-08-23 00:27:25 +00:00
"paddingLeft": 16,
"paddingRight": 16,
}
}
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",
"justifyContent": "center",
"overflow": "hidden",
},
Object {
"backgroundColor": "#E91E63",
2017-11-13 20:51:36 +00:00
"borderRadius": 4,
"height": 40,
"width": 40,
2017-08-23 00:27:25 +00:00
},
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 20,
},
]
2017-08-23 00:27:25 +00:00
}
>
W
</Text>
</View>
2017-11-08 20:46:59 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
Object {
"flex": 1,
"marginLeft": 16,
"marginRight": 4,
}
}
>
2017-11-08 20:46:59 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 16,
"height": 16,
"paddingTop": 10,
},
undefined,
]
2017-11-08 20:46:59 +00:00
}
>
W
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Object {
"color": "#888",
"flex": 1,
"fontSize": 10,
"height": 10,
}
}
>
Nov 10
2017-11-08 20:46:59 +00:00
</Text>
</View>
2017-08-23 00:27:25 +00:00
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
accessibilityLabel={undefined}
accessibilityTraits={undefined}
accessible={true}
collapsable={undefined}
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2017-08-23 00:27:25 +00:00
style={
Object {
"alignItems": "center",
"flexDirection": "row",
"height": 56,
2017-08-28 20:43:12 +00:00
"opacity": 1,
2017-08-23 00:27:25 +00:00
"paddingLeft": 16,
"paddingRight": 16,
}
}
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",
"justifyContent": "center",
"overflow": "hidden",
},
Object {
"backgroundColor": "#9C27B0",
2017-11-13 20:51:36 +00:00
"borderRadius": 4,
"height": 40,
"width": 40,
2017-08-23 00:27:25 +00:00
},
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 20,
},
]
2017-08-23 00:27:25 +00:00
}
>
WW
</Text>
</View>
2017-11-08 20:46:59 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
Object {
"flex": 1,
"marginLeft": 16,
"marginRight": 4,
}
}
>
2017-11-08 20:46:59 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 16,
"height": 16,
"paddingTop": 10,
},
undefined,
]
2017-11-08 20:46:59 +00:00
}
>
WW
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Object {
"color": "#888",
"flex": 1,
"fontSize": 10,
"height": 10,
}
}
>
Nov 10
2017-11-08 20:46:59 +00:00
</Text>
</View>
2017-08-23 00:27:25 +00:00
</View>
<View
2017-08-28 20:43:12 +00:00
accessibilityComponentType={undefined}
accessibilityLabel={undefined}
accessibilityTraits={undefined}
accessible={true}
collapsable={undefined}
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
2017-08-23 00:27:25 +00:00
style={
Object {
"alignItems": "center",
"flexDirection": "row",
"height": 56,
2017-08-28 20:43:12 +00:00
"opacity": 1,
2017-08-23 00:27:25 +00:00
"paddingLeft": 16,
"paddingRight": 16,
}
}
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",
"justifyContent": "center",
"overflow": "hidden",
},
Object {
"backgroundColor": undefined,
2017-11-13 20:51:36 +00:00
"borderRadius": 4,
"height": 40,
"width": 40,
2017-08-23 00:27:25 +00:00
},
undefined,
2017-08-23 00:27:25 +00:00
]
}
>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Array [
Object {
"color": "#ffffff",
},
Object {
"fontSize": 20,
},
]
2017-08-23 00:27:25 +00:00
}
>
</Text>
</View>
2017-11-08 20:46:59 +00:00
<View
2017-08-23 00:27:25 +00:00
style={
Object {
"flex": 1,
"marginLeft": 16,
"marginRight": 4,
}
}
>
2017-11-08 20:46:59 +00:00
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Array [
Object {
"color": "#444",
"flex": 1,
"fontSize": 16,
"height": 16,
"paddingTop": 10,
},
undefined,
]
2017-11-08 20:46:59 +00:00
}
>
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
numberOfLines={1}
style={
Object {
"color": "#888",
"flex": 1,
"fontSize": 10,
"height": 10,
}
}
>
Nov 10
2017-11-08 20:46:59 +00:00
</Text>
</View>
2017-08-23 00:27:25 +00:00
</View>
</View>
</RCTScrollView>
`;