react-native-actions-sheet-picker icon indicating copy to clipboard operation
react-native-actions-sheet-picker copied to clipboard

Dark Theme Not Supported

Open Everest3 opened this issue 2 years ago • 2 comments

Everest3 avatar Sep 04 '22 15:09 Everest3

Confirm this. Action sheet displays white text on white background if dark theme enabled.

SergeyA avatar Sep 29 '22 20:09 SergeyA

Unfortunately, we cannot set a dark background color for whole Action Sheet (via actionsSheetProps) due hardcoded style:

https://github.com/Bur0/react-native-actions-sheet-picker/blob/acd8ebf0e87b50332ab4fe12da5cc9e08b304acf/src/components/Picker.tsx#L99

SergeyA avatar Sep 29 '22 20:09 SergeyA