Muhamad Rizki

Results 8 comments of Muhamad Rizki

any update on this? I have same issue, but it's randomly happened, sometimes it can go to apple logo, and install page but then it's reboot again. Big sur and...

+1 I have tested in production release apps, but panel.show() and panel.hide() is very slow, setting friction to 0.5 seems increasing performance a bit

I fix this issue by using below code spinner.getSpinner().setEnabled(false);

change this: `path: __dirname + "/certs",` to: `path: __dirname + "\\certs",` it's will work on windows machine

> Thanks @muhamad-rizki for your work on this, it's really appreciated 🙏 > > Unfortunately, I was not able to make it work on my end in the `example` app...

Hi @simontreny I just updated the example app and solving conflicts, can we merge this so this library can support RN new architecture? ![image](https://github.com/user-attachments/assets/8e492378-32a8-4785-8dd2-e4a09004495f)

https://github.com/mrmoein/warp-cloudflare-gui/issues/4#issuecomment-1199891194

> > Hey! I've managed to move completely from this library in favor of [rn-quick-crypto](https://reactnative.directory/?search=react-native-quick-crypto). At least it supports new architecture. I use btoa without any imports and it works...