React Native axios call rises error when sending post to Django Rest Framework endpoint

前端 未结 0 888
谎友^
谎友^ 2021-02-13 17:26

I have the following React Native method:

 const handleSignupPress = async () => {
    try {
      newUser = {
        username: email, 
        email: email,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题