Amir Hossein Shekari

Results 22 comments of Amir Hossein Shekari

A more straightforward interface compare to @iarmankhan solution, but it's not mine, and I don't remember where I copy it :) I'll update this comment if I find out https://gist.github.com/vanenshi/6c2938d2f7424979d76c06d66703df19...

> Thank you for sharing your hook @vanenshi ; can you let me know how I can associate it with the actual BottomSheet? > > is there a props from...

seems like there is PR related to this issue: https://github.com/synonymdev/bitkit/pull/303

> Is this issue open or closed ? @puneethkumarvh Hi Puneeth, It's open and relevant, we had to use the alternative methods to upload blob in our project

> Axios will encode to the given Content-Type in the header, which could potentially change the Content-Length, leaving them incorrect. Fetch and XHR will just pass the blob as is....

@ianitow I am running the code in react-native `0.72.4`, its using facebook/hermes (https://github.com/facebook/hermes) as js engine. i guess, as your tests indicate, problem might be caused by hermes

This issue is causing problems with Google MLKit Face detection. here is the library I am trying to build [vanenshi/vision-camera-face-detector](https://github.com/vanenshi/vision-camera-face-detector) Technically MLKit needs the correct orientation to be able to...

> @vanenshi Thanks for the contribution! Can you supply steps to reproduce / test this change for us so we can confirm the fix? Hi @frankcalise Sure, to test the...

using this method fixes the problem with Firebase: > Put this code in the post_install do |installer| loop in the Podfile, so it looks like this: ```ruby post_install do |installer|...