react-native-ui-lib
Version:
<p align="center"> <img src="https://user-images.githubusercontent.com/1780255/105469025-56759000-5ca0-11eb-993d-3568c1fd54f4.png" height="250px" style="display:block"/> </p> <p align="center">UI Toolset & Components Library for React Native</p> <p a
64 lines (63 loc) • 1.33 kB
JSON
[
{
"components": ["ListItem", "Label", "Chip", "Dialog.Header"],
"propNames": ["avatar", "avatarProps"],
"shape": [
{
"prop": "imageSource",
"message": "Please use 'source' instead (fix is available).",
"fix": {
"propName": "source"
}
}
]
},
{
"components": ["MediaItem"],
"propNames": ["label.avatar", "label.avatarProps"],
"shape": [
{
"prop": "imageSource",
"message": "Please use 'source' instead (fix is available).",
"fix": {
"propName": "source"
}
}
]
},
{
"components": ["ChipList"],
"propNames": ["chips.label.avatar", "chips.label.avatarProps"],
"shape": [
{
"prop": "imageSource",
"message": "Please use 'source' instead (fix is available).",
"fix": {
"propName": "source"
}
}
]
},
{
"components": ["Dialog"],
"propNames": ["pannableHeaderProps"],
"shape": [
{
"prop": "title",
"message": "Please use 'header' instead (fix is available).",
"fix": {
"propName": "header"
}
}
]
},
{
"components": ["ListItem"],
"propNames": ["thumbnail"],
"shape": [
{
"prop": "useCustomTheme"
}
]
}
]