rn: document externalAPIScope prop
This commit is contained in:
parent
7d8ea85ea0
commit
b97cb3509a
|
@ -38,7 +38,12 @@ type Props = AbstractAppProps & {
|
||||||
/**
|
/**
|
||||||
* An object of colors that override the default colors of the app/sdk.
|
* 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
|
* Whether Picture-in-Picture is enabled. If {@code true}, a toolbar button
|
||||||
|
|
Loading…
Reference in New Issue