Filip Hájek

Results 12 comments of Filip Hájek

Thanks for the response @nitinkumar24 . Does this mean API changed on the Android side to disallow this or is this feature just no longer supported in react-native-fs?

I could not find such information about Android disallowing writing/reading to SDcard in their docs. https://developer.android.com/training/data-storage/files Where did you read that this is not allowed anymore?

I tried downgrading and this issue is happening since version 10.0.0

Callback function `onScan()` passed to prop `onReadCode` is only fired on the first detection of a QR code and then stops working. This is happening only on Android devices. After...

I had this same error and it was caused by calling `capture(false)` that I didnt change to `caputre()` when migrating from an old version. That is what the error is...

Experiencing the same but there seems to be a workaround (that I have not tried) https://github.com/wix/react-native-ui-lib/issues/2204#issuecomment-1315444150. Is there any ETA on React Native 0.69+ compatibility? @ethanshar

Thanks @DamianJudek! This seems like a good workaround in the meantime.

This would be a major improvement as moment is a pretty heavy package while Day.js is slim. We migrated to day.js very quickly in our project and awesome-query-builder is the...

Experiencing the same issue. Probably related to how axios is being imported and used in apisauce as ESbuild and Vite are using ESM and possibly not importing the ESM version...

Experiencing the same thing. EDIT: Using RN 0.62.2 + Toasty 1.0.2