Current behaviour
There is a problem with buttons with flex: 1 on iOS - buttons are not visible.
Expected behaviour
Buttons should have proper width and be visible like on Android or web.
How to reproduce?
https://snack.expo.dev/@szado/rnp-ios-button-problem?platform=ios
but1 should occupy the entire available width instead it is invisible.
Preview
IOS:

Expected behaviour:

Your Environment
| software |
version |
| ios |
x |
| android |
x |
| react-native |
newest |
| react-native-paper |
newest |
| expo sdk |
newest |
Current behaviour
There is a problem with buttons with
flex: 1on iOS - buttons are not visible.Expected behaviour
Buttons should have proper width and be visible like on Android or web.
How to reproduce?
https://snack.expo.dev/@szado/rnp-ios-button-problem?platform=ios
but1should occupy the entire available width instead it is invisible.Preview
IOS:


Expected behaviour:
Your Environment