forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Border Radius percentage should be disabled on Paper (facebook#46179)
Summary: Pull Request resolved: facebook#46179 Changelog: [Internal] **Context** - When debugging E2E tests, we found RNTester Legacy Arch builds were rendering border radius w/ percentages in a strange way - The issues was only noticeable on production e2e builds - Support for percentage on borderRadius ViewStyle props was added in D56198302 - This should be fabric only, but the same props are parsed on Paper **Change** - Add Custom Conversion for BorderRadius on Paper - Only Parse integer border radius values Reviewed By: philIip Differential Revision: D61686841 fbshipit-source-id: cc24d3dbdb82b1dcb90f18fc44d5d13d3e6465b4
- Loading branch information
1 parent
09e8844
commit 6cfe51d
Showing
2 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters