Ali Akbar Azizi
Ali Akbar Azizi
i use db::raw for solve this
sampe problem
I use `react-native-document-picker` wich provide `content://` uri for file, And use it's example to upload file with this library. I figure out the problem is from example code, also this...
@samueljmurray Im sorry I make a mistake, It's example of https://github.com/Elyx0/react-native-document-picker in readme, I send wrong post here
This issue only exist in v2.0.0 and in v1 there is no problem
I was in the middle of the migration and saw this, and stopped doing that now my plan is to migrate to another library this is a huge step back...
I use this in componentdidmount and its work const input = document.querySelector( "input[data-link]" ) as HTMLInputElement; input.dataset.link = "https://www.site.com"; input.placeholder = "https://www.site.com";
Yes, I actually stuck in calculating a number of days in month in persian calendar.
After some search I found out there is no good alternative way if you want to convert calendar. The best library for this right now is moment. For native support...
I didn't test I just want share my idea, because I'm new to this library and I wasn't sure my way is a good way, I will check test and...