我正在开发一个本机应用程序。我正在尝试使一个UI元素类似于iOS中“地图”上的UI元素,您可以在其中从底部滑动面板。 列表的行为非常复杂,如下所示:
当然:
列表向上或向下滚动以及面板向上或向下移动必须一步一步完成。用户不必将手指从屏幕上拉出即可执行第二个操作。这是实际的困难部分。此外,它必须在iOS和Android上运行。
An example GIF of the iOS panel and the expected behavior.
完美的模块应该是这样的,但是即使到达顶部,列表仍然可以滚动:https://github.com/donaldmorton/react-native-bottom-drawer
我尝试了这个模块,但没有成功: https://github.com/simonhoss/react-native-touch-through-view
像react-native这样的东西将是完美的: How can I mimic the bottom sheet from the Maps app?
我已经检查了该帖子: React Native slide out panel and scrollview
欢迎任何帮助,谢谢!
答案 0 :(得分:1)
您可以看到https://github.com/osdnk/react-native-reanimated-bottom-sheet。 它是使用react-native-gesture-handler从头开始构建的,并且react-native-reanimated