Posts by Targino • 11 points
1 post
-
1
votes0
answers2042
viewsQ: Axios get error - React Native
I’m taking a React Native course and I’m not able to make an HTTP request using Axios. This is my code: import React, { Component } from 'react' import { View } from 'react-native' import axios from…