react-native-paper
react-native-paper copied to clipboard
iOS app crash with textInput mode outlined
Using mode="outlined" on TextInput the app in iOS emulator crashes. Removing this attribute it works. On Android it works
Your Environment
| software | version |
|---|---|
| ios | 17.4 |
| android | x |
| react-native | 0.75.4 |
| react-native-paper | 5.12.5 |
| node | 20.12.0 |
| npm | 10.9.0 |
| expo sdk | 51.0.37 |
I am using mode="outlined" with Expo SDK 51 and I don't have any crashes on iOS 17.4 simulator (not emulator).
Maybe you can provide a Snack reproducing the issue?
In the example app I also didn't face any crashes, could you please provide more details?