josh-thompson13
josh-thompson13
Was this ever completed?
Are you using the launchImageLibrary function? Mediatype needs to be set to "mixed"
Its currently only available for Android ... no idea why. This definitely needs to be fixed though.
I am having this issue as well, are you using a simulator or physical device?
> The problem seemingly only occurs for me when I run my application in Debug mode.
I need a way to do this for other platforms not just Android, is there a way?
I am having a similar issue. Works fine on IOS but it seems the onOK prop isnt being triggered on Android. ``` { console.log("TAPPED"); }} // onOK={saveSignature} onEmpty={() => console.log("empty")}...
I believe I have found the problem. In IOS the following code will work: ``` // State const [signature, setSignature] = useState(null); // Function used to save state const saveSignature...
I'm using react-native version 0.68.7, upgraded to 0.71.0 and it worked... However I am not ready to use this version of RN. Need a fix :)
Same problem guys. I tried to "" fix mentioned above and just got the same error. Packages: "react-native-vision-camera": "3.2.2", "react-native-worklets-core": "0.2.2",