File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ onShow|是
630630onHide|是
631631onUnload|是
632632onError|是
633- onServerPrefetch| 是
633+ onServerPrefetch| 是
634634created|是
635635attached|是
636636ready|是
Original file line number Diff line number Diff line change @@ -681,7 +681,7 @@ Mpx 输出 React Native 支持以下模版指令。
681681注意事项
682682
6836831 . 目前不支持自定义下拉刷新节点,使用 slot="refresher" 声明无效,在 React Native 环境中还是会被当作普通节点渲染出来
684- 2 . 若使用 scroll-into-view 属性,需要 id 对应的组件节点添加 wx: ref 标记,否则无法正常滚动
684+ 2 . 若使用 scroll-into-view 属性,需要 id 对应的组件节点添加 wx: ref 标记,否则无法正常滚动。另外组件节点需要是内置基础组件,自定义组件暂不支持。
6856853 . simultaneous-handlers 为 RN 环境特有属性,具体含义可参考[ react-native-gesture-handler] ( https://docs.swmansion.com/react-native-gesture-handler/docs/fundamentals/gesture-composition/#simultaneouswithexternalgesture )
6866864 . wait-for 为 RN 环境特有属性,具体含义可参考[ react-native-gesture-handler] ( https://docs.swmansion.com/react-native-gesture-handler/docs/fundamentals/gesture-composition/#requireexternalgesturetofail )
687687
You can’t perform that action at this time.
0 commit comments