Posts by Paulo Avila • 1 point
1 post
-
0
votes0
answers343
viewsQ: Unhandled Promise rejection: Typeerror: Undefined is not an Object (evaluating '_context.t0.data.error') at expo
my expo is giving this error on my login page, can you help me? here is my code export default class Signin extends Component { state ={ errorMessage: null } here I use apisauce to post on my api…