Abhishek Singh

Results 22 comments of Abhishek Singh

For me, it works on iOS but on Android, it gives the same error. RN version: 0.72.3 RN share version: 9.2.3

I am gonna add eula thing for now and will come back on this afterwards

Thanks @idrisssakhi that worked for me! Also had to add `implementation 'com.google.mlkit:barcode-scanning:17.2.0'` in `build.gradle` inside the `src` folder for my barcode use-case.

Yes. I have been trying to run webex. My OS is Ubuntu 14.04 and yes I tried with all 4 possible combinations of x86 and x64. One more thing I...

Might be related https://github.com/margelo/react-native-worklets-core/issues/205

Switching to @notifee/react-native as well. Works flawlessly so far and their API appears to be more well-designed!

Most large scale projects are running under different folders and most companies do not have a mono-repo structure in place. So it will be very useful if we can bring...

In my case (and probably everyone else who is encountering this error), the issue is caused by the conflict between `MaterialTopTabNavigator`'s way of unmounting components. When I explicitly unmount the...

Surprisingly, if I perform an operation such as `const dateObj = new Date(day); console.log(dateObj.getTime())`. It appears to be working fine.