Posts by Schinemann • 31 points
3 posts
-
0
votes1
answer216
viewsA: I’m not able to render Image with Image - React-Native
was passing Uri the wrong way, where was: setimage({image:result.uri}) it should be like this: setimage(result.uri)
-
-1
votes1
answer216
viewsQ: I’m not able to render Image with Image - React-Native
Sirs(s). When I write like that: <View style={{ flex: 1, alignItems: 'center', justifyContent: 'center' }}> <Button title="Pick an image from camera roll" onPress={pickImage} /> {image…
-
2
votes1
answer194
viewsQ: I am unable to extract data from json - React-js
gentlemen(as). I am unable to extract a data to send to api. in the /cases path the api provides json data. useEffect(()=> { api.get('cases',{ }).then(response =>{ setcases(response.data) })…