Skip to content

Commit

Permalink
fix(android): trying to fix missing LifecycleScope crash by catchin…
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee authored Sep 4, 2024
1 parent 9a15a1a commit abf7eeb
Showing 1 changed file with 3 additions and 16 deletions.
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

0 comments on commit abf7eeb

Please sign in to comment.