Ziyue Chen

Results 4 issues of Ziyue Chen

请问下,RN项目里集成了react-native-wechat后,ios端编译时报RCTWeChat里的React/RCTBridgeModule.h file not found,我在Build Setting里的Header Search Paths 加上了$(SRCROOT)/../node_modules/react-native/React recursive 路径并且清除了缓存,还是报这个错,求解,谢谢。 我这边有两个项目是集成了react-native-wechat,一个项目是之前的同事集成的,可以正常运行,另外一个项目就是我来集成的,按照网上的教程一步步操作的(https://www.jianshu.com/p/6a792118fae4),安卓端的微信支付可以正常运行,苹果端编译时就报上面的错了,所以无法继续往下执行,尝试了许多方式都无法解决,请大家支支招,谢谢先了。

Imagick svg to png,the png pic has the black border,how to fix? That's the code: ``` $im = new Imagick($file_name); $svg = file_get_contents($file_name); $svg = ''.$svg; $im->setBackgroundColor(new ImagickPixel('transparent')); $im->readImageBlob($svg); $im->setImageFormat("png24");...

按照文档配置好后,编译遇到以下错误,请问如何解决? Showing All Errors Only /Users/xxx/Desktop/my_project/shopapp/ios/Pods/Target Support Files/Pods-shopapp/Pods-shopapp-frameworks.sh: line 144: ARCHS[@]: unbound variable

react-native:0.61.4 react-native-push-notification: "^3.1.9" android/build.gradle: buildscript { ext { buildToolsVersion = "30.0.2" minSdkVersion = 21 compileSdkVersion = 30 targetSdkVersion = 34 // Only using Android Support libraries supportLibVersion = "30.0.0" }...