Skip to content

Commit dd6bf2b

Browse files
author
alvaromb
committed
v0.2.2
1 parent 1fec8ce commit dd6bf2b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: README.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ A floating label factory to use with [``tcomb-form-native``](https://github.com/
55
<img src="https://raw.githubusercontent.com/wiki/alvaromb/react-native-floating-label/floating-form.gif" alt="Floating label" width="400">
66
</p>
77

8+
## Install
9+
```
10+
npm i react-native-floating-label --save
11+
```
12+
13+
Use 0.2.2 for RN>=0.25.
14+
815
## Usage
916
When configuring your ``tcomb-form-native`` ``Form``, use the ``factory`` option to set as ``FloatingLabel``:
1017

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-floating-label",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A floating label text input factory for tcomb-form-native",
55
"main": "FloatingLabel.js",
66
"scripts": {

0 commit comments

Comments
 (0)