react-native-fade-loading
v1.0.1
Published
test
Readme
React Native Fade Loading
Placeholder/Loading for React Native

Installation
npm install --save react-native-fade-loadingor
yarn add react-native-fade-loadingUsage
import { FadeLoading } from 'react-native-fade-loading';
// ...
<FadeLoading primaryColor="gray" secondaryColor="lightgray" duration={5000} />;Props
| Prop | Description | Type | Default |
| -------------------- | ------------------------------------ | --------- | ---------------------------- |
| children | Components Elements | Component | null |
| style | Container Style | Style | {padding: 5,borderRadius: 4} |
| visible | Visible child components | boolean | true |
| primaryColor | Main color of fade loading | string | 'lightgray' |
| secondaryColor | Secondary color of fade loading | string | 'whitesmoke' |
| duration | Duration of fade loading (ms) | number | 5000 |
| animated | Animation enable value for component | boolean | true |
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
