Skip to content

Commit 0325bf1

Browse files
FCE-1455: Improve minimal example react-native docs (#112)
## Description - Fixed the example to reflect reality.
1 parent e02d224 commit 0325bf1

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

docs/react-native/quick-setup.mdx

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import ConfigurePermissions from "./_components/configure-permissions.mdx";
99

1010
This article is a fast track to integrate Fishjam into your React Native application.
1111
It contains all the required steps to start streaming video with Fishjam.
12-
You can also [see a full example](#full-example) at the end of the article.
12+
You can also [see a minimal example](#minimal-example) at the end of the article.
1313

1414
## Prerequisites
1515

@@ -148,20 +148,9 @@ export function TracksView() {
148148
}
149149
```
150150

151-
## Full example
151+
## Minimal example
152152

153-
Here is how it all could work together:
154-
155-
:::info
156-
157-
We are using `expo-camera` to request camera permissions in the example app. You can install and build it using the
158-
following command:
159-
160-
```bash
161-
npx expo install expo-camera && npx expo prebuild
162-
```
163-
164-
:::
153+
Here is how it all could work for a minimal, working example:
165154

166155
```tsx
167156
import { useEffect, useState } from "react";

0 commit comments

Comments
 (0)