Saju G

Results 7 comments of Saju G

Hi some problem in react native 0.63.4 my android app also crashing similar way today.

i am thinking its having bug. its not working at all.

My error now is CORS multiple origin not allowd.

thanks its fix for my side. if any body facing the issue then use header pattern. This resolve my issue ```

no barry it was not working with "wildcard for allowed_headers". ` 'allowed_headers' => ['Authorization,Accept,Origin,DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range'],` After adding those line it is now working from your package.

> Which browser were you using? i had tested this in firefox and chrome both.

one more thing i will also share here for people. Request and Response should always be in json.For instance if its like somebody sending a json value to back end...