rn: document externalAPIScope prop

pull/3985/head
Saúl Ibarra Corretgé 6 years ago
parent 7d8ea85ea0
commit b97cb3509a
  1. 7
      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

Loading…
Cancel
Save