-
`
initializeZoomSDK = () => {
if (!ZOOM_APP_KEY || !ZOOM_APP_SECRET) return false;
// init sdk
RNZoomUsBridge.initialize(
ZOOM_APP_KEY,
ZOOM_APP_SECRET,
).then()…
-
### What's happening?
When taking a photo randomly I get this error thrown.
![image](https://github.com/user-attachments/assets/e4fc929b-9623-4514-9f02-2e4a32e608c8)
![image](https://github.c…
-
:thinking: It is working for me - see https://github.com/mieszko4/react-native-zoom-us-test/commit/27ecd8bc642678fe3dccb385b1ceae884c54504b
However, I cannot show both screen share an video at the …
-
Hi,
I'm working on Zoom Meeting integration in React-Native and stuck, So Please can you provide me the source code of your youTube video of zoom meeting integration. @poke-fcr
Thanks
-
版本环境
react: 17.0.2 => 17.0.2
react-native: 0.66.4 => 0.66.4
react-native-baidu-map => 1.0.37
错误代码
{
this.getCurrentPosition({…
-
Platforms: iOS, Android
When attempting to zoom beyond the maximum scaling limit of the image, the picture starts shifting sideways based on the side of the pinch gesture (first video)
https://g…
-
Currently the view is not a single React component tree. This is because we use the non-React svg-pan-zoom library: https://github.com/ariutta/svg-pan-zoom Since it alters the DOM directly, it doesn't…
-
### Summary
We are using Sentry for error reporting, there is an error that is only occurring on one device. According to the error, it occurs when trying to access getMapBoundaries().
I'm not su…
-
the pdf has multi pages,but only show the first page on IOS,it can zoom
"react-native": "0.44.3",
my package.json is : "react-native-pdf-view": "git+https://github.com/cnjon/react-native-pdf-view.gi…
-
You can disable audio processing using #config.disableAP=true in Chrome, but not the apps (or firefox).
I don't know if the apps support setting config like this in general, but it appears accordin…