File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed
Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import ConfigurePermissions from "./_components/configure-permissions.mdx";
99
1010This article is a fast track to integrate Fishjam into your React Native application.
1111It 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
167156import { useEffect , useState } from " react" ;
You can’t perform that action at this time.
0 commit comments