-
Notifications
You must be signed in to change notification settings - Fork 599
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 componentWillReceiveProps warning #204
base: master
Are you sure you want to change the base?
Conversation
…tons to latest version and fix Deprecation warnings for React component lifecycle methods
can we merge this? |
Please merge the warnings are so annoying. |
Please merge this 🙏 |
This PR changed default behaviour. Suppose I have separate values and labels for dropdown options like this: {
label: 'Zero cases',
value: '0'
} After I press dropdown, I see EDIT: @AureliaRoumesy, I've fixed it in my fork. Don't know why you need displayLabel. Ordinary labels work just fine for me. |
I'm using this component in one of my projects. How do apply changes to my project? |
Update
react-native-material-textfield version
react-native-material-buttons version
Fixed
Deprecation warnings for React component lifecycle methods
Issue #192