2019-10-11

Invariant Violation: Objects are not valid as a React child (found: object with keys {EmptyDot}). If you meant to render a collection of children, use an array instead.

    ReactNativeRenderer-dev.js:17316:23
renderRoot
    ReactNativeRenderer-dev.js:17417:6

render 里面含有对象 检查一下 。经常会有但是你返回的是{}这种结构 就会导致刷新失败。

                
                    
                    
                    
                    
                    
                
                
                    
                    
                    
                

这两种写法 在iOS 上表征是一样的 但是 如果在安卓上的话 下面那种写法 会出现 滑动的同时触发点击事件的情况。。。。

你可能感兴趣的:(2019-10-11)