|
@@ -1,9 +1,9 @@
|
1
|
1
|
# Jitsi Meet mobile apps
|
2
|
2
|
|
3
|
3
|
Jitsi Meet can also be built as a standalone mobile application for
|
4
|
|
-iOS and Android. It uses the [React Native]() framework.
|
|
4
|
+iOS and Android. It uses the [React Native] framework.
|
5
|
5
|
|
6
|
|
-First make sure the [React Native dependencies]() are installed.
|
|
6
|
+First make sure the [React Native dependencies] are installed.
|
7
|
7
|
|
8
|
8
|
**NOTE**: This document assumes the app is being built on a macOS system.
|
9
|
9
|
|
|
@@ -62,8 +62,8 @@ work properly with the native plugins we require.
|
62
|
62
|
|
63
|
63
|
## Android
|
64
|
64
|
|
65
|
|
-The [React Native dependencies]() page has very detailed information on how to
|
66
|
|
-setup [Android Studio]() and the required components for getting the necessary
|
|
65
|
+The [React Native dependencies] page has very detailed information on how to
|
|
66
|
+setup [Android Studio] and the required components for getting the necessary
|
67
|
67
|
build environment. Make sure you follow it closely.
|
68
|
68
|
|
69
|
69
|
1. Building the app
|
|
@@ -79,7 +79,7 @@ build environment. Make sure you follow it closely.
|
79
|
79
|
|
80
|
80
|
## Debugging
|
81
|
81
|
|
82
|
|
-The official documentation on [debugging]() is quite extensive, it is the
|
|
82
|
+The official documentation on [debugging] is quite extensive, it is the
|
83
|
83
|
preferred method for debugging.
|
84
|
84
|
|
85
|
85
|
**NOTE**: When using Chrome Developer Tools for debugging the JavaScript code
|