Avraham Hamu

Results 14 comments of Avraham Hamu

Hi Guys i still meet the issue with wget and https: wget: TLS error from peer (alert code 40): handshake failure wget: error getting response: Connection reset by peer I...

Hi, i did not recompiled anything, i just added in my pod YAML file - image: busybox:1.30.1 hoping that it will work I can see that my pod download the...

this is my solution which work both on android + iOS: ``` ```

Hi any update i still have this issue when using rn 0.64.2

my colleague @lirazhad was able to fix it by applying this patch package on react-native 0.70.0 itself! don't forget to add this dependency into your package.json. "deprecated-react-native-prop-types": "^2.3.0", ``` diff...

> > my colleague was able to fix it by applying this patch package on react-native 0.70.0 itself! don't forget to add this dependency into your package.json. "deprecated-react-native-prop-types": "^2.3.0", >...

does it has been implemented? i really need it

I found the solution , I had a very old TS version (3.9 OMG!!!) in the project, and this upgrade needs ts 4.1 and above

@alex-yplabs Hi I have the same issue can you please provide a snippet example of your solution? thanks