Skip to content

Commit

Permalink
added better refs documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dabit3 committed Nov 23, 2016
1 parent 740b22c commit 8153c61
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,15 @@ import { FormLabel, FormInput } from 'react-native-elements'
| labelStyle | none | object (style) | additional label styling (optional) |
| fontFamily | System font bold (iOS), Roboto-Bold (android) | string | specify different font family |
#### Using FormInput refs
```
<FormInput
ref='forminput'
textInputRef='email'
...
/>
```
## Card
Expand Down

0 comments on commit 8153c61

Please sign in to comment.