Skip to content
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

[SDK README - api.video-reactnative-live-stream] fix(android): trying to fix missing LifecycleScope crash by catchin… #367

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 3 additions & 16 deletions sdks/livestream/react-native-livestream-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Update `Info.plist` with a usage description for camera and microphone

### Code sample


```jsx
import React, { useRef, useState } from 'react';
import { View, TouchableOpacity } from 'react-native';
Expand Down Expand Up @@ -200,29 +199,17 @@ yarn && yarn example android

#### iOS

1. Install the packages

```shell
yarn install
```

2. Go into `/example/ios` and install the Pods

```shell
cd /example/ios && pod install
```

3. Sign your application
1. Sign your application

Open Xcode, click on "Open a project or file" and open the `Example.xcworkspace` file.
<br />You can find it in `YOUR_PROJECT_NAME/example/ios`.
<br />Click on Example, go in `Signin & Capabilities` tab, add your team and create a unique
bundle identifier.

4. Launch the application, from the root of your project
2. Install the packages and launch the application

```shell
yarn example ios
yarn && yarn example ios
```

## Plugins
Expand Down
Loading