Skip to content

Commit

Permalink
Merge pull request FaridSafi#110 from yanghuxiao/master
Browse files Browse the repository at this point in the history
fix the document about onMessageLongPress
  • Loading branch information
FaridSafi committed Apr 27, 2016
2 parents 669feea + 1d84764 commit 7600170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ See [GiftedMessengerExample/GiftedMessengerContainer.js](https://raw.githubuserc
| onErrorButtonPress | Function | Called when the re-send button is pressed | Both | (message, rowID) => {} |
| onImagePress | Function | Called when the image of a message is pressed | Both | (rowData, rowID) => {} |
| onLoadEarlierMessages | Function | Called when 'Load Earlier Message' button is pressed | Both | (oldestMessage, callback) => {} |
| onMessageLongPress | Function | Called when doing long press on a message | Both | () => {} |
| onMessageLongPress | Function | Called when doing long press on a message | Both | (rowData) => {} |
| parseText | Boolean | If the text has to be parsed with taskrabbit/react-native-parsed-text | iOS | true |
| placeholder | String | TextInput placeholder | Both | 'Type a message...' |
| placeholderTextColor | String | TextInput text color placeholder | Both | '#ccc' |
Expand Down

0 comments on commit 7600170

Please sign in to comment.