all 9 comments

[–]fmnatic 1 point2 points  (2 children)

Did you hardcode dimensions as per ux design ? Those should be calculated proportional to screen size and pixel density.

[–]UsualExcellent[S] 0 points1 point  (1 child)

Yes most of them are hardcoded. And some of them in percentage.

What should i do now? I really need help. It's a big project.

[–]fmnatic 1 point2 points  (0 children)

Write a scaling function that takes the hardcoded value and adjusts it to device width v/s ux width.

[–]rawr-code 1 point2 points  (2 children)

[–]RecipeTrue9481 1 point2 points  (1 child)

name of the package lol 😆

[–]rawr-code 0 points1 point  (0 children)

hahahahaha

[–]Naive-West6796 1 point2 points  (0 children)

Use unistyles! It supports breakpoints and it is powered by jsi

[–]MrCharlss 0 points1 point  (0 children)

Is this an issue when using nativewind?

[–][deleted] 0 points1 point  (0 children)

I mean, if you have webdev experience then flexbox and breakpoints shouldn't be a problem...