You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems react-native-skia ignores the fact of 'display density change' possibility on Android.
Yes, this might be quite rare case of change-density-on-the-fly, but completely ruins user experience and overall impression about application quality once faced with the case.
Unfortunately, I am not on that level of understanding RNS source code to propose a solution, but I will be happy to do my best to figure out and verify a one.
Current workaround is only: "stop engine, get out of the car, lock the doors, then unlock the doors, get in and try to start it again".
Version
1.3.13
Steps to reproduce
run rns-density test app (repository linked)
change "display size" in android settings
switch back to the app
check elements position/size on screen
Snack, code example, screenshot, or link to a repository
Description
It seems react-native-skia ignores the fact of 'display density change' possibility on Android.
Yes, this might be quite rare case of change-density-on-the-fly, but completely ruins user experience and overall impression about application quality once faced with the case.
Unfortunately, I am not on that level of understanding RNS source code to propose a solution, but I will be happy to do my best to figure out and verify a one.
Current workaround is only: "stop engine, get out of the car, lock the doors, then unlock the doors, get in and try to start it again".
Version
1.3.13
Steps to reproduce
Snack, code example, screenshot, or link to a repository
Test app repository:
https://github.com/kedikx/rns-density/
Screen recording:
rns-density.webm
The text was updated successfully, but these errors were encountered: