react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Display size setting Samsung Note 20 doesn't affected to the app

Open evanezent opened this issue 2 years ago • 0 comments

Description

Hello, I have an issue with my device :

  • Samsung Note 20
  • Android 11
  • One UI 3

that the display size setting change doesn't affecting to my react native app, can anyone help ?

Version

0.66.5

Output of npx react-native info

System: OS: macOS 12.6 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 3.47 GB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.0.0 - ~/.nvm/versions/node/v16.0.0/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 7.10.0 - ~/.nvm/versions/node/v16.0.0/bin/npm Watchman: Not Found Managers: CocoaPods: 1.11.3 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.4, iOS 16.0, macOS 12.3, tvOS 16.0, watchOS 9.0 Android SDK: Not Found IDEs: Android Studio: 2021.1 AI-211.7628.21.2111.8309675 Xcode: 14.0.1/14A400 - /usr/bin/xcodebuild Languages: Java: 11.0.15 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: ^17.0.2 => 17.0.2 react-native: ^0.66.5 => 0.66.5 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found

Steps to reproduce

while the App is running, go to your android setting (without killing the app), and navigate into the display size, try to change into the smallest or the largest, then open your running app. Then it doesn't change any view or size.

Expected: it will change the component, font, or any UI thing's size

Snack, code example, screenshot, or link to a repository

Unfortunately, I can't share the screen record since it was a private project and only happen in a specific device (the one that I mentioned above)

evanezent avatar Nov 08 '22 11:11 evanezent