fanhl
fanhl
Same probelm. Case 1 will works fail: 1. Instantiate a shape prefab in a Canvas(with scale 0.01) 2. shape.SetPathWorldSegments 3. then path is wrong,It looks 100 times magnified. Case 2...
I got same issue.It's work on iOS,but not work on Android. "dependencies": { "base-64": "^0.1.0", "react": "15.3.2", "react-native": "0.36.0", "react-native-device-info": "^0.9.6", "react-native-image-picker": "^0.22.12", "realm": "^0.14.3" }, ...
[Android] It seems happened on `Bitmap scaledImage = ImageResizer.resizeImage(sourceImage, newWidth, newHeight);` return null,and then call `rotatedImage = ImageResizer.rotateImage(scaledImage, rotation);` I think it happens when imagePath is a url,not a file...
@4ian Aleady fixed.The newest code can resize a base64 uri, ``` java ImageResizer.loadBitmapFromBase64(imagePath); ``` But the published lib on npm("react-native-image-resizer": "0.0.11") can not resize a base64 uri. Waiting for the...
I'd same problem.and then I fixed it: to use (- (id)initWithParentView: (UIView *)_parentView;)[You had to add this method in CustomIOSAlertView.h , it's aleady exists in CustomIOSAlertView.m]. The author set it...
正想提issue,发现有重复的了。
## Works for me! : gradle 8.0 And here is my changed files: root settings.gradle ```gradle pluginManagement { repositories { ... maven { url 'https://jitpack.io' } ... } } ```...
> @dyguests 老哥,我的依然没成功,能留个联系方式交流交流吗 我上面的回复,已经是我全部修改内容啦 ,没别的办法啦。
@jike1502jt 我真不知道了。 而且这个方案我们已经废弃了,新方案都没用 fat-aar 了。 现在我都没做这个项目了。
看这个: https://github.com/kezong/fat-aar-android/pull/411#issuecomment-1851623243 这两天我也正在配置。