How can I change text color of items in safe area in React Native?

Viewed 1258

I am trying to change the color of text and other icons in SafeAreaView (check this Screenshot) based on theme in react-native-ui-kitten. I tried setting color in stylesheet but no good.

2 Answers
Related