We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fec8ce commit dd6bf2bCopy full SHA for dd6bf2b
README.md
@@ -5,6 +5,13 @@ A floating label factory to use with [``tcomb-form-native``](https://github.com/
5
<img src="https://raw.githubusercontent.com/wiki/alvaromb/react-native-floating-label/floating-form.gif" alt="Floating label" width="400">
6
</p>
7
8
+## Install
9
+```
10
+npm i react-native-floating-label --save
11
12
+
13
+Use 0.2.2 for RN>=0.25.
14
15
## Usage
16
When configuring your ``tcomb-form-native`` ``Form``, use the ``factory`` option to set as ``FloatingLabel``:
17
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-floating-label",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"description": "A floating label text input factory for tcomb-form-native",
"main": "FloatingLabel.js",
"scripts": {
0 commit comments