Skip to content

rgazeredo/react-native-az-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

A custom scrollview with loading spinner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published