摘要: 如果遇到xcode真的运行报A valid provisioning profile for this executable was not found的错误 I was struggling with this today, it was super frustrating. For now, j 阅读全文
posted @ 2019-05-08 10:48 houdzaiw 阅读(466) 评论(0) 推荐(0) 编辑
摘要: <WebView style={{ marginTop:10, width:Size.screenW, height: this.state.height || 800 }} originWhitelist={['*']} automaticallyAdjustContentInsets={true 阅读全文
posted @ 2019-08-29 15:09 houdzaiw 阅读(279) 评论(0) 推荐(0) 编辑
摘要: adb shell input keyevent 82 阅读全文
posted @ 2019-08-10 22:50 houdzaiw 阅读(477) 评论(0) 推荐(0) 编辑
摘要: 先将图片转成本地 html, 使用 在使用source={{html: imgHtml}}调用即可 阅读全文
posted @ 2017-12-05 11:41 houdzaiw 阅读(1413) 评论(0) 推荐(0) 编辑
摘要: 针对该问题,在用cordova,react-native,以及使用iOS自己的 WKWebView和UIWebView都会产生该问题,该问题的产生不是代码问题,而是app本身没有设置本地化语言所导致。在APP内部添加本地化语言并设置中文即可 阅读全文
posted @ 2017-12-02 13:04 houdzaiw 阅读(1220) 评论(0) 推荐(0) 编辑
摘要: 安装fastlane 遇到权限问题 ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /usr/bin directory. sudo gem inst 阅读全文
posted @ 2017-11-23 15:40 houdzaiw 阅读(1365) 评论(0) 推荐(0) 编辑
摘要: <View style={[styles.p4_text1,]}> {"以下各项税费及商业保险仅供客户参考不作为最终购车价格".split("").map((str)=>{return (<Text>{str}</Text>)})} <Image style={styles.p4_image1} s 阅读全文
posted @ 2017-10-13 10:59 houdzaiw 阅读(1626) 评论(0) 推荐(0) 编辑
摘要: No suitable URL request handler found for assets-library://asset/asset.JPG?id=265976D7-09E8-4DE2-A265-4B34F46309F4&ext=JPG 记住要添加 RCTCameraRoll 库 阅读全文
posted @ 2017-07-12 17:06 houdzaiw 阅读(605) 评论(0) 推荐(0) 编辑
摘要: git 撤销后强推 git reset —hard commit_id 撤销提交 git push -f http://10.8.75.86/mobile/DashengChefuMerchant.git develop:develop 别人拉过代码的情况下强推,不过很危险,注意使用 阅读全文
posted @ 2017-06-10 17:22 houdzaiw 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 开启安卓模拟器 adb devices会列出当前可以使用的设备,如果列表为空,则后续的无法运行。第二步,开启一个命令行控制台,进入项目目录,react-native start 阅读全文
posted @ 2017-06-10 17:21 houdzaiw 阅读(720) 评论(0) 推荐(0) 编辑