瀏覽代碼

rn: document externalAPIScope prop

master
Saúl Ibarra Corretgé 6 年之前
父節點
當前提交
b97cb3509a
共有 1 個檔案被更改,包括 6 行新增1 行删除
  1. 6
    1
      react/features/app/components/App.native.js

+ 6
- 1
react/features/app/components/App.native.js 查看文件

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…
取消
儲存