I can confirm that it was an issue with our android “react-native-config” setup, where it was initializing as undefined:
const sendbird = new SendBird({ appId: undefined });
which did not throw any error? maybe this requires more investigation into why no exception is thrown at this stage.