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
22 lines (21 loc) • 1.09 kB
JSON
{
"name": "LoaderScreen",
"category": "layoutsAndTemplates",
"description": "Component that shows a full screen with an activity indicator",
"extends": ["ActivityIndicator"],
"extendsLink": ["https://reactnative.dev/docs/activityindicator"],
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/LoadingScreen.tsx",
"props": [
{"name": "loaderColor", "type": "string", "description": "Color of the loading indicator"},
{"name": "customLoader", "type": "React.ReactChild", "description": "Custom loader"},
{
"name": "backgroundColor",
"type": "string",
"description": "Color of the loader background (only when passing 'overlay')"
},
{"name": "message", "type": "string", "description": "loader message"},
{"name": "messageStyle", "type": "TextStyle", "description": "message style"},
{"name": "overlay", "type": "boolean", "description": "Show the screen as an absolute overlay"},
{"name": "containerStyle", "type": "ViewStyle", "description": "Custom container style"}
]
}