* used react-intl for post time as default and moment-timezone as fallback * add @testing-library/react-native to better test component rendering
38 lines
813 B
Text
38 lines
813 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Swiper should match snapshot 1`] = `
|
|
<View
|
|
onLayout={[Function]}
|
|
style={
|
|
Array [
|
|
Object {
|
|
"backgroundColor": "transparent",
|
|
"flex": 1,
|
|
"position": "relative",
|
|
},
|
|
]
|
|
}
|
|
>
|
|
<ScrollView
|
|
automaticallyAdjustContentInsets={true}
|
|
bounces={false}
|
|
contentContainerStyle={
|
|
Array [
|
|
Object {
|
|
"backgroundColor": "transparent",
|
|
},
|
|
undefined,
|
|
]
|
|
}
|
|
horizontal={true}
|
|
keyboardShouldPersistTaps="handled"
|
|
onMomentumScrollEnd={[Function]}
|
|
onScrollBeginDrag={[Function]}
|
|
pagingEnabled={true}
|
|
removeClippedSubviews={true}
|
|
scrollEnabled={true}
|
|
showsHorizontalScrollIndicator={false}
|
|
showsVerticalScrollIndicator={false}
|
|
/>
|
|
</View>
|
|
`;
|