mattermost-mobile/app/components/__snapshots__/swiper.test.js.snap
Saturnino Abril f8698d0293 MM-21342 Fix leading zero on post by using react-intl by default and fallback to moment-timezone for unsupported locale (#3797)
* used react-intl for post time as default and moment-timezone as fallback

* add @testing-library/react-native to better test component rendering
2020-01-13 20:12:51 -03:00

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>
`;