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

Fixed #269 Issue #285

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fixed #269 Issue #285

wants to merge 2 commits into from

Conversation

TaronK
Copy link

@TaronK TaronK commented Jul 6, 2020

Fixed the following warning:
WARN Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false

Fixed Issue: #269

Fixed the following warning:
WARN Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false`
@SaxenaKartik
Copy link

Thank you for this! @TaronK
It works for me
For those who don't know where this change is to be made, change the <project_name>/node_modules/react-native-material-textfield/src/components/field/index.js file

  • search for toValue
  • find the first match
  • add the line useNativeDriver : false, as shown in the figure

Note :

  • My project_name is template
  • I am using react-native version 0.62.2 and react-native-material-textfield version ^0.16.1
  • This change will not exist when you reinstall node_modules

useNativeDriver

@mwegener-com
Copy link

Bildschirmfoto 2020-07-08 um 13 37 29

Doesn't work for me, any idea?

@TaronK
Copy link
Author

TaronK commented Jul 8, 2020

@mwegener-com This is another issue.
see this PR to fix it: https://github.com/n4kz/react-native-material-textfield/pull/283/files

@mwegener-com
Copy link

@mwegener-com This is another issue.
see this PR to fix it: https://github.com/n4kz/react-native-material-textfield/pull/283/files

Thanks.
Patch file for this an Issue 283

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

Successfully merging this pull request may close these issues.

4 participants