Skip to content

Commit

Permalink
补充提交
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcuijuan committed Dec 10, 2024
1 parent c06d826 commit a2ec8cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class RNIntersectionObserver {

_getWindowRect () {
if (this.windowRect) return this.windowRect
const navigation = getFocusedNavigation()
const navigation = getFocusedNavigation() || {}
const screen = Dimensions.get('screen')
const navigationLayout = navigation.layout || {
x: 0,
Expand Down

0 comments on commit a2ec8cc

Please sign in to comment.