ReactNative TextInput 增加onPress事件. 上代码: <TouchableOpacity onPress={() => console.log("Pressed")}> <TextInput pointerEvents="none" ...
確定! 回上一頁