我想让这个 Text 组件立即跟随 react-native-draggable-flatlist ( https://github.com/computerjazz/react-native-draggable-flatlist )。尽管设置了 flexGrow,但似乎仍有一些溢出影响周围的组件。
代码
https://snack.expo.io/@nicksinai/react-native-draggable-flatlist-flow-issue
我想让这个 Text 组件立即跟随 react-native-draggable-flatlist ( https://github.com/computerjazz/react-native-draggable-flatlist )。尽管设置了 flexGrow,但似乎仍有一些溢出影响周围的组件。
https://snack.expo.io/@nicksinai/react-native-draggable-flatlist-flow-issue
一种解决方案是将 react-native-draggable-flatlist 包装在
https://snack.expo.io/@nicksinai/react-native-draggable-flatlist-flow-solution