diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index cdd58762a4..46830051b0 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -5332,7 +5332,7 @@ export interface PixelRatioStatic { /** * @see https://facebook.github.io/react-native/docs/platform-specific-code.html#content */ -export type PlatformOSType = 'ios' | 'android' | 'windows' +export type PlatformOSType = 'ios' | 'android' | 'windows' | 'web' interface PlatformStatic { OS: PlatformOSType