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)
(Write your answer here.)
Environment
react-native -0.48.1:
node -v8.1.4:
npm -5.4.1:
yarn --v0.23.4:
Then, specify:
- Development Operating System:
Steps to Reproduce
(Write your steps here:)
1.A View ,inside ,top is Text,bottom is View
2. TouchableOpacity contains the View,not defined TouchableOpacity's style
3.iPhone 6p:touch bottom View is normal,
but,iPhone 6s P:touch bottom View is can't call onPress
Expected 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.)
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 isView2.
TouchableOpacitycontains theView,not definedTouchableOpacity'sstyle3.iPhone 6p:touch bottom
Viewis normal,but,iPhone 6s P:touch bottom
Viewis 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.)