Senyang Jiang
Senyang Jiang
Has anyone solved this yet? I have the same problem. It seems that cropImage calls RNCImageEditor.cropImage, and RNCImage is not defined.
I solved this problem by directly using ImageEditingManager.cropImage in Native modules from react-native. ``` import { NativeModules } from "react-native"; const { ImageEditingManager } = NativeModules; ImageEditingManager.cropImage( imageUri, cropData, (res)...
i have the same issue, the designer is still showing plain WPF elements Edit: I was using VS2019, and this was resolved after updating to VS2022