mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 10:14:49 +00:00
Add "Only supports one child" to TouchableWithoutFeedback
Summary: Closes https://github.com/facebook/react-native/pull/4985 Reviewed By: svcscm Differential Revision: D2794384 Pulled By: bestander fb-gh-sync-id: 7332a83df635619d1d6bfacbf6e9c71af90179d9
This commit is contained in:
parent
37b724eaa6
commit
d6513ca03f
@ -29,6 +29,10 @@ var 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. This is
|
||||||
* one of the primary reason a "web" app doesn't feel "native".
|
* one of the primary reason a "web" app doesn't feel "native".
|
||||||
|
*
|
||||||
|
* > **NOTE**: TouchableWithoutFeedback supports only one child
|
||||||
|
* >
|
||||||
|
* > If you wish to have several child components, wrap them in a View.
|
||||||
*/
|
*/
|
||||||
var TouchableWithoutFeedback = React.createClass({
|
var TouchableWithoutFeedback = React.createClass({
|
||||||
mixins: [TimerMixin, Touchable.Mixin],
|
mixins: [TimerMixin, Touchable.Mixin],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user