Teo

Results 24 comments of Teo

I face this problem as well, and no clue on error "Invalid token LIMIT". It seems this param is correct. I think this is due to scoped storage but I...

Hi @abhishek-pokhriyal , I tried ur solution but there is error on `RNFS.mkdir()` The error is ``` Error: Directory could not be created ``` I am running on Android 10,...

@abhishek-pokhriyal I found a solution that works on Android 10 & 11 by giving them permission but I am not really sure is this a good example to follow. (PS:...

Wow, I never expected a so fast response from you! A very big thank you to you and you works is superb! Looking forward to your future work 👍

Hi, sorry to ask question again. Can I know how to modify the icon size on PowerMenuItem?

I will study the CustomPowerMenu and implement custom icon size. Once again, a very big thank you to you, skydoves! 🥇

I implemented it and all of it works well! Very thank you for your fast response and appreciate your works 👍

![image](https://user-images.githubusercontent.com/39330565/94382089-fa758180-016d-11eb-96c2-cd4f1f7d5678.png) Hi, another issue again is the icon padding, setIconPadding seems added padding for all direction, do you have any idea how to fix this?

Hi, it's nice to hear from you again! By the way, I am using > App Compat instead of > MaterialComponent I had forced to switch my primary theme into...

Hi, it is me again. I had implement the new method "setPadding()" and it works fine. However, after I implement setPadding(), the menu become scrollable. I had test before and...