export interface ExtraFrameworkProps { /** * A strict style mode that will ignore any style properties that are not supported by the React Native style engine. */ strictStyleMode?: boolean; }