diff --git a/react/features/app/components/App.native.js b/react/features/app/components/App.native.js index d45a32ea7..91117cf8c 100644 --- a/react/features/app/components/App.native.js +++ b/react/features/app/components/App.native.js @@ -38,7 +38,12 @@ type Props = AbstractAppProps & { /** * An object of colors that override the default colors of the app/sdk. */ - colorScheme: Object, + colorScheme: ?Object, + + /** + * Identifier for this app on the native side. + */ + externalAPIScope: string, /** * Whether Picture-in-Picture is enabled. If {@code true}, a toolbar button