Pakile
Pakile
the same issue, any solutions for this @oregev ?
You can use this for android ` if (orientation === "LANDSCAPE") { StatusBar.setHidden(true, "none"); } else { StatusBar.setHidden(false, "none"); } `
Hi @wonday ! Thanks for reply, I confirm that I did not lock phone landscape/portrait
https://user-images.githubusercontent.com/76195408/161791488-2ec8b590-1114-4ce4-a6fe-c4a7343bcfa7.mov I checked the example repo and got the same error
@pradeeptry you have any solutions?
@pradeeptry "The screen should be properly unmounted when we go back." I've `componentWillUnmount() { this.vp.stop(); }` for stop camera but when use rear camera, -> go back -> start live...
@amitaymolko @johku90 still error in version 2.0.4, can you check it again?
Hi @mrousavy Any update for this?
Hi @mrousavy Can you add an example of writing exif GPS using react-native-jsi-image?
@elirichey I finally got a solution that uses base64 and an external lib to write the location to the image