diff --git a/sdks/livestream/react-native-livestream-component.md b/sdks/livestream/react-native-livestream-component.md index 8c6c2256..fa40c362 100644 --- a/sdks/livestream/react-native-livestream-component.md +++ b/sdks/livestream/react-native-livestream-component.md @@ -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'; @@ -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.
You can find it in `YOUR_PROJECT_NAME/example/ios`.
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