A custom scrollview with loading spinner.
npm:
npm install rreact-native-az-view
yarn:
yarn add react-native-az-view
import { 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