feat(rn) remove use of externalAPIScope

Use the system broadcasting mechanism instead.

On Android I took the chance and removed the no longer needed
BaseReactView and implemented it on JitsiMeetView instead.
This commit is contained in:
Saúl Ibarra Corretgé
2022-07-05 11:40:03 +02:00
committed by GitHub
parent b41c71e80b
commit cbe3d6d505
10 changed files with 79 additions and 651 deletions

View File

@@ -33,11 +33,6 @@ const DialogContainerWrapper = Platform.select({
*/
type Props = AbstractAppProps & {
/**
* Identifier for this app on the native side.
*/
externalAPIScope: string,
/**
* An object with the feature flags.
*/