# React Native Loading Dots

### Example

![alt text](https://raw.githubusercontent.com/Gspatelw3/React-Native-Loading-Dots/main/ezgif-5-a84502b035.gif)

# Install

npm

```sh
npm install simple-react-native-loading-dots
```

yarn

```sh
yarn add simple-react-native-loading-dots
```

## Options

| Property | Type   | Default | Description                  |
| -------- | ------ | ------- | ---------------------------- |
| size     | Number | `5`     | Change the size of the dots  |
| color    | String | `black` | Change the color of the dots |
| spacing  | Number | `3`     | Spacing between dots         |
