react-native-header-view icon indicating copy to clipboard operation
react-native-header-view copied to clipboard

ClassicHeader component props is fault, not headerTitle but title.

Open xiangyuisabatman opened this issue 3 years ago • 1 comments

<ClassicHeader
        backgroundColor="red"
        headerTitle={"aaa"} // invalid
        title="aaa" // valid
        rightComponentDisable
        leftComponentOnPress={() => {}}
/>

xiangyuisabatman avatar Aug 04 '22 07:08 xiangyuisabatman

Hello @xiangyuisabatman Thank you so much for reporting this. I will fix it :)

kuraydev avatar Aug 04 '22 08:08 kuraydev