UNPKG

instabug-reactnative

Version:

React Native plugin for integrating the Instabug SDK

12 lines (11 loc) 246 B
export interface FeatureFlag { /** * the name of feature flag */ name: string; /** * The variant of the feature flag. * Leave it `undefined` for boolean (kill switch) feature flags. */ variant?: string; }