Skip to content

Commit f5da38d

Browse files
committed
fix docs
1 parent 0465239 commit f5da38d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs-vitepress/guide/rn/application-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,5 +495,5 @@ mpx.config.rnConfig.getBottomVirtualHeight = (bottomHeight) => {
495495
const screenDimensions = ReactNative.Dimensions.get('screen')
496496
const windowDimensions = ReactNative.Dimensions.get('window')
497497
return Math.max(initialWindowMetrics?.insets?.bottom || 0 , (screenDimensions.height - windowDimensions.height - ReactNative.StatusBar.currentHeight) || 0, 0)
498-
}vscode 如何打开markdown
498+
}
499499
```

0 commit comments

Comments
 (0)