We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: Latest (master branch) React Native Version: 0.50.3
The wrong value is being passed to the style prop on IconToggle in the ListItem component https://github.com/xotahal/react-native-material-ui/blob/master/src/ListItem/ListItem.react.js#L419.
style
The style prop expects an object as specified:
react-native-material-ui/src/IconToggle/IconToggle.react.js
Lines 46 to 48 in b9713ef
There's two ways to fix this, either add array to the proptype definition or maybe an array is being passed in where it shouldn't be.
array
The text was updated successfully, but these errors were encountered:
[IconToggle] Fix value passed to style prop (#257)
8e8d1f0
Closes #256
No branches or pull requests
Version: Latest (master branch)
React Native Version: 0.50.3
The wrong value is being passed to the
style
prop on IconToggle in the ListItem component https://github.com/xotahal/react-native-material-ui/blob/master/src/ListItem/ListItem.react.js#L419.The style prop expects an object as specified:
react-native-material-ui/src/IconToggle/IconToggle.react.js
Lines 46 to 48 in b9713ef
There's two ways to fix this, either add
array
to the proptype definition or maybe an array is being passed in where it shouldn't be.The text was updated successfully, but these errors were encountered: