-
Notifications
You must be signed in to change notification settings - Fork 47
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
3 Warnings: ComponentWillMount ComponentWillReceiveProps, Use NativeDriver #18
Comments
willMount and willReceiveProps stills throw Warning. |
same issue, why not have been update? |
Animated: |
i also get same warning why is it so? |
manually download src file and update it manually and import to your project or wait for owner to change or update |
My solution: Manually copy code from src >> Edit Carousel.tsx (add useNativeDriver:false on line 50) and import your file to your project. Done!! Ps dont forget to restart. eg: For others error just add unsafe_ on those willReceiveProps etc... etc.. |
React Native Version 0.62
Change willMount and willReceiveProps, explicitly set NativeDriver to true
The text was updated successfully, but these errors were encountered: