rilyu / teaset

A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.
MIT License
2.95k stars 482 forks source link

Drawer组件非常卡顿,检查后发现放进去的view会被挂载9次!!! #457

Open bearchan opened 2 years ago

program-spiritual commented 2 years ago

Maybe you can use single instance method to avoid this error , You can just use static variable refference to hold the Drawer conponent instance and return it, Then you can use it in anywhere.