Posts by Sarah Gonçalves • 1 point
3 posts
-
0
votes2
answers92
viewsA: display React-Native modal array
Maybe this is it, ta without the Return. {options.forEach((option, i) => { return ( <TouchableOpacity onPress={() => changeField(option, i)}> <Text>{option}</Text>…
-
0
votes1
answer249
viewsQ: Update user photo data with nodejs and Typeorm
import { Entity, Column, PrimaryGeneratedColumn, ManyToOne, JoinColumn } from 'typeorm'; import Doctor from './Doctor'; import Patient from './Patient'; @Entity('images') export default class Image…
-
-2
votes1
answer123
viewsQ: Flatlist is not rendering - React Native
I’m making a screen here and I want to display a list of medical specialties, only I don’t want to have to do this manually, so I implemented Flatlist only though I’m getting the information,…
react-nativeasked Sarah Gonçalves 1