From b97cb3509a35008b72825fd80cb9e228096c16ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 5 Mar 2019 12:06:38 +0100 Subject: [PATCH] rn: document externalAPIScope prop --- react/features/app/components/App.native.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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