Skip to content

Commit

Permalink
update readme after new props
Browse files Browse the repository at this point in the history
  • Loading branch information
TchernyavskyDaniil committed Nov 10, 2019
1 parent bf1f7d6 commit b372de8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ FlatList
| **`callbackError`** | `function` | `() => {}` | In case of error setClearedInterval function | No |
| **`callback`** | `function` | `null` | Your callback, for example, for data processing during a refresh | No |
| **`callbackParams`**| `any` | `undefined` | Any set of parameters when calling prop callback | No |
| **`delay`** | `number` | `null` | Set duration of refresh, regardless of prop callback | No |
| **`delayCallback`** | `function` | `() => {}` | With the correct prop duration, you can specify a callback for setTimeout | No |
| **`controlParams`**| `object` | `{}` |Other parameters for refresh control (style, colors, etc) | No |

## Built With

Expand Down

0 comments on commit b372de8

Please sign in to comment.