标签: ios react-native
我希望获得与iOS原生邮件应用相似的结果, 您可以在其中向左滑动消息以查看其他操作 Graphical example here。 问题是,我应该从头开始实现一个组件,还是我可以重用的东西?
答案 0 :(得分:2)
我一直在使用dancormier/react-native-swipeout,但还有其他人,例如jlevine22/react-native-swipeable-element。