Issue with MobileRTC Integration in React Native Zoom SDK – "Project with path" could not be found
Hi Team, I'm following the instructions in the "@zoom/meetingsdk-react-native" package official Docs and have reached the point where I need to copy the mobilertc folder from the Zoom SDK for Android into the React Native project. The steps I followed are: What went wrong: A problem occurred evaluating project ':app'. Project with path ':mobilertc' could not be found in project ':app'. I suspect that the build is unable to locate the mobilertc project within the app's directory structure, but I'm not entirely sure how to resolve this. Has anyone encountered this issue before or can provide guidance on how to fix this? Perhaps there's a missing configuration or step that I overlooked. Thanks for your help!
dependencies.add("default","com.google.android:flexbox:2.0.1")
dependencies.add("default","com.google.android.flexbox:flexbox:3.0.0")
Show less