Posts by lyestah • 1 point
2 posts
-
-1
votes2
answers165
viewsQ: Open page with information
I have a Flatlist and I want to bring the information that is in a click to open another page. As in the image on each item of the flat I put one TouchableOpacity and has a click action, I want to…
react-nativeasked lyestah 1 -
0
votes1
answer166
viewsQ: How to hide a CSS materialize checkbox from css
I’m having a problem, I’m not able to hide an element using only the display:None in a materialize framework checkbox. I tried this way: .listaPerfil input{ display: none; }…