Kyoz

Results 47 comments of Kyoz

Currently, I somehow can make this work by adding some code. ``` data.append("\r\n--\(boundary)\r\n".data(using: .utf8)!) data.append( "Content-Disposition: form-data; name=\"\(name)\"; filename=\"\(fname)\"\r\n".data( using: .utf8)!) ---------> data.append("Content-Type: application/json; charset=UTF-8)\r\n\r\n".data(using: .utf8)!) data.append("{\"parents\":[\"appDataFolder\"],\"name\":\"backup.db\"}\r\n\r\n".data(using: .utf8)!) data.append("\r\n--\(boundary)\r\n".data(using: .utf8)!)

Face the same issue with ios + hermes on.

For more information In the past, i'v use `"@react-native-community/viewpager": "5.0.11"` and it work perfectly on android. But currently when try ios build, this problem occured. I'v also update to `"react-native-pager-view":...

Hi @finepointcgi , Thank you very much for the pr. It should work but I do think we should keep FLAG_UPDATE_CURRENT. Without it, when user click on the notification to...

Agree. There should be configuration to use this plugin with other files type. I also do want to use this with .ino files. Is there any workaround for this @roxma...

Hi @liamdebeasi , just tested. It's working properly now, this will be more friendly for users.

FYI, today i do have a pretty similar problem. And just found out, if the currency of your IAP item not match the region you choosed your sandbox tester. It...

Hi @ihsanturk , do you follow all the steps, especially the [install bootloader part](https://github.com/kyoz/mac-artix#install-the-bootloader) and [make artix dual boot](https://github.com/kyoz/mac-artix#make-artix-dual-bootable) If so, when restart the mac, you can hold alt/option button...

Ah, i forgot, i'll you see the black screen with text running in it, you'v successfully install Artix, these is no login form, you have to login via that black...