I have a Geography component with the following styling when pressed: pressed: { fill: isCurrentQuizUnit ? 'green' : 'red', outline: 'none', } This works normally, but when the Geography component is within a ZoomableGroup, it no longer works. Hover and default still work however.