Posts by Luan • 9 points
2 posts
-
0
votes2
answers4864
viewsA: Request React Activate with Aces
//I solved the problem as follows. componentDidMount = async () => { const headers = { 'Authorization': 'Bearer' + await AsyncStorage.getItem('token') } console.log(headers) await…
-
0
votes2
answers4864
viewsQ: Request React Activate with Aces
I am trying to make a request with Axios for a server, and for that I need to send an access token. The token is correct, but nothing is loading on the network and the request is not working…