Skip to content

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

Merged
merged 9 commits into from
Sep 23, 2024
Merged

Update mobile documentation #13

merged 9 commits into from
Sep 23, 2024

Conversation

mironiasty
Copy link
Member

Description

Add more info about mobile docs

Add plugin for npm/yarn tab generation

Enable bash syntax coloring

Add new social card (two lines of text, instead of three

Copy link
Contributor

@MiloszFilimowski MiloszFilimowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good 🎉

npx create-expo-app@latest my-video-app
```
<details>
<summary>Follow these steps to create new mobile app</summary>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick:

Suggested change
<summary>Follow these steps to create new mobile app</summary>
<summary>Follow these steps to create a new mobile app</summary>


</TabItem>
</Tabs>
As next step, you have to generate native files with `expo prepare` command:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion:

Suggested change
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:

```
npm install @fishjam-cloud/react-native-client
```
Your app will need to have configured permissions to use microphone and camera in order to work.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick:

Suggested change
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.


:::
No action is required for iOS
Copy link
Contributor

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.

@mironiasty mironiasty merged commit bd251b4 into main Sep 23, 2024
1 check passed
@mironiasty mironiasty deleted the moar-docs branch September 23, 2024 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants