Closed
Description
React Native version: 0.59
Steps To Reproduce
- Using an IOS device, or IOS simulator
- Using the following code
<View style={{height:0}}>
<Button title="There is an issue"></Button>
</View>
Describe what you expected to happen:
For the snack provided, the expected result will be that nothing will show. Because the height of view is already set to be 0.
On Android device, it works as expecet. But on IOS device, the bottom sheet is still partily shown as follows: