Home > @snowplow/react-native-tracker > ConditionalContextProvider
Conditional context providers are two element arrays used to decide when to attach contexts, where: - the first element is some conditional criterion - the second element is any number of context primitives
Signature:
type ConditionalContextProvider = FilterProvider | RuleSetProvider;