react-native-paper
react-native-paper copied to clipboard
Why 'TextInput' display incorrect and color on Samsung Note.
Why 'TextInput' display incorrect and color on Samsung Note (Real Device). What should I do?
react-native: "0.69.1" react-native-paper: "^5.0.0-rc.3" react-native-vector-icons: "^9.2.0"
As below picture, Run on Samsung Note 9 (Android 10 - Real Device)

As below picture, Run on Samsung A52 (Android 12 Real Device)

Hey! Thanks for opening the issue. The issue doesn't seem to contain a link to a repro (a snack.expo.dev link or link to a GitHub repo under your username).
Can you provide a minimal repro which demonstrates the issue? A repro will help us debug the issue faster. Please try to keep the repro as small as possible and make sure that we can run it without additional setup.
Couldn't find version numbers for the following packages in the issue:
react-nativereact-native-paperreact-native-vector-icons
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.
The versions mentioned in the issue for the following packages differ from the latest versions on npm:
react-native(found:0.69.1, latest:0.69.5)react-native-paper(found:5.0.0-rc.3, latest:4.12.4)
Can you verify that the issue still exists after upgrading to the latest versions of these packages?
The versions mentioned in the issue for the following packages differ from the latest versions on npm:
react-native(found:0.69.1, latest:0.69.5)react-native-paper(found:5.0.0-rc.3, latest:4.12.4)Can you verify that the issue still exists after upgrading to the latest versions of these packages?
Still not working.
Hey @anupong-s, could you please reproduce the same issue on the snack and share the link with us? Also it will be awesome if you can do some initial investigation since you have an access to both devices.
Hello, @lukewalczak My device is Samsung Note 10 (Android version 10) I try to run on emulator with android Q (version 10) but it display correct. I don't know how to reproduce on emulator. I guess, it problem all model on Samsung Note (real device).
Are you able to provide the code sample which you are using when facing the issue?
Could you please try to install react-native-paper in version 5.0.0-rc.5?
Hi @lukewalczak, I already try to install version 5.0.0-rc.5 but still not working.
- TextInput: type password but text not hidden.
- Text color display incorrect.

There is nothing called type = password in react native you need to use this prop https://reactnative.dev/docs/textinput#securetextentry
Hello 👋, this issue has been open for more than a month without a repro or any activity. If the issue is still present in the latest version, please provide a repro or leave a comment within 7 days to keep it open, otherwise it will be closed automatically. If you found a solution or workaround for the issue, please comment here for others to find. If this issue is critical for you, please consider sending a pull request to fix it.
I'm having this issue right now on my Redmi note 11. It's meant to be black but instead I'm seeing a grayish color...