Add missing import

This commit is contained in:
Tiago Jacobs 2022-06-16 11:12:26 -03:00
parent 0773d0dd88
commit e98cc51f44
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ import Foundation
import os import os
import bigbluebutton_mobile_sdk_common import bigbluebutton_mobile_sdk_common
import AVFAudio import AVFAudio
import React
open class BigBlueButtonSDK: NSObject { open class BigBlueButtonSDK: NSObject {
// Logger (these messages are displayed in the console application) // Logger (these messages are displayed in the console application)

View File

@ -1,6 +1,6 @@
{ {
"name": "bigbluebutton-mobile-sdk", "name": "bigbluebutton-mobile-sdk",
"version": "0.1.22", "version": "0.1.23",
"description": "This repository contains BigBlueButton react-native component, that's used in our [sample implementation](https://github.com/bigbluebutton/bigbluebutton-mobile).", "description": "This repository contains BigBlueButton react-native component, that's used in our [sample implementation](https://github.com/bigbluebutton/bigbluebutton-mobile).",
"main": "lib/commonjs/index", "main": "lib/commonjs/index",
"module": "lib/module/index", "module": "lib/module/index",