周辉
周辉
+1 支付成功回来也会导致app闪退
有这么几个日志: ``` 11-22 13:27:12.565 16802 16802 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.rrsapp/com.demo.wxapi.WXPayEntryActivity}: java.lang.ClassNotFoundException: Didn't find class "com.demo.wxapi.WXPayEntryActivity" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.demo-7OwKIjNps257ZqiQMU90jw==/base.apk"],nativeLibraryDirectories=[/data/app/com.demo-7OwKIjNps257ZqiQMU90jw==/lib/arm64, /data/app/com.demo-7OwKIjNps257ZqiQMU90jw==/base.apk!/lib/arm64-v8a, /system/lib64, /product/lib64]]...
我设置过: ``` android:launchMode="singleTask" ```
我的问题解决了: ``` +++ b/android/app/src/main/java/com/demo/wxapi/WXPayEntryActivity.java @@ -1,4 +1,4 @@ -package your.demo.wxapi; +package com.demo.wxapi; ```
源码有问题 [refreshableScrollView.ios.js line123](https://github.com/gameboyVito/react-native-ultimate-listview/blob/master/src/refreshableScrollView.ios.js#L123) ```javascript this._isRefreshing = true this.setState({ refreshStatus: RefreshStatus.refreshing, refreshTitle: this.props.refreshableTitleRefreshing }) ``` `setState`是异步的, 刚刷新完并不会立即将状态设为`refreshing` 但是此时: [refreshableScrollView.ios.js line152](https://github.com/gameboyVito/react-native-ultimate-listview/blob/master/src/refreshableScrollView.ios.js#L154) ```javascript onRefreshEnd = () => { // console.log('onRefreshEnd()'); if (this.state.refreshStatus ===...
Masonry里对于动画,格外添加了一个方法`mas_updateConstraints`。 I am new to autoLayout.
@rexlow thanks . https://github.com/BugiDev/react-native-calendar-strip/issues/1#issuecomment-396355999 I will fix it.
Same problem. My project run with two `jsbundle` file, the first was in base controller, which would `present` a new view controller hold on the second. In second `jsbundle` file,...

``` Input #0, matroska,webm, from 'House.of.the.Dragon.S01E07.2160p.HMAX.WEB-DL.DDP5.1.Atmos.DV.MKV.x265-SMURF-1mins.mkv': Metadata: ENCODER : Lavf60.16.100 Duration: 00:01:03.65, start: 0.000000, bitrate: 18694 kb/s Chapters: Chapter #0:0: start 0.000000, end 2846.000000 Metadata: title : Chapter 01 Chapter...