茶余饭后

Results 2 issues of 茶余饭后

electron 上我使用 electron-builder 打了一个 universal 的包, `"target": { "target": "dmg", "arch": "universal" }` 打包的时候报了如下的错: `have the same architectures (arm64) and can't be in the same fat output file`. 我看报错的是跟 `node-screenshots`...

bug

问题: 1. 我做一个图片浏览器, 外层是用的 flatList, flatList 的 item是由react-native-image-zoom包着的控件, 当我放大图片之后, 我想滑动图片看细节, 但是一滑动图片, 后面的 flatList 就滑动了, 有什么办法可以阻止当前的 flatList 滑动吗, 等当前的 图片滑动到边缘之后, 后面的 flatlist再接收到滑动事件, 就像原生一样