A custom scrollview with loading spinner.
npm:
npm install rreact-native-az-viewyarn:
yarn add react-native-az-viewimport { AzView } from "react-native-az-view";
<AzView isLoading={this.state.isLoading}>...</AzView>;| Property | Type | Default | Description |
|---|---|---|---|
| isLoading | Boolean | required | Controls the display of loading. |
| loadingText | String | Loading... |
Not implemented yet. |
| loadingColor | String | #FFFFFF |
Not implemented yet. |
| Name | Website |
|---|---|
| Raphael Azeredo | http://azeredo.dev |
MIT © Raphael Azeredo