Mostasim

Results 9 comments of Mostasim

it will be great to have this feature .. is there any workaround for this feature?

Thanks, @riefist your solution fixed the problem.

The CheckBox is a common component. I think there should be support for iOS.

> I think OpenCV have deprecated the constant names, > > Change “CV_BGR2GRAY” to “cv::COLOR_BGRA2GRAY” awesome that's work

is there any solution regarding this issue?

> Do you mean `/DeviceSupport/16.5.1`? You can use 16.5 instead. I have 16.5.1 on the device and that one works fine Yes, That's work for me

> Yes. I replaced `shortService` with `dataSync`. I also had to this to my expo config: > > ```js > expo: { > android: { > permissions: [ > 'android.permission.FOREGROUND_SERVICE_DATA_SYNC',...

I figure it out by setting up a new client with a new config, which should work if you want to change the configuration dynamically. Here is the example ```javascript...