Skip to content

Commit 96bcb20

Browse files
authored
fix: remove deprecated setOverflow call for RN 0.81+ compatibility (#163)
- Remove setOverflow("hidden") call from ViewAttacherGroup initialization - This method was deprecated and causes build issues in React Native 0.81+ - Maintains the same visual behavior through existing clipBounds setting
1 parent 7a2597e commit 96bcb20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/com/mjstudio/reactnativenavermap/util/view/ViewAttacherGroup.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class ViewAttacherGroup(
1313
alpha = 0.0f
1414
removeClippedSubviews = false
1515
clipBounds = Rect(0, 0, 0, 0)
16-
setOverflow("hidden") // Change to ViewProps.HIDDEN until RN 0.57 is base
1716
}
1817

1918
// This should make it more performant, avoid trying to hard to overlap layers

0 commit comments

Comments
 (0)