Joris Korsten
Joris Korsten
It looks like the fix to this problem was closing the connection afterwards. Now I am getting this error after a while: This seems to be a problem in the...
Thanks for the response. This is how I am closing the connection:  After disabling the error in the package everything seems to be running fine. The last error I...
> Can you tell me where did you disable the error so you can improve the code? I disabled line 93 in lib/transport/transport.js
> That is strange because that's when it gives up trying to send a message. If you open and close connection every time this shouldn't happen. Will have to test...
I am getting the exact same error when trying to build for android, while iOS is just working fine...
I am getting dependency issues with gorhom bottomsheets if I use this > Use rc release: "react-native-reanimated": "^3.9.0-rc.1"
+1 got the exact same issue... Not using Expo btw. Followed the steps that where provided in [the docs](https://react-native-share.github.io/react-native-share/docs/install#ios-install), but wasn't able to build the app afterwards...
> > +1 got the exact same issue... Not using Expo btw. Followed the steps that where provided in [the docs](https://react-native-share.github.io/react-native-share/docs/install#ios-install), but wasn't able to build the app afterwards... >...
> very strange; once I got my `Info.plist` right, I didn't have any more issues. > > My only thought then would be to make sure the request is correct....
Got the exact same issue and indeed setting the prop `trustAllCerts={false}` did fix it.