Browse Source

rn: document externalAPIScope prop

master
Saúl Ibarra Corretgé 6 years ago
parent
commit
b97cb3509a
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      react/features/app/components/App.native.js

+ 6
- 1
react/features/app/components/App.native.js View File

38
     /**
38
     /**
39
      * An object of colors that override the default colors of the app/sdk.
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
      * Whether Picture-in-Picture is enabled. If {@code true}, a toolbar button
49
      * Whether Picture-in-Picture is enabled. If {@code true}, a toolbar button

Loading…
Cancel
Save