Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
10.3 kB
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders correctly 1`] = `
<View
onLayout={[Function]}
style={
Object {
"flex": 1,
}
}
>
<View
collapsable={false}
onGestureHandlerEvent={[Function]}
onGestureHandlerStateChange={[Function]}
style={
Object {
"backgroundColor": "#eee",
"flex": 1,
"flexDirection": "column-reverse",
"overflow": "hidden",
}
}
>
<View
style={
Object {
"flex": 1,
}
}
>
<View
pointerEvents="auto"
style={
Object {
"bottom": 0,
"left": 0,
"opacity": 1,
"paddingTop": 64,
"position": "absolute",
"right": 0,
"top": 0,
"transform": Array [
Object {
"translateX": 0,
},
Object {
"translateY": 0,
},
],
}
}
>
<View
accessibilityElementsHidden={false}
style={
Object {
"backgroundColor": "#fff",
"flex": 1,
}
}
>
<View
style={
Object {
"flex": 1,
}
}
>
<View
style={
Object {
"alignItems": "center",
"backgroundColor": "#162331",
"flexDirection": "row",
}
}
>
<View
style={
Object {
"bottom": 20,
"left": 690,
"position": "absolute",
"zIndex": 2,
}
}
>
<ActivityIndicator
animating={false}
color="#999999"
hidesWhenStopped={true}
size="small"
/>
</View>
<TextInput
allowFontScaling={true}
autoCapitalize="none"
autoCorrect={false}
clearButtonMode="always"
onChangeText={[Function]}
placeholder="Search a product..."
rejectResponderTermination={true}
spellCheck={false}
style={
Object {
"backgroundColor": "white",
"borderRadius": 5,
"borderWidth": 1,
"flexGrow": 1,
"height": 40,
"margin": 10,
"padding": 10,
}
}
underlineColorAndroid="white"
value=""
/>
</View>
<View
style={
Object {
"alignItems": "center",
"backgroundColor": "white",
"borderBottomColor": "gray",
"borderBottomWidth": 1,
"flexDirection": "row",
"justifyContent": "space-between",
"padding": 5,
}
}
>
<View
style={
Object {
"alignItems": "center",
"flexDirection": "row",
"justifyContent": "space-between",
"paddingLeft": 8,
}
}
>
<View
animated={false}
defaultIndex={-1}
defaultValue="Featured"
disabled={false}
dropdownStyle={
Object {
"height": 110,
"width": 200,
}
}
keyboardShouldPersistTaps="never"
onSelect={[Function]}
options={
Array [
"Featured",
"Price desc",
"Price asc",
]
}
renderRow={[Function]}
scrollEnabled={true}
showsVerticalScrollIndicator={true}
textStyle={
Object {
"fontSize": 15,
}
}
>
<View
accessible={true}
focusable={true}
isTVSelectable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
Object {
"opacity": 1,
}
}
>
<View
style={
Object {
"justifyContent": "center",
}
}
>
<Text
numberOfLines={1}
style={
Array [
Object {
"fontSize": 12,
},
Object {
"fontSize": 15,
},
]
}
>
Featured
</Text>
</View>
</View>
</View>
<Text />
</View>
<View
accessibilityRole="button"
accessibilityStates={Array []}
accessible={true}
focusable={true}
isTVSelectable={true}
onClick={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
Object {
"opacity": 1,
}
}
>
<View
style={
Array [
Object {},
]
}
>
<Text
style={
Array [
Object {
"color": "#007AFF",
"fontSize": 18,
"padding": 8,
"textAlign": "center",
},
Object {
"color": "#162331",
},
]
}
>
Filters (0)
</Text>
</View>
</View>
</View>
</View>
</View>
</View>
</View>
<View
onLayout={[Function]}
pointerEvents="box-none"
style={
Object {
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
}
}
>
<View
style={
Object {
"backgroundColor": "#162331",
"transform": Array [
Object {
"translateX": 0,
},
],
}
}
>
<View
onLayout={[Function]}
pointerEvents="box-none"
style={
Object {
"backgroundColor": "#162331",
"borderBottomColor": "transparent",
"borderBottomWidth": 0.5,
"borderColor": "#162331",
"height": 64,
"paddingBottom": 0,
"paddingLeft": 0,
"paddingRight": 0,
"paddingTop": 20,
}
}
>
<View
style={
Object {
"flex": 1,
}
}
>
<View
style={
Object {
"bottom": 0,
"flexDirection": "row",
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
}
}
>
<View
pointerEvents="box-none"
style={
Object {
"alignItems": "center",
"backgroundColor": "transparent",
"bottom": 0,
"flexDirection": "row",
"justifyContent": "center",
"left": 0,
"opacity": 1,
"position": "absolute",
"right": 0,
"top": 0,
}
}
>
<Text
accessibilityTraits="header"
allowFontScaling={false}
numberOfLines={1}
onLayout={[Function]}
style={
Object {
"color": "white",
"fontSize": 17,
"fontWeight": "600",
"marginHorizontal": 16,
"textAlign": "center",
}
}
>
AEKI
</Text>
</View>
</View>
</View>
</View>
</View>
</View>
</View>
</View>
`;