I'm getting an issue when I try to initialize the Zoom SDK in React-Native on Android. I'm sending the proper jwtToken and domain, and it works perfectly on iOS. and version is "react-native-zoom-us": "^8.0.1",
[TypeError: null is not an object (evaluating '_$$_REQUIRE(_dependencyMap[6], "./native").RNZoomUs.initialize')]
Hi Guys,
I'm getting an issue when I try to initialize the Zoom SDK in React-Native on Android. I'm sending the proper jwtToken and domain, and it works perfectly on iOS. and version is "react-native-zoom-us": "^8.0.1",
For Android Code:
For iOS:
Any help resolving this issue would be greatly appreciated!