harshalijain
harshalijain
What padding value works here??
Check your Manifest file for the following property: `android:hardwareAccelerated` Ensure that it is set to `true`
I tried to add the ReceiveSharingIntent.xcodeproj manually, then dragged the "libReceiveSharingIntent.a" file to copy to my linked libraries, but after building project getting error "libReceiveSharingIntent.a" not found. Please help
Facing same issue, release blocked, unable to create build, please help.
Did you update your zoom android sdk recently?
I had to manually update the file - RNZoomUsBridgeModule.java ``` ZoomSDKInitParams params = new ZoomSDKInitParams(); params.appKey = appKey; params.appSecret = appSecret; zoomSDK.initialize(reactContext.getCurrentActivity(), RNZoomUsBridgeModule.this,params); ``` This happened after I update the...
@dheerendra9414 As you said "error with latest zoom sdk" , you might have to manually update RNZoomUsBridgeModule.java as mentioned in my [comment](https://github.com/nagarro-dv/react-native-zoom-us-bridge/issues/49#issuecomment-1075051632)