Just Patrick
Just Patrick
Yea. I found a solution. Am implementing the fix right now
This discussion might help to fix this https://github.com/electron-userland/electron-builder/issues/4617
Let me look into this. I did not set anything to ignore these categories but let me see whats the issue
> Use fontFamily name instead of fontWeight > > ex : use FamilyName-Medium instead of familyName + 500 I use this workaround ```typescript function mapFontweightToFontFamily(weight: FontWeight, fontPrefix = "Mulish") {...
> Giving `height: '100%'` to contentStyle in your parent stack screen seems to work. I called my collection stack from the bottom tab stack. It works even if they are...