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
39 lines (38 loc) • 1.14 kB
JSON
[
{
"component": "Avatar",
"source": "module-with-deprecations",
"message": "Please use the 'Picture' component instead.",
"fix": {"componentName": "Picture"}
},
{
"component": "Button",
"source": "module-with-deprecations",
"message": "Please use the 'Touch' component instead.",
"fix": {"componentName": "Touch"}
},
{
"component": "TextInput",
"source": "module-with-deprecations",
"message": "Please use the 'TextField' component instead.",
"fix": {"componentName": "TextField"}
},
{
"component": "List.Part",
"source": "module-with-deprecations",
"message": "Please use the 'List.Item' component instead (fix is working partially).",
"fix": {"componentName": "List.Item"}
},
{
"component": "List",
"source": "another-module-with-deprecations",
"message": "Please use the 'ListList' component instead.",
"fix": {"componentName": "ListList"}
},
{
"component": "ScrollView",
"parent": "MyComponent",
"source": "module-with-deprecations",
"message": "Please use the 'MyComponent.ScrollView' component instead."
}
]