Jake Curreri

Results 11 comments of Jake Curreri

Tried the README suggestion to update HTTPoison calls with: `HTTPoison.get!(url, headers, [ ssl: [{:versions, [:'tlsv1.2']}] ])` No luck. Throwing a parsing error in production.

^FYI I added that line and updated :httpoison `mix deps.update httpoison`. Worked perfectly in production afterward.

Moved our projects over to https://github.com/candlefinance/faster-image. Solid alternative.

Ran into this issue when upgrading on RN `0.76.7`. Rolled back to my last working version (`2.6.3`).

> Do you know guys why it shows me an error to the initHealthKit on the android? after applied the patch ? Thanks. Yes, the patch attempts to access the...

> @intent-kacper-cyranowski I had this issue recently, and found out its due to setting the `timeout` property in the `connectToDevice` option. > > What fixed it: > > ``` >...

+1 @nhaduongc same here. Every few seconds, Android drops connection, reconnects, then drops connection again.

Solved with this workaround: https://github.com/dotintent/react-native-ble-plx/issues/1197#issuecomment-2256601221

Issue only with production iOS builds (18.0.1). Cannot replicate locally. `allowDuplicates` is set to `false`, and I've implemented a fail-safe based on some of the solutions above: Inside my `connectToDevice`:...

+1. Have this issue for 3.12.1. Any `Pressable` component inside an `Animated.ScrollView` requires several taps to trigger a response, or it is not responsive at all. Testing on both an...