netangsoft

Results 3 issues of netangsoft

如果需要返回每一行的高度才可以使用的话 那么在聊天这种应用场景中,在某一条聊记录中,文字和图片是不固定的,中怎么获取它的高度呢? ![image](https://user-images.githubusercontent.com/81273619/154801901-c54ea82e-e6bb-4b13-aad5-5873186bcdc0.png)

运行 `android --variant release` 后报错 ``` Configure project :react-native-spring-scrollview publishNonDefault is deprecated and has no effect anymore. All variants are now published. ```

![image](https://user-images.githubusercontent.com/81273619/154700936-3c89f1e4-353d-40d8-9f10-eed2ab369d19.png) 瀑布流中似乎没办法定义整个瀑布流两边的宽度 导致中间的间隙比较大。 请问怎么让左中右的间隙相等? 如果在整个瀑布流中加style={{Padding: 10}}的话,会导致padding的部分无法触碰滚动, 也不能通过 index来设置,因为index会随着高度的不同变化,不是按照顺序来的 不知有没有解决办法呢?