gpt4 book ai didi

React Native 中 onLayout 事件的 TypeScript 类型?

转载 作者:行者123 更新时间:2023-12-03 18:40:16 24 4
gpt4 key购买 nike

如何在 TypeScript 中为 React Native 的 onLayout 事件指定类型?

  const handleOnLayout = (e: SomeTypeHere) => {
// stuff
};

<View onLayout={handleOnLayout}>
<Text>Hi</Text>
</View>

最佳答案

此方法返回具有这些属性的 LayoutChangeEvent {nativeEvent: { layout: {x, y, width, height}}}
导入:

import { LayoutChangeEvent } from "react-native";

Source

关于React Native 中 onLayout 事件的 TypeScript 类型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60888913/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com