WAQAS KHAN ROGHANI

Results 8 comments of WAQAS KHAN ROGHANI

first time the app camera running or not? I have the same issue but i solve it using useIsFocused(); in react native vision camera website.

I find some solution for that :- 1: First convert your OBJ file FBX or export you 3d object in FBX extension. 2: Then convert your FBX file to VRX...

> Did not solve the issue, broke 3d model and broken model is moving with the camera. use Vrx objects instated of FBX or OBJ.

Rebuild your current app after installing this library.

Hey Dohooo i just want to contribute to this awesome library.

finally I solve the problem => 1: Minimum Deployments IOS version change from 12.4 to 12.0. 2: rebuild the app

The solution is there remove the anySoundName.release(); from the code anywhere in the code file. useEffect(() => { anySoundName.setVolume(1); return () => { anySoundName.release(); // remove this line and see...