react-native-ui-lib
Version:
[](https://travis-ci.org/wix/react-native-ui-lib) [](https://www.npmjs.com/package/react-native-ui-lib) [![NPM Down
36 lines (35 loc) • 766 B
JSON
[
{
"component": "Avatar",
"source": "module-with-deprecations",
"message": "",
"props": [
{
"prop": "url",
"message": "Please use the 'imageSource' prop instead."
}
]
},
{
"component": "Button",
"source": "module-with-deprecations",
"message": "",
"props": [
{
"prop": "text",
"message": "Please use the 'label' prop instead.",
"fix": {"propName": "label"}
}
]
},
{
"component": "TextInput",
"source": "module-with-deprecations",
"message": "Please use the 'TextField' component instead."
},
{
"component": "List.Part",
"source": "module-with-deprecations",
"message": "Please use the 'List.Item' component instead."
}
]