Hi all. Has anyone made it work with Expo yet?
I downloaded the React Native Meeting SDK, Android and iOS SDK’s, and looking at the readme I see this:
## Installation
In your React Native project, install the Meeting SDK:
`$ npm install @zoom/meetingsdk-react-native --save`
In the iOS and Android folders in your project, you will also need to [install the iOS and Android Zoom Meeting SDKs](https://developers.zoom.us/docs/meeting-sdk/react-native/), respectively.
That’s not very clear to me. It’s been a few years since I opened Xcode and Android Studio, but what I did was:
- Go to my react native project. I copied the “lib” folder from the iOS SDK and placed it under /ios/lib
- I then opened the Xcode project under /ios and added all the bundle and the .xcframework files. Pressed save
- I then went to the mobilertc folder of the Android SDK, and moved that to the /android/mobilertc folder
- This is more complicated but let’s say I adjusted the gradle and settings.gradle files appropriately
Long story short…am I on the right path to installing these native SDKs in my react native project?
Next, I read I will need to use a devclient to use Expo