Andrii Boiko
Andrii Boiko
Any updates?
The same error for IOS ``` [Error: The view cannot be captured. drawViewHierarchyInRect was not successful. This is a potential technical or security limitation.] ``` ``` "react-native": "0.72.7", ```
> ``` > const filepath = await captureRef(viewShotRef, { > format: 'jpg', > quality: 0.9, > useRenderInContext: true, > }); > > > ... > > ``` > > `captureRef`...
> @Akyna can you please share more data? `"react-native": "0.72.7"` works fine for me ``` "react-native-view-shot": "^3.8.0", ``` cc @iliapnmrv
@iliapnmrv this help ``` useRenderInContext: true, ``` Thx!
> It would be grate if you could give me reproducible demo What exactly do you need - a video record? Pls, lemme know - I'll prepare for you the...
> The minimal code to reproduce. Ideally you can create clean project with simple print job and upload to github Sure, np But, will do it tomorrow - today was...
> The minimal code to reproduce. Ideally you can create clean project with simple print job and upload to github Done
@tr3v3r hi! Any updates?
Any updates?