Results 11 comments of en20

> 兄弟 那个版本的? ^2.0.0,现在我用 react-native-camera 官方的 demo + 这个库的 `QRScannerRectView` 不会闪退了

mac 版的网易云也无法上传云盘,非常不方便,希望能增加手动上传云盘的功能

+1 已经弄了2天,其他插件也有引入这个,但是不报错

问题解决了,rn 0.60已经自动 link,不用再按文档添加到 Libraries ,和 link libRCTAlipay.a,直接从第三步开始即可

看了下源码,可以自定义 ``` valueKey='id' labelKey='name' childrenKey='labelList' ```

I modified `node_modules/react-native-orientation/android/build.gradle ` SdkVersion 23 => 28 ``` compileSdkVersion 28 buildToolsVersion "28.0.1" defaultConfig { minSdkVersion 16 targetSdkVersion 28 ``` It works for me.

In my Request payload: > ------WebKitFormBoundary2xMRe7hq1ThhErY2 Content-Disposition: form-data; name="file"; filename="qr.png" Content-Type: image/png ------WebKitFormBoundary2xMRe7hq1ThhErY2 Content-Disposition: form-data; name="author" root ------WebKitFormBoundary2xMRe7hq1ThhErY2 Content-Disposition: form-data; name="username" root ------WebKitFormBoundary2xMRe7hq1ThhErY2-- The file was sent before the body,so...

> [bullfly666/percollect.git](https://github.com/bullfly666/percollect.git) 这个库都404了

php 返回的数组变成了对象 :> 数组 a = [1, 2, 3, 4],变成 ``` a = { 0: 1, 1: 2, 2: 3, 3: 4 } ```