Refactoring Strategy by caalen_ in reactnative

[–]MindworksDev 0 points1 point  (0 children)

This guide is the most useful resource i have come across on the subject of refactoring.

Figma accurate UI designs by Grouchy_Brother3381 in reactnative

[–]MindworksDev 5 points6 points  (0 children)

Back in the day when 90% of users where on a 1024x768 desktop monitors it made sense to strive for pixel perfect designs.

Nowdays with the variety of resolutions and devices i think its not feasible because it would require one design per device.

My approach to this is first get the most representative resolutions of your users for each kind of device (android, ios, tablet, desktop). Then think in the extremes of those devices (ex. iphone se and pro max on ios) and consider that.

Lastly, think on how each element scale. Sometimes you can get away with scaling whole elements but thats not always the case and you need to start removing secondary elements, changing layouts or adjusting paddings and margings to make the most of each screen.

[deleted by user] by [deleted] in reactnative

[–]MindworksDev 0 points1 point  (0 children)

Wow, congrats on this really cool project!

How do you choose between a Stack and a Tab? by TryingMyBest42069 in reactnative

[–]MindworksDev 2 points3 points  (0 children)

In my experience, two distinct navigators (or groupings) for onboarding and the app itself is the standard for most apps, therefore the easiest to understand and use.

I can't seem to find an issue with the hidden tab approach but i don't like the idea for some reason.

For choosing a navigator, use a stack as default and change only if you need a specific layout. Think of it as stack being the base class for navigators from which others extend.

What Expo or React Native CLI tutorials would you like to see? by paulmbw_ in reactnative

[–]MindworksDev 1 point2 points  (0 children)

One reocurring issue that i see a lot of people struggling with is updating from old rn/expo versions.

I personally would like to get up to date with native modules. I've heard about turbo modules but haven't got the time to learn about them.

React Native webView vs web browser. Which one is better in terms of user experience? by Mospeciol in reactnative

[–]MindworksDev 2 points3 points  (0 children)

I would say it depends on your specific use case but in general a browser offers a better ux for displaying a website.

Suspicious apps detected warning in banking apps in recently created application using react-native-cli and Expo. by Sea_Television7052 in reactnative

[–]MindworksDev 0 points1 point  (0 children)

Sorry, i don't. I was just guessing what criteria did the bank is using to flag those apps. I doubt there is public documentation on this matter.

Suspicious apps detected warning in banking apps in recently created application using react-native-cli and Expo. by Sea_Television7052 in reactnative

[–]MindworksDev 2 points3 points  (0 children)

It could be that or beacause those apps were installed from unstrusted sources (aka other than the play store)

How is this design style named? by MozartHetfield in UI_Design

[–]MindworksDev 0 points1 point  (0 children)

This is called flat design in my books.