Wenhao Ho
Wenhao Ho
Hey, I have the same problem as you said, so do you have any idea?
@pmadruga Hi, Could you help to merge this? I was thinking someone might be able to install a `pod` with the specific path like: `vender/**` and even add this change...
> You don't specify your platform. Are you not on macOS? If you are a react-native developer and you are on iOS, then pod is required to be in your...
> Which OS are you using? macOS 11.6
> For what it's worth, I see this when running on windows and Ubuntu, both valid for development if doing android-only app or temporarily on those platforms and just doing...
> --withBundler I think that's a good idea!
same problem
i'm resolve ``` import { NativeModules, NativeEventEmitter, } from 'react-native'; const nativeBridge = NativeModules.InCallManager; const NativeModule = new NativeEventEmitter(nativeBridge); this.wiredHeadsetListener = NativeModule.addListener('WiredHeadset', (data) => { // do something }); ```...