Open
Description
openedon Oct 7, 2024
Current behaviour
When using "react-native": "~0.75.3",
the disabled
button color theme is different than when using "react-native": "0.74.5",
. The same behavior is exhibited on Android.
Expected behaviour
Theming with the latest version of react-native
should behave consistently with all previous versions.
How to reproduce?
yarn install
.yarn run ios
.
https://github.com/iM-GeeKy/paper-button-disabled-bug
Preview
"react-native": "~0.75.3",
https://github.com/user-attachments/assets/d2d3ac54-34ca-47d8-a9ae-fe637b9e7687
"react-native": "0.74.5",
https://github.com/user-attachments/assets/6cb50a45-a41f-4704-b7bc-7e41b8c93460
What have you tried so far?
Simply changing between the different versions yields different theming behavior for the disabled
prop on a Button
.
Relates to new arch support
Your Environment
software | version |
---|---|
ios | 18.0 |
android | 14.0 |
react-native | 0.75.3 |
react-native-paper | 5.12.5 |
node | 20.17.0 |
npm or yarn | yarn |
expo sdk | 51.0.36 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment