AKASH PATEL
AKASH PATEL
@javadghane Thanks for using this lib, appreciated for sharing your feedback. closing this issue as of now. if you still getting the same issue feel free to open a new...
@mohitmanuja We currently support it using the system default file manager as per the attached screenshot. you can add multiple file extensions as per your choice. Not supported the same...
@zackeria Could you please provide additional details about the issue you are currently facing? Error log, code you have implemented, screenshot or video.
@AndyDesign999 If your app does not utilize the video picker or related features, you can add the following code in app manifest file to remove the READ_MEDIA_VIDEO permission from your...
You can use the Photo Picker without needing to handle the `READ_MEDIA_IMAGES` and `READ_MEDIA_VIDEO` permissions. Refer to the code below for implementation. https://github.com/Mindinventory/Lassi-Android?tab=readme-ov-file#way-of-utilizing-photo-picker ``` val intent = Lassi(this) .with(LassiOption.GALLERY) .setMediaType(MediaType.PHOTO_PICKER)...
@AndyDesign999 Those features have not been implemented in the current version of the SDK. They have been added to the backlog and will be available in the next release.
@AndyDesign999 We have other tasks in our backlog, but given the importance of your release, we prioritized this issue. We are aiming to release the new version before the end...
@AndyDesign999 Please check the newly released version `v1.4.2` for the features you requested.
@Nadimkhan120 Thanks for your inputs. And yes, team is currently working on expo support. we are planning to release new version soon with expo support.
Expo support has been introduced in version `v3.0.0`. ``` npx @mindinventory/react-native-boilerplate ``` Check readme for the more details.