Platform: iOS
react-native-draggable-flatlist version: ^3.1.2
react-native-reanimated version: ^2.11.0
react-native-gesture-handler version: ^2.7.1
只要进入包含DraggbleFlatList的界面时,模拟器就卡死了
解决方案:
yarn add react-native-reanimated@1.13.4
会提示警告react-native-reanimated版本太旧,但是至少能保证界面功能正常使用。或者尝试安装react-native-draggable-flatlist的4.0.x-beta版本