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