Janith Leanage

Results 10 comments of Janith Leanage

@danishka dunno if it's overkill, but wouldn't a generalised structure of "suppliers" or "service providers" be better? Org with location, contact Supplies with name, size, price e.g. ABC Company (Colombo,...

Is someone working on this? I can do it if you guys are ok.

Are you sure the `sleep().then(() => register(values));` is getting executed due to the way timers are handled in Jest? https://jestjs.io/docs/timer-mocks

+1, please help @jitpack-io 🙏

@Darex1991 try adding these to `react-native-image-picker`'s `android/build.gradle`: ``` implementation "androidx.core:core:1.3.1" implementation "androidx.activity:activity:1.6.0" implementation "androidx.fragment:fragment:1.5.7" ```

@hubatruck First of all, thank you for this fix! It's been a lifesaver. I'm having an issue on Android 11/12 [where the `ACTION_OPEN_DOCUMENT` is fired](https://stackoverflow.com/questions/77263194/the-android-photo-picker-library-does-not-open-the-gallery-on-android-11-and-12) and the user is asked...

@Darex1991 I'm glad I could help. I'm not 100% sure about the usage of `READ_EXTERNAL_STORAGE` for older versions of Android either, but I've been looking at expo packages and [they...

@Darex1991 I hope this post from the Android Developers blog is helpful: https://medium.com/androiddevelopers/permissionless-is-the-future-of-storage-on-android-3fbceeb3d70a

@jenskuhrjorgensen we added a check for `PickVisualMedia.isPhotoPickerAvailable()` to see if the photo picker was actually available and fallback to using the document picker `new Intent(Intent.ACTION_GET_CONTENT, null)` in case it wasn't....

@jenskuhrjorgensen no, I wasn't able to get the new photo picker on the older versions of Android. The document picker was shown instead: ![android_screenshot](https://github.com/user-attachments/assets/12196e9e-4a87-4357-9efa-3e3ee67e5dca)