Thomas

Results 12 comments of Thomas

@jakequade were you able to run this library on iOS? and if so, with which version of react-native?

It is the case too when content-type is set to JSON, the content isn't stringify-ed and the backend get all null and undefined values as text

Same behavior using react-native: We have to pass content-type with the header param to be able to send form-data. As the generated request have already the type, it is sad...

I was struggling with this issue too. I created a pull request that solve this behavior The first week calculation wasn't taking into account the first day of the week...

This patch doesn't work for me neither. My fix for now is to run a script before each android build that remove the concerned hash file I can't wait to...

@Inbal-Tish maybe you know what was missing? Why this PR that resolves an actual bug was set to stale?

The issue still exists, I have updated packages versions (react-navigation and react-native) and also updated reproduction repository dependencies

UPDATE: After digging deeper, it looks like this issue was introduced in "@react-navigation/native-stack": "7.0.0-rc.0". Here’s my environment setup where I first noticed the bug: package | version -- | --...

@jiroscripts overriding the header and/or resizing container with strict values (I used Dimentions.get('screen')) fixes the issue for me too.

I did a react-native upgrade to 0.80.2, upgrade all of my dependencies too and added the react-native-edge-to-edge library I am no longer getting this error since. I can only advise...