TouchableOpacity can't call onPress props. #15927
Labels
Ran Commands
One of our bots successfully processed a command.
Stale
There has been a lack of activity on this issue and it may be closed soon.
Is this a bug report?
TouchableOpacity can't call onPress method in iPhone 6sP.
When TouchableOpacity cantains a View ,
The View contains two View(top and bottom)
top can call onPress but bottom can't,in iPhone 6sP
(write your answer here)
Have you read the Contributing Guidelines?
(Write your answer here.)
Environment
react-native -0.48.1
:node -v8.1.4
:npm -5.4.1
:yarn --v0.23.4
:Then, specify:
Steps to Reproduce
(Write your steps here:)
1.A
View
,inside ,top isText
,bottom isView
2.
TouchableOpacity
contains theView
,not definedTouchableOpacity
'sstyle
3.iPhone 6p:touch bottom
View
is normal,but,iPhone 6s P:touch bottom
View
is can't call onPressExpected Behavior
(Write what you thought would happen.)
Actual Behavior
(Write what happened. Add screenshots!)
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: