rilyu

Results 9 comments of rilyu

在网上搜了很久都无法解决,最终通过单步跟踪分析代码找到了解决办法,我这里是正确的: ```java JSON.DEFAULT_GENERATE_FEATURE &= ~SerializerFeature.SortField.getMask(); SerializeConfig serializeConfig = new SerializeConfig(true); System.out.println(JSON.toJSONString(javaObject, serializeConfig)); ```

这个问题之前也有人提过,但我一直无法重现,在 example 中也从来没有出现过

使用 inspector 看看样式,是不是外层容器设置了 margin 之类的值

两个 ScrollView 嵌套滚动方向一横一竖没有问题,同样方向肯定有冲突,你可以禁止事件冒泡来保证滑动内部 ScrollView 时不影响外部 ScrollView

渲染组件都是需要时间的,Projector因为立即显示,所以感觉明显,使用页面则因为有转场动画,所以感觉不明显

I did not use react-redux, so it did not support react-redux in Teaset. It may be better to provide a "assignStore" method in TopView, but I need to verify that...

因为 react-native 升级后导致了不兼容特性,react-native 0.62.0 以前的版本需使用 [email protected] ,在 release notes 中有说明: https://github.com/rilyu/teaset/releases/tag/0.7.4

你可以使用 react native render 函数控制是否渲染 TabView 组件,但整个 TabView 是一个组件,不能单独隐藏 TabBar

Thank you for your suggestion. This change needs to be tested before committing. I wrote this Json library 7 years ago, and I don’t have Delphi on my computer now....