Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoticeBar marquee loop InteractionManager.runAfterInteractions can not be call #2267

Closed
wk1017553772 opened this issue Jan 20, 2018 · 3 comments

Comments

@wk1017553772
Copy link

wk1017553772 commented Jan 20, 2018

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.

@zhangyu921
Copy link

Same…

@Bubblex
Copy link

Bubblex commented Mar 27, 2018

+1

@warmhug
Copy link
Contributor

warmhug commented May 29, 2018

Why not have a pr~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants