Skip to content

Commit da680f2

Browse files
committed
beautify
1 parent 7e3d0bf commit da680f2

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
<p align="center">
2-
<img height="150" src="img/logo-emoji.png" />
3-
<h1 align="center">React Native Gesture Detector</h1>
4-
<h3 align="center">Create and detect custom gestures on React Native.</h3>
5-
</p>
1+
<img src="https://raw.githubusercontent.com/mxmzb/react-native-gesture-detector/master/img/logo-emoji.png" height="150" />
2+
3+
# React Native Gesture Detector
4+
5+
### Create and detect custom gestures on React Native.
66

77
[![Version](https://img.shields.io/npm/v/react-native-gesture-detector)](https://npmjs.org/package/react-native-gesture-detector)
88
[![License](https://img.shields.io/npm/l/react-native-gesture-detector)](https://github.com/mxmzb/react-native-gesture-detector/blob/master/LICENSE)
99
[![Bundle Size](https://img.shields.io/bundlephobia/min/react-native-gesture-detector)](https://npmjs.org/package/react-native-gesture-detector)
10+
[![Build](https://img.shields.io/circleci/build/github/mxmzb/react-native-gesture-detector)](https://circleci.com/gh/mxmzb/react-native-gesture-detector/)
1011

1112
## Demos
1213

@@ -138,12 +139,6 @@ Paints a black, round indicator at the passed coordinate. The only useful situat
138139
| `y` | `0` | `number` | The coordinate of the absolute center of the cursor relatively to the parent container. |
139140
| `throttleMs` | `50` in dev build, `25` in production build | `number` | A performance optimization. Sets the time delay between each rerender of the repositioned cursor. You probably don't want to touch this. |
140141

141-
## Roadmap
142-
143-
- [ ] Write some tests
144-
- [ ] Make one more cool example
145-
- [ ] Create a component, that will create gesture coordinates from your gesture
146-
147142
## License
148143

149144
`react-native-gesture-detector` is licensed under the [MIT](https://github.com/mxmzb/react-native-gesture-detector/blob/master/LICENSE).

0 commit comments

Comments
 (0)