Jeijie

Results 19 comments of Jeijie
trafficstars

I manually changed the build. gradle file to compile it, but now another issue occurred, It's work RN 0.55.4? ![screenshot_2019-03-04-16-58-45](https://user-images.githubusercontent.com/9338052/53721742-eb99f080-3e9e-11e9-9afd-51d103f767f9.png)

@EyMaddis ,thanks ,I try your method, but it not works. my code: import { getRealWindowHeight } from 'react-native-extra-dimensions-android' componentDidMount() { console.warn('real width,height',getRealWindowHeight()); } ![image](https://user-images.githubusercontent.com/9338052/54728499-33b45500-4bb9-11e9-931d-21d07f6c0e49.png)

我这边可以通过逻辑解决IOS不勾选同意协议没有tips的问题,大家可以参考下: 1. 给自己组件一个变量checked为false, 2. 在监听OnePass.addListener(OnePass.EVENTS.onTokenSuccess里面判断numberCode ===OnePass.RESULT_CODES["700003"]的话就把checked设为!checked 3. 在监听OnePass.addListener(OnePass.EVENTS.onTokenSuccess里面判断 numberCode === OnePass.RESULT_CODES["700002"]的话根据平台是ios和checked是否为false的话来提示tips

+1, 点击下载按钮是直接打开图片预览,而不是下载,希望能够直接下载。

已解决 ```javascript { return toolbars.concat([ { key: "download-img", render: ( ), onClick: activeImage => { let alink = document.createElement("a"); alink.href = activeImage.src + '?response-content-type=application/octet-stream'; alink.download = activeImage.src; alink.click(); } }...

after update code ,an error occurred. Possible Unhandled Promise Rejection(id:0): Error:Attempt to invoke virtual method 'android.content.res.XmlResourceParser...... const android = RNFetchBlob.android; RNFetchBlob.config({ addAndroidDownloads: { useDownloadManager: true, title: "xxx.apk", description: "downloading...", mime:...