Trust

Results 23 comments of Trust

shouldComponentUpdate中`thisState[key]!==nextState[key] || !is(thisState[key],nextState[key])` `thisState[key]!==nextState[key]` 在嵌套多层数据的两个数据比较后会返回`true`, 所以是不是应该写成`&&`? 我已将我的案例上传到[GitHub](https://github.com/TrustTheBoy/blog/blob/master/src/Home/FromjsSetInGetIntIs.js#L11) [演示效果请点击](https://trusttheboy.github.io/blog/build/indx.html) 请查看控制台打印信息

@lab-intermedia-vsvu-sk run an example of the author first,I run several times here, not encountered, you say can not be executed

#### 项目名称:实时地震 - 基于 原生框架+云开发+cloudBase CMS #### 项目背景: > 2017年8月8日21时19分46秒四川九寨沟发生地震,当时查看地震信息途径繁琐,要么下载APP,要么打开网页搜索,各家媒体信息发布不及时。当时微信小程序也诞生不久,使用无门槛,用完即走的理念,打算做一款方便查询地震讯息的小程序... #### CMS使用 以前新增/修改/更新内容只能打开微信开发者工具->云开发控制台,然后修改数据库。有了CloudBase CMS平台,大大提高了维护效率,CMS平台 适配手机端、iPad,Mac等屏幕大小不同设备,不再是之前的必须用电脑才能维护数据了,也不需要自己专门去开发维护平台 - 目前线上版本小程序维护了难民数据、地震史记、常见问题。 - 在即将发布的新版“实时地震”小程序中,维护了用户信息表以及订阅消息等 #### 小程序二维码:

> 我ios 不行,但是安卓可以 我iOS可以,Android不行

@alreadyRight iOS 没问题 Android Modal 层级比选择器的更高,Android怎么解决的?

The scenario where this problem occurs is that when Page A jumps to Page B, the view of page B has not been rendered, and then Navigation.pop is executed. This...

我已经收到你的邮件啦~,表着急,待我仔细查看

When I integrated sentry in my React Native project, this problem occurred when running. Solution: Run commands on the terminal:`$ node --print 'process.argv[0]'` Copy the output path to the `iOS/.xcode.env.local`...