droidconKE / droidconKE2022ReactNative

Official DroidconKE 2022 React Native App
https://play.google.com/store/apps/details?id=com.brianwachira.droidconKE2022ReactNative&hl=en&gl=US
MIT License
8 stars 17 forks source link

Extract Header Component into a Resuable Component #45

Closed devKiratu closed 1 year ago

devKiratu commented 1 year ago

Is your feature request related to a problem? Please describe. The header component is similar across different screens. This will result in repetition of code, violating the DRY principle

Describe the solution you'd like Extract the code into a reusable component, such that any change or improvement will be done from one place

Describe alternatives you've considered N/A

Additional context N/A

devKiratu commented 1 year ago

@brianwachira I'd like to take up this issue and run with it

brianwachira commented 1 year ago

Alright, all the best!