Skip to content

Commit ffcb1f7

Browse files
Update ReactViewManager.kt
1 parent 847f890 commit ffcb1f7

File tree

1 file changed

+1
-2
lines changed
  • packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/view

1 file changed

+1
-2
lines changed

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactViewManager.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ public open class ReactViewManager : ReactClippingViewManager<ReactViewGroup>()
157157

158158
// We do not support percentage border radii on Paper in order to be consistent with iOS (to
159159
// avoid developer surprise if it works on one platform but not another).
160-
if (ViewUtil.getUIManagerType(view) != UIManagerType.FABRIC &&
161-
borderRadius != null &&
160+
if ( borderRadius != null &&
162161
borderRadius.type == LengthPercentageType.PERCENT) {
163162
borderRadius = null
164163
}

0 commit comments

Comments
 (0)