lhcloud
lhcloud
> Solved. Here is the gesture handler issue. so I wrapped View with the below code > > ``` > import { GestureHandlerRootView } from 'react-native-gesture-handler'; > > > //your...
The same problem
和文档一样加在onCreate里
RNBuglyModule.initWithoutAutoCheckUpgrade(getApplicationContext(),"",false);
compile 'com.tencent.bugly:crashreport_upgrade:latest.release' compile 'com.tencent.bugly:nativecrashreport:latest.release' 不太熟悉安卓,改成这样是吧
还是不行,刚被拒了,这个是安卓external libraries里的版本 Gradle: com.tencent.bugly:crashreport_upgrade:1.5.23@aar Gradle: com.tencent.bugly:nativecrashreport:3.9.2@aar
主要是用bugly的升级,统计我用不到,可以修改下初始化逻辑,把bugly的初始化放在js中调用,已经用它更新不少版本了,去掉再找其他的比较麻烦 😄