# PostHogRageClickConfig **SDK:** PostHog React Native SDK ### Properties - **`enabled`** (`boolean`) - Enable or disable rage click (rage tap) detection. When enabled the native SDK emits a `$rageclick` event whenever a user taps the same area repeatedly in quick succession. - **`minimumTapCount`** (`number`) - Number of consecutive taps required to trigger a rage click. - **`thresholdPoints`** (`number`) - Maximum pixel distance between consecutive taps for them to still count toward a rage click. - **`timeoutInterval`** (`number`) - Maximum time in seconds allowed between consecutive taps.