diff --git a/react/features/app/components/App.native.js b/react/features/app/components/App.native.js index 5c467843e..ba7cae73f 100644 --- a/react/features/app/components/App.native.js +++ b/react/features/app/components/App.native.js @@ -47,8 +47,8 @@ export class App extends AbstractApp { * by this app. * * @inheritdoc - * @see https://facebook.github.io/react-native/docs/linking.html * @returns {void} + * @see https://facebook.github.io/react-native/docs/linking.html */ componentWillMount() { super.componentWillMount(); @@ -61,8 +61,8 @@ export class App extends AbstractApp { * handled by this app. * * @inheritdoc - * @see https://facebook.github.io/react-native/docs/linking.html * @returns {void} + * @see https://facebook.github.io/react-native/docs/linking.html */ componentWillUnmount() { Linking.removeEventListener('url', this._onLinkingURL);