Satyajit Sahoo

Results 434 comments of Satyajit Sahoo

Safe area applies insets on all sides and you can customize it with the `edges` prop. You don't want your image to avoid the safe area, so don't put it...

Would prefer install/uninstall to be done by a Makefile,

Yeah. But when someone packages it he won't have to write different code for installing. One Makefile will handle installation everywhere. Not that the Makefile needs to be complex. It...

Can you fix the merge conflicts?

> The stack is aware that it can return, even gestures do work The gesture likely works because the screen the stack is nested in is aware that it can...

Unless the native UINavigationController supports it then there's no other way than a custom header (or fix that issue you have with the custom back button if possible)

This change has several issues: 1. Adding styles after mount means there'll be unstyled content before Javascript gets to execute and component finishes mounting, which is not desirable. 2. SSR...

> Since the CSS sets the font color of placeholder text for the underlying textfield, before which it's transparent, there's no FOUC or re-layout. What's the underlying concern? CSS does...

> Only IE would get a degraded experience. While I understand that IE supprting IE is no longer a priority, IMO degrading the experience just to make a validator/linter happy...

> it's discouraged for the very same regression the current changes introduce for IE SSR users: FOUC. While generally it can be bad for performance, from my understanding, this isn't...