Skip to content

Commit 288584d

Browse files
zhiqingchenyechunxi
authored andcommitted
fix: taro-runtime-rn lint
1 parent bab4fde commit 288584d

File tree

1 file changed

+1
-1
lines changed
  • packages/taro-runtime-rn/src

1 file changed

+1
-1
lines changed

packages/taro-runtime-rn/src/page.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ export function createPageConfig (Page: any, pageConfig: PageConfig): any {
362362
return result
363363
}
364364

365-
isEnablePullDown(){
365+
isEnablePullDown () {
366366
const windowOptions = globalAny.__taroAppConfig?.appConfig?.window || {}
367367
const { enablePullDownRefresh = false } = windowOptions
368368
return pageConfig?.enablePullDownRefresh || enablePullDownRefresh

0 commit comments

Comments
 (0)