React Native实现手风琴折叠菜单效果

使用了各类手风琴组件,都出现了各类问题。而市面上手风琴效果的第三方组件又不是很多。最终使用的是ant design的手风琴效果,简单高效。

组件网址:https://rn.mobile.ant.design/components/accordion-cn/#components-accordion-demo-basic


使用DEMO:https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/accordion/demo/basic.native.tsx

你可能感兴趣的:(React Native实现手风琴折叠菜单效果)