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

Animated RN 0.62 #96

Open
tcodes0 opened this issue Apr 4, 2020 · 5 comments
Open

Animated RN 0.62 #96

tcodes0 opened this issue Apr 4, 2020 · 5 comments

Comments

@tcodes0
Copy link

tcodes0 commented Apr 4, 2020

, { useNativeDriver: true } second arg must be passed to Animated.event to silence a warning.

@parnekov
Copy link

parnekov commented May 7, 2020

@Thomazella Where file is located? I mean where should be added { useNativeDriver: true } to Animated.event?
Thanks.

@tcodes0
Copy link
Author

tcodes0 commented May 7, 2020

Second argument to Animated.event function. { useNativeDrive: boolean}. I think every function call requires this now.

@parnekov
Copy link

parnekov commented May 8, 2020

@Thomazella Thank you. But my app crashes after put second argument. Without second argument works fine :)

@VSV6
Copy link

VSV6 commented Dec 14, 2020

@Thomazella, Yes where I need to apply this code { useNativeDriver: true }. And I'm not using any animation except this lib. That's it. Can you please be more specific? Thanks!

@tcodes0
Copy link
Author

tcodes0 commented Dec 14, 2020

Animated.Event second argument I believe. Read the types it helps. I've been away from react native development for a few months so I could be outdated

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

3 participants