Posts by Lelo Lenda • 11 points
2 posts
-
0
votes1
answer699
viewsQ: React Scrollview is not working
I can see the components inside it, but the problem is it doesn’t slide up or down, but it has a lot of cards in it. import React from 'react'; import { StyleSheet, Text, View, ScrollView} from…
-
1
votes2
answers837
viewsA: data registration via ajax
I see a problem in the query. Missing are the fields where these values will be inserted. Must be: "INSERT INTO custos (`campo1`,`campo2`) VALUES ('$vendaMediaMensal','$vendaSemMargemPercentual')";…