React Navigation - Gradient color for Header
问题 I am using React Navigation in React Native app and i want to change the backgroundColor for the header to be gradient and i found out there is a node module : react-native-linear-gradient to achieve gradient in react native i have Root StackNavigator like that : const Router = StackNavigator({ Login: { screen: Login, navigationOptions: ({navigation}) => ({ headerTitle: <Text>SomeTitle</Text> headerLeft: <SearchAndAgent />, headerRight: <TouchableOpacity onPress={() => { null } <