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
84 lines (83 loc) • 1.92 kB
JSON
[
{
"component": "Avatar",
"source": "module-with-deprecations",
"props": [
{
"prop": "url",
"message": "Please use the 'source' prop instead."
}
]
},
{
"component": "Thumbnail",
"source": "module-with-deprecations",
"props": [
{
"prop": "url",
"message": "Please use the 'uri' prop instead.",
"fix": {"propName": "uri"}
}
]
},
{
"component": "Button",
"source": "module-with-deprecations",
"props": [
{
"prop": "text",
"message": "Please use the 'label' prop instead.",
"fix": {"propName": "label"}
}
]
},
{
"component": "List",
"source": "another-module-with-deprecations",
"props": [
{
"prop": "text",
"message": "Please use the 'label' prop instead.",
"fix": {"propName": "label"}
}
]
},
{
"component": "List.Item",
"source": "module-with-deprecations",
"props": [
{
"prop": "text",
"message": "Please use the 'label' prop instead.",
"fix": {"propName": "label"}
}
]
},
{
"component": "Text",
"source": "module-with-deprecations",
"props": [
{
"prop": "t",
"message": "Please use the 'title' prop instead.",
"fix": {"propName": "title"}
},
{
"prop": "s",
"message": "Please use the 'subtitle' prop instead.",
"fix": {"propName": "subtitle"}
}
]
},
{
"component": "Picker",
"source": "module-with-deprecations",
"props": [
{
"prop": "migrate",
"message": "Please make sure to pass the 'migrate' prop.",
"isRequired": true
}
]
}
]