You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I use <NoticeBar marqueeProps={{ loop: true, leading: 500, trailing: 800, fps: 40 }} in rn
it call be auto scroll well ,but other place use InteractionManager.runAfterInteractions can not be call ever more InteractionManager.runAfterInteractions(() => { // some code ..... this code will not call when marquee run !!! });
I think the Marquee animated should add isInteraction: false
can resolve this problem.
The text was updated successfully, but these errors were encountered:
when I use
<NoticeBar marqueeProps={{ loop: true, leading: 500, trailing: 800, fps: 40 }}
in rnit call be auto scroll well ,but other place use InteractionManager.runAfterInteractions can not be call ever more
InteractionManager.runAfterInteractions(() => {
// some code ..... this code will not call when marquee run !!!
});
I think the Marquee animated should add
isInteraction: false
can resolve this problem.
The text was updated successfully, but these errors were encountered: