1.0.1 • Published 4 years ago

react-native-az-view v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

AzView

license npm downloads

A custom scrollview with loading spinner.

Table of Contents

Install

npm:

npm install rreact-native-az-view

yarn:

yarn add react-native-az-view

Example

import { AzView } from "react-native-az-view";

<AzView isLoading={this.state.isLoading}>...</AzView>;

Options

PropertyTypeDefaultDescription
isLoadingBooleanrequiredControls the display of loading.
loadingTextStringLoading...Not implemented yet.
loadingColorString#FFFFFFNot implemented yet.

Contributors

NameWebsite
Raphael Azeredohttp://azeredo.dev

License

MIT © Raphael Azeredo