... ref) => { 15 const textInputRef = useRef<RNTextInput | null>(null) 16 useImperativeHandle(ref, 17 () => ({ 18 focus() { 19 textInputRef.current?.focus() ...
確定! 回上一頁