remove peculiar web language
Summary: Nothing about the web prevents people from providing good visual feedback on touch events. I'm not trying to be a punk, just coming across this language (several times now) gives me weird feelings since I come from "the web". Closes https://github.com/facebook/react-native/pull/12484 Differential Revision: D4608430 Pulled By: hramos fbshipit-source-id: 9ab72bffb300aa7bd76b6e07470dfe9763e50556
This commit is contained in:
parent
fe2ff122dc
commit
843ad50296
|
@ -26,8 +26,7 @@ const PRESS_RETENTION_OFFSET = {top: 20, left: 20, right: 20, bottom: 30};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Do not use unless you have a very good reason. All the elements that
|
* Do not use unless you have a very good reason. All the elements that
|
||||||
* respond to press should have a visual feedback when touched. This is
|
* respond to press should have a visual feedback when touched.
|
||||||
* one of the primary reasons a "web" app doesn't feel "native".
|
|
||||||
*
|
*
|
||||||
* > **NOTE**: TouchableWithoutFeedback supports only one child
|
* > **NOTE**: TouchableWithoutFeedback supports only one child
|
||||||
* >
|
* >
|
||||||
|
|
Loading…
Reference in New Issue