Jihui
Jihui
same here. did you find any solution ??
I have the same issue. I had all kinds of problems when I do test on Android Platform...
Yes, I have the same issues, when run on ubuntu server; puppeteer seem can not connect to the Internet
> Yes, I have the same issues, when run on ubuntu server; puppeteer seem can not connect to the Internet It`s foo, my server is too slow, modify timeout to...
face the same issue on 0.76.6. any resolution here?
I found the error can be catch by global error handler, like this: ``` ErrorUtils.setGlobalHandler(error => { console.log('error is ', error); }); ``` log: ``` WARN Possible Unhandled Promise Rejection...
是的,发现使用formatter函数会导致整个图表展示不出来,移除formatter函数可以展示出来 RN 版本升级从0.67.5升级到了0.76.6
This issue is still happening, I need using legacy native module with version 0.49.8, It seem`s not working fine!
react-native-builder-bob version is to height, in my case, I create library with [email protected], and the react-native-builder-bob version is 0.43.13. When i run command with NodeJS 23.4, it success! By the...