-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotas
More file actions
83 lines (77 loc) · 3.3 KB
/
Copy pathnotas
File metadata and controls
83 lines (77 loc) · 3.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<View style={styles.header}>
<Image style source={require('../img/pp.png')}
style={{width:50, height:50, marginTop:20, paddingLeft:250,}}
resizeMode='contain'/>
<TouchableOpacity>
<Image style source={require('../img/pig2.png')}
style={{height:80, width:80, marginTop:10 }}
resizeMode='contain'/>
</TouchableOpacity>
</View>
<View style={styles.container} >
<TextInput
style={styles.input}/>
<TouchableOpacity>
<Image style source={require('../img/search.jpg')}
style={{width:50, height:30,marginTop:12,}}
resizeMode='contain'/>
</TouchableOpacity>
</View>
bolinhas
<View style={styles.categoriaContainer}>
<View style={styles.categoria} >
<Icon name="mobile-alt" size={35} color="#000000"
style={{alignItems:'center',justifyContent:'center',marginLeft:20,marginTop:10, marginRight:5}}
/>
</View>
<View style={styles.categoria}/>
<View style={styles.categoria}/>
<View style={styles.categoria}/>
</View>
categoriaContainer:{
flex:1,
justifyContent:'center',
alignItems:'center',
flexDirection:'row'
}
DUVIDA
<Text style={styles.textDuvi}>Tema da duvida</Text>
<TextInput
style={styles.inputTema}
placeholder="EX. Forma de pagamento >"
autoCorrect={false}
onChangeText={()=>{}}
/>
modal1
<View style={styles.fake_post}>
<TouchableOpacity style={styles.button} onPress={onOpen1}>
<Text>Saiba mais</Text>
</TouchableOpacity>
<Modalize
ref={modalizeRefe1}
snapPoint={200}
HeaderComponent={
<View>
<TouchableOpacity style={styles.buttonModal} onPress={onClose1}>
<AntDesign name="closecircleo" size={28} color="black"
/>
</TouchableOpacity>
<Text style={styles.headerModal}>
Crie seu cadastro e anuncie já em nosso site.
</Text>
</View>
}
>
<View style={styles.modal}>
<Text style={styles.textModal}>
Faça seu pré-cadastro aqui no nosso app e anuncie
seus produtos agora em nosso site.
</Text>
</View>
</Modalize>
</View>
images
'https://images.pexels.com/photos/752036/pexels-photo-752036.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500',
'https://images.pexels.com/photos/6144105/pexels-photo-6144105.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940',
'https://images.pexels.com/photos/1612353/pexels-photo-1612353.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940',
'https://images.pexels.com/photos/4173108/pexels-photo-4173108.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940'