Open tlow92 opened 3 weeks ago
Thanks so much for taking the time, I promise I will get to this pr soon. I have a lot going on currently but ideally in this coming week. Feel free to tag me as a reminder if I take too long :).
I updated by patches but should still be the same
sorry again for taking a while, I have not forgotten
@tlow92 I tried this out and its working pretty great already.
I made some adjustments in my latest commit, could you check if you agree with the changes?
basically its these things
ok had to adjust some types as well, we want this to be an optional theme property
I had a thought... How about making the logo image be a prop that points to a component like BrandLogo
That way someone can use Svg or Icon or something else. It just needs a separate prop called
brandLogoStyle
which will be applied to the style of the component.
It can be later, right now simple branding is fine as long as I can refer to the image via require
@trajano yeah I think that can also work, I will give it a try a bit later
@dannyhw Sorry have been very busy. Changes look good to me, nothing to add from my side, I think. Thanks for the additional fixes 🙏
Implements Feature:
https://github.com/storybookjs/react-native/issues/625
What I did
Support for branding, based on the patches from @trajano. Many thanks!
How it works