📅  最后修改于: 2022-03-11 14:57:25.530000             🧑  作者: Mango
import React from 'react'
import { View } from 'react-native'
export default function index() {
const onLayout=(event)=> {
const {x, y, height, width} = event.nativeEvent.layout;
}
return (
)
}