Skip to content

Commit 068b0af

Browse files
committed
Update PR link
1 parent 7d3205e commit 068b0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/swmansion/rnscreens/ScreenStackHeaderSubview.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class ScreenStackHeaderSubview(
5858
// frame received might be computed by native layout & completely invalid (zero height).
5959
// RN layout is the source of subview **size** (not origin) & we need to avoid sending
6060
// this native size to ST. Doing otherwise might lead to problems.
61-
// See: TODO: PR LINK
61+
// See: https://github.com/software-mansion/react-native-screens/pull/2812
6262
if (isReactSizeSet) {
6363
updateSubviewFrameState(width, height, l, t)
6464
}

0 commit comments

Comments
 (0)