rn: start removing defaultURL

This commit is contained in:
Saúl Ibarra Corretgé
2019-03-12 16:55:28 +01:00
parent e4c3e15791
commit 7d8ea85ea0
2 changed files with 1 additions and 8 deletions
@@ -14,12 +14,6 @@ import { getDefaultURL } from '../functions';
*/
export type Props = {
/**
* The default URL {@code AbstractApp} is to open when not in any
* conference/room.
*/
defaultURL: string,
/**
* XXX Refer to the implementation of loadURLObject: in
* ios/sdk/src/JitsiMeetView.m for further information.