According to the docs, activation keys should be a List of keys that, when held down, should activate the aforementioned feature.
However when I'm trying to set activation keys for zooming with react-zoom-pan-pinch, it just disables the zoom altogether. The same goes for panning. Here's my code:
<TransformWrapper wheel={{activationKeys: ["alt"]}} >