react-native-phone-number-input icon indicating copy to clipboard operation
react-native-phone-number-input copied to clipboard

Add dark mode support for dropdown icon.

Open pulbyte opened this issue 3 years ago • 4 comments

  • Add a white dropdown icon base64 string.
  • Show the white dropdown icon when withDarkTheme resolves true instead of the default black.

Fix :- garganurag893#74

WhatsApp Image 2021-11-01 at 10 01 35 AM (1) Before

WhatsApp Image 2021-11-01 at 10 16 31 AM After

pulbyte avatar Nov 01 '21 04:11 pulbyte

How can I change the dropdown icon to white? I believe the issue has been solved but I don't know how to activate this function.

rodrigof1307 avatar Nov 09 '21 15:11 rodrigof1307

How can I change the dropdown icon to white? I believe the issue has been solved but I don't know how to activate this function.

Set useDarkTheme prop to true.

pulbyte avatar Nov 10 '21 01:11 pulbyte

Captura de ecrã 2021-11-15, às 17 24 11

How can I change the dropdown icon to white? I believe the issue has been solved but I don't know how to activate this function.

Set useDarkTheme prop to true.

useDarkTheme doesn't exist, I believe you mean withDarkTheme

However I have "withDarkTheme = {true}" in my code and it still doesn't work. My current version of the library is "react-native-phone-number-input": "^2.1.0".

rodrigof1307 avatar Nov 15 '21 17:11 rodrigof1307

Captura de ecrã 2021-11-15, às 17 24 11

How can I change the dropdown icon to white? I believe the issue has been solved but I don't know how to activate this function.

Set useDarkTheme prop to true.

useDarkTheme doesn't exist, I believe you mean withDarkTheme

However I have "withDarkTheme = {true}" in my code and it still doesn't work. My current version of the library is "react-native-phone-number-input": "^2.1.0".

I had proposed a pull request, but that is still open and hasn't been merged yet, There are just like 3 little changes, that you can manually add to your local library file.

pulbyte avatar Nov 16 '21 02:11 pulbyte