Results 99 comments of Nam Nguyen

I will look into it and see. Haven't been familiar with babel API yet.

@jedmao Any news to merge and release new version?

How about https://github.com/necolas/react-native-web ?

Hi @Ariandr I tested a bit with the new logic. Look at the code, it would only affect if the json user put it has `data` or `notification` object, in...

Can you provide more information?

No one can help if there's no useful information. OP case was like: microphone (audio input) work, but can not hear from the call (audio output doesnt work).

> RNCallKeepDidDisplayIncomingCall even if user tap accept or reject. Can you put some log to see how many `RNCallKeepDidDisplayIncomingCall` event was triggered? If it's one event for each call, then...

Strange that Im using the latest and it likely never happens. Im curious that how did you register the handlers, in hook, or didmount, or directly in the bundle?

@m4r00p Im trying the above PR My forked repo: https://github.com/brekekesoftware/react-native-callkeep

@stephanoparaskeva In your package.json you have something like this: ``` "dependencies": { ... "react-native-callkeep": "^4.0.1", ... } ``` Then change it to ``` "dependencies": { ... "react-native-callkeep": "github:Jerome91410/react-native-callkeep#fix-init", ... }...