This repository was archived by the owner on Nov 10, 2023. It is now read-only.
Description This returns a TypeError:
exports[`2. an article with a video as the lead asset 1`] = `
<RCTScrollView
ListHeaderComponent={
<bound renderHeader
width={1440}
/>
}
initialNumToRender={10}
maxToRenderPerBatch={10}
numColumns={1}
onEndReachedThreshold={2}
scrollEventThrottle={50}
updateCellsBatchingPeriod={50}
windowSize={21}
>
<View>
<View>
<View>
<Video
accountId="5436121857001"
height={421.875}
policyKey="1.2.3.4"
poster={
Object {
"uri": "https://video169.io",
}
}
videoId="5831024132001"
width={750}
/>
</View>
<View>
<View>
<VideoLabel
color="#333333"
title={null}
/>
</View>
<Text
selectable={true}
>
Some Headline
</Text>
</View>
<View>
<View>
<Text>
Friday March 13 2015, 6:54pm, The Times
</Text>
</View>
</View>
</View>
<View>
<View>
<Text
selectable={true}
>
Some content
</Text>
</View>
</View>
<View />
<View>
<ArticleComments
articleId="198c4b2f-ecec-4f34-be53-c89f83bc1b44"
url="https://url.io"
/>
</View>
</View>
</RCTScrollView>
`;
The offending piece of code is:
ListHeaderComponent={
<bound renderHeader
width={1440}
/>
}
Reactions are currently unavailable
This returns a TypeError:
The offending piece of code is: