mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Bugfix - Typos
Summary: Fixed few typos in `./Examples` and `./Libraries` folders. Closes https://github.com/facebook/react-native/pull/4788 Reviewed By: svcscm Differential Revision: D2759918 Pulled By: androidtrunkagent fb-gh-sync-id: d692b5c7f561822353e522f9d4dfde7e60b491cf
This commit is contained in:
committed by
facebook-github-bot-4
parent
7871abf907
commit
0e8b207cc3
@@ -58,7 +58,7 @@ RCT_NOT_IMPLEMENTED(- (instancetype)initWithCoder:(NSCoder *)aDecoder)
|
||||
eventCount:_nativeEventCount];
|
||||
}
|
||||
|
||||
// This method is overriden for `onKeyPress`. The manager
|
||||
// This method is overridden for `onKeyPress`. The manager
|
||||
// will not send a keyPress for text that was pasted.
|
||||
- (void)paste:(id)sender
|
||||
{
|
||||
|
||||
@@ -71,7 +71,7 @@ const viewConfig = {
|
||||
const Text = React.createClass({
|
||||
propTypes: {
|
||||
/**
|
||||
* Used to truncate the text with an elipsis after computing the text
|
||||
* Used to truncate the text with an ellipsis after computing the text
|
||||
* layout, including line wrapping, such that the total number of lines
|
||||
* does not exceed this number.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user