rilyu / teaset

A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

bearchan opened this issue · comments

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.