Valentina Williams
Valentina Williams
您好,我是一名普通的ReactNative开发工程师。最近发现项目中的样式写的有些乱,想整理一下。调研后发现您这个库特别符合我们要求。为了我们更灵活的使用,我拜读了您的源码,但由于本人水平有限,一直捋不透您写这个库的整个想法。特此冒昧得问一下是否可以加一下您的微信或其他联系方式做一下交流。您有时间也可以加我微信13121529304,期待您的回复。万分感谢
try { let payResult = WeChat.pay( { partnerId: result.resObj.partnerId.toString(), // 商家向财付通申请的商家id prepayId: result.resObj.prepayId.toString(), // 预支付订单 nonceStr: result.resObj.nonceStr.toString(), // 随机串,防重发 timeStamp: ""+result.resObj.timeStamp+"", //这个确定是字符串 package: result.resObj.package.toString(), // “我这里是写死的Sign=WXPay” sign: result.resObj.sign.toString(), // 商家根据微信开放平台文档对数据做的签名...
Is it just doing ios check? how about android
on: path: immutable === true ? this.getPath(uri, immutable) : undefined getPath if (immutable === true) Why do you want to add the immutable attribute, is it worried that the value...
我给marker传过image属性以后,地图上就什么也不显示了,我使用XCode的3D试图查看,也没有找到大头针试图,谢谢您的浏览
post请求,content-type为application/json时,无法传参数,参数结构为: ` { "msgtype": "text", "text": { "content": "我就是我, 是不一样的烟火@156xxxx8827" }, "at": { "atMobiles": [ "156xxxx8827", "189xxxx8325" ], "isAtAll": false } } `
## Almost every iOS 11 app has this new style for navigation titles:  ## Hope reac-native-navbar add this function. thank you. [iOSpreferslargetitles](https://developer.apple.com/documentation/uikit/uinavigationbar/2908999-preferslargetitles)