The problem comes from the "secret" onPress parameter. Here is the ReactNative onPress type: ((event: GestureResponderEvent) => void) | undefined. Back to the ...
確定! 回上一頁