Procházet zdrojové kódy

rn: document externalAPIScope prop

master
Saúl Ibarra Corretgé před 6 roky
rodič
revize
b97cb3509a
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 6
    1
      react/features/app/components/App.native.js

+ 6
- 1
react/features/app/components/App.native.js Zobrazit soubor

@@ -38,7 +38,12 @@ type Props = AbstractAppProps & {
38 38
     /**
39 39
      * An object of colors that override the default colors of the app/sdk.
40 40
      */
41
-    colorScheme: Object,
41
+    colorScheme: ?Object,
42
+
43
+    /**
44
+     * Identifier for this app on the native side.
45
+     */
46
+    externalAPIScope: string,
42 47
 
43 48
     /**
44 49
      * Whether Picture-in-Picture is enabled. If {@code true}, a toolbar button

Načítá se…
Zrušit
Uložit