Commit 3d54734
fix: use library findNodeHandle wrapper, guard view.superview nil
- Import findNodeHandle from library's utils wrapper (consistent with
KeyboardAwareScrollView usage) instead of directly from react-native
- Add view.superview nil check in iOS windowPosition to avoid silently
resolving with CGRectZero when superview is nil
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 48cb2af commit 3d54734
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments