梁婉玲krysliang

Results 5 issues of 梁婉玲krysliang

The following packages use deprecated "rnpm" config that will stop working from next release: - react-native-qqsdk: https://github.com/iVanPan/react-native-qqsdk Please notify their maintainers about it. You can find more details at https://github.com/react-native-community/cli/blob/master/docs/configuration.md#migration-guide....

在部分手机上运行会崩溃,但是把MainApplication.java下面原本设置的 ` @Override public void onCreate() { super.onCreate(); //下面是添加的代码 // this.initCloudChannel(this); //添加结束 SoLoader.init(this, /* native exopackage */ false); }` 里面的 this.initCloudChannel(this);注释掉,app正常运行。 debug版本的app运行正常,并且没有报下面的错误。 release版本闪退logcat报错主要如下 FATAL EXCEPTION: main Process: com.egame_android, PID: 10185...

当我用手动去滚动列表的时候,但是列表还没有滚动完成(惯性)的时候,如果我去点击事件使得触发scrollToSection这个方法的时候,是不成功的也就是不能调到指定的分组