Jorge Chaves Ulate

Results 1 comments of Jorge Chaves Ulate

you can use a state, in the useeffect load the api ` const [images, setImages] = useState([]); useEffect(() => { analytics().logEvent(`Page_${props.navigation.state.routeName}`, {}); api.get(apiEndpoints.news + '0' + '&limit=' + 12).then(response =>...