PostHogProviderProps
Properties
Name | Type |
---|---|
apiKey | string |
Your PostHog API key | |
autocapture | boolean | PostHogAutocaptureOptions |
Autocapture configuration - can be a boolean or detailed options | |
children | React.ReactNode |
The child components to render within the PostHog context | |
client | PostHog |
An existing PostHog client instance | |
debug | boolean |
Enable debug mode for additional logging | |
options | PostHogOptions |
PostHog configuration options | |
style | StyleProp<ViewStyle> |
Custom styles for the provider wrapper View |