Skip to content

Commit cb0cc02

Browse files
authored
fix: fix ios RCTBridgeModule type not found error (#123)
* fix: fix ios RCTBridgeModule type not found error * chore: fix build-docs error
1 parent 7fa66b5 commit cb0cc02

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class MainApplication extends Application implements ReactApplication {
5858

5959
Or in your **MainApplication.kt** if you are using RN 0.73+
6060
#### Kotlin
61-
```kt
61+
```kotlin
6262
import com.livekit.reactnative.LiveKitReactNative
6363
import com.livekit.reactnative.audio.AudioType
6464

ios/LivekitReactNative.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// Created by David Liu on 9/4/22.
66
// Copyright © 2022 LiveKit. All rights reserved.
77
//
8+
#import <React/RCTBridgeModule.h>
89

910
@interface LivekitReactNative : NSObject <RCTBridgeModule>
1011

ios/LivekitReactNative.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#import <React/RCTBridgeModule.h>
21
#import "AudioUtils.h"
32
#import "LivekitReactNative.h"
43
#import "WebRTCModule.h"

0 commit comments

Comments
 (0)