react-native-header-view
react-native-header-view copied to clipboard
ClassicHeader component props is fault, not headerTitle but title.
<ClassicHeader
backgroundColor="red"
headerTitle={"aaa"} // invalid
title="aaa" // valid
rightComponentDisable
leftComponentOnPress={() => {}}
/>
Hello @xiangyuisabatman Thank you so much for reporting this. I will fix it :)