We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6baaeb4 commit bc583c2Copy full SHA for bc583c2
1 file changed
README.md
@@ -16,6 +16,7 @@ npm install --save react-repeatable
16
17
```js
18
<Repeatable
19
+ style={{ display: 'inline-block' }}
20
repeatDelay={500}
21
repeatInterval={32}
22
onPress{(event) => {
0 commit comments