Ibrahim Azhar Armar

Results 21 comments of Ibrahim Azhar Armar

This can be done pretty easily in 3 steps using IBInspectable, here is how you can do it. Step 1. Define Protocol ``` protocol XIBLocalizable { var localizableStringKey: String? {...

It would also be great to have `renderContainer()` where it allows us to design our own custom alert type.

Any pointer here is really appreciated. No solution is working for me until now.

I made it to work. After tons of debugging and wasting a lot of time, I cross checked the android source from node modules and latest copy available and found...

I suppose we cannot call `backToForeground` before `displayIncomingCall` which I tried to do. Where I changed my approach mainly is to call `backToForeground` in `answerCall` event

@dackom I had to struggle to make `RNCallKeep.backToForeground()` work for android as well. Finally I noticed my app was not using the latest version of code, although I had installed...

For me `RNCallKeep.addEventListener('answerCall')` never gets called

It works for me in Android 11, and as stated does not work on Android 10. Any solution for this?

> Hey guys, i was going mad about this issue until blaming formik because of this. After replace this input for a different one i realized that formik had nothing...

> Hello! > I had the same issue. The solution that I found (And worked for me) in this site : > [https://github.com/oblador/react-native-vector-icons#ios](url) > > The solution works better if...