Bell

Results 7 comments of Bell

可以加个判断,如果没有写标题就直接取文件名。这样文件名可以简单点,标题可以写很长。

`Assertion failed: (severity >= 0 && severity < NUM_SEVERITIES)` 的问题有人解决吗?科大讯飞最新 SDK 在 RN 工程中还是报错。

@AAAAAAFei 这样不太好吧!我试下把不符合要求的都转成 0 ```c if (severity < 0 || severity >= NUM_SEVERITIES) { severity = 0; } ```

那样之后会有新的错误 那样改了之后会有新的错误, ![default](https://user-images.githubusercontent.com/15151182/43817512-6a01ccd6-9b0c-11e8-90da-0dbac75144da.png) basename 的地址是 `0x0000000000000001` ,和 base_filename_ 比较的时候报 `EXC_BAD_ACCESS (code=1, address=0x0)` 错

向讯飞提了工单,回答如下: ``` 你好,请问仅调试sdk中的demo在您的环境中是否也有问题,如果没问题的话,建议先按照这个步骤检查下:http://bbs.xfyun.cn/forum.php?mod=viewthread&tid=15344。http://bbs.xfyun.cn/forum.php?mod=viewthread&tid=39423 ``` 按照 http://bbs.xfyun.cn/forum.php?mod=viewthread&tid=39423 的回答,需要开启 bitcode。我的工程不能开启 bitcode,所以放弃了

react-native-root-toast is in the same UIViewController or Activity, and react-native-modal create a new UIViewController or PopupWindow, so react-native-modal must be on the react-native-root-toast, to solve this, support you to use...