-
Notifications
You must be signed in to change notification settings - Fork 0
Update mobile documentation #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good 🎉
guide/react-native/installation.mdx
Outdated
npx create-expo-app@latest my-video-app | ||
``` | ||
<details> | ||
<summary>Follow these steps to create new mobile app</summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick:
<summary>Follow these steps to create new mobile app</summary> | |
<summary>Follow these steps to create a new mobile app</summary> |
guide/react-native/installation.mdx
Outdated
|
||
</TabItem> | ||
</Tabs> | ||
As next step, you have to generate native files with `expo prepare` command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion:
As next step, you have to generate native files with `expo prepare` command: | |
As the next step, you have to generate native files with `expo prepare` command: |
guide/react-native/installation.mdx
Outdated
``` | ||
npm install @fishjam-cloud/react-native-client | ||
``` | ||
Your app will need to have configured permissions to use microphone and camera in order to work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick:
Your app will need to have configured permissions to use microphone and camera in order to work. | |
Your app must have permissions configured to use the microphone and camera. |
guide/react-native/installation.mdx
Outdated
|
||
::: | ||
No action is required for iOS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue: On iOS you need NSCameraUsageDescription
and NSMicrophoneUsageDescription
in Info.plist
, otherwise the app will crash.
Description
Add more info about mobile docs
Add plugin for npm/yarn tab generation
Enable
bash
syntax coloringAdd new social card (two lines of text, instead of three