mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
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:
committed by
GitHub
parent
b41c71e80b
commit
cbe3d6d505
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user