-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Border not scaling on Android 7.0 #18208
Comments
Thanks for posting this! It looks like your issue may refer to an older version of React Native. Can you reproduce the issue on the latest stable release? Thank you for your contributions. |
@react-native-bot It appears in RN 0.51 - 0.54. |
I'm encountering this issue as well. It's already been reported in #17224, but no one followed up with a fix, so it was closed by @react-native-bot. Hope someone will come up with a fix this time round. |
Getting this issue on 0.54.0 too |
Having the same issue on RN 0.53.3 scale not working on devices and simulators with Android 7.0.0 if View style has borderRadius property. |
Can you verify if this still occurs on |
I am still having this exact same issue on 0.56. it only happens when borderRadius is set to a value bigger than 0. react: 16.4.1 => 16.4.1 I made a simple example on expo snack here. Scan the QR code with an Android 7.0 phone to reproduce the bug. EditAfter playing with the expo snack example, I realized this issue only aplies to View components. Image componants can render the border correctly scaled. |
I'm also still having issues with this on 0.56, details in this issue |
This comment has been minimized.
This comment has been minimized.
I'm currently using RN 0.57.0, and after testing, I can confirm that it's been fixed for Android 7.0 (tested on emulator) and 8.0 (tested on both emulator and physical device). Try updating your RN to the latest version to see if it works for you :) |
Border not scaling on Android 7.0 in RN [0.51 - 0.54]
Environment
Environment:
OS: Windows 10
Node: 9.5.0
Yarn: 1.3.2
npm: 5.6.0
Watchman: Not Found
Xcode: N/A
Android Studio: Not Found
Packages: (wanted => installed)
react: 16.2.0 => 16.2.0
react-native: 0.54.0 => 0.54.0
Expected Behavior
Actual Behavior
Steps to Reproduce
Be sure the android version is 7.0 and react-native version is above 0.51.
I just test it on Android 4.4, and it workd well, but not on Android 7.0.
I did not test on other Android devices.
The text was updated successfully, but these errors were encountered: