Skip to content
This repository was archived by the owner on Dec 19, 2022. It is now read-only.

Commit 88759da

Browse files
committed
Merge pull request #6 from kiddkai/warning
add package warning
2 parents 9c8eb61 + 3dec618 commit 88759da

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
React Native Gestures
22
=====================
33

4+
:warning: This package is still in early stage, it will have a heaps of API changes before it move to 1.0 :warning:
5+
46
> React Native Composable Gesture Library
57
6-
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
78
[![Build Status](https://travis-ci.org/kiddkai/react-native-gestures.svg)](https://travis-ci.org/kiddkai/react-native-gestures)
89
[![npm version](http://img.shields.io/npm/v/react-native-gestures.svg?style=flat-square)](https://npmjs.org/package/react-native-gestures "View this project on npm")
910
[![npm version](http://img.shields.io/npm/dm/react-native-gestures.svg?style=flat-square)](https://npmjs.org/package/react-native-gestures "View this project on npm")
@@ -56,3 +57,11 @@ export default React.createClass({
5657
}
5758
});
5859
```
60+
61+
Contribute
62+
----------
63+
64+
Using
65+
66+
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
67+

0 commit comments

Comments
 (0)