mickykro

Results 2 issues of mickykro

I enter the page where the chart supposed to show, but it shows only when i click on it. ![WhatsApp Image 2021-12-20 at 16 00 57](https://user-images.githubusercontent.com/60981756/146779040-f593b4b1-76c4-4911-8f4d-f3b08a5c98d6.jpeg)

my options looks like this: const galleryOption = { title: 'Select Image', type: 'library', options: { selectionLimit: 1, mediaType: 'photo', includeBase64: true, includeExtra:true } } and i call: launchImageLibrary(galleryOption, pickerCallback)...