Skip to content

Commit

Permalink
Update Readme for previousHidden prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ardaogulcan authored Mar 14, 2018
1 parent cb13d34 commit 560e9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# react-native-keyboard-accessory
**!!!Work In Progress!!!**

A React Native Keyboard Accessory (View, Navigation) Component. Sticky views on keyboard.

Expand Down Expand Up @@ -87,9 +86,10 @@ All the `KeyboardAccessoryView` props will be passed.
| `previousButton` | `node` | `null` | Replace default Previous Button. Non-Touchable node should be provided. |
| `doneDisabled` | `boolean` | false | Disables Done Button |
| `nextDisabled` | `boolean` | false | Disables Next Button |
| `previousDisabled` | `boolean` | false | Disables Previous Button |
| `doneHidden` | `boolean` | false | Hides Done Button |
| `nextHidden` | `boolean` | false | Hides Next Button |
| `previousDisabled` | `boolean` | false | Disables Previous Button |
| `previousHidden` | `boolean` | false | Hides Previous Button |
| `accessoryStyle` | `object` | null | Style object or StyleSheet reference which will be applied to Navigation Accessory `View`. |
| `doneButtonStyle` | `object` | null | Style object or StyleSheet reference which will be applied to Done Button `View` |
| `doneButtonTitleStyle` | `object` | null | Style object or StyleSheet reference which will be applied to Done Button `Text` |
Expand Down

0 comments on commit 560e9c4

Please sign in to comment.