react-native-webrtc / react-native-callkeep

iOS CallKit framework and Android ConnectionService for React Native
ISC License
923 stars 445 forks source link

Use reactContent instead of getReactApplicationContext to avoid invalid catalyst instance error #794

Closed manuquentin closed 4 months ago

manuquentin commented 4 months ago

Fix Trying to call native module before CatalystInstance has been set error thrown when not in self managed mode.