-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I load the native SDK's into an expo project? #188
Comments
I think you can run expo project at a physical device but it does not support web because it can not load the native plugin. |
1.Expo only supports the native library on bare workflow. |
With the release of Expo SDK 42, it’s now possible to customize the native runtime of your apps using custom development clients, this means that you can now use libraries that contain native code (like this one) with Expo without having to resort to the bare workflow. You can read this blog to learn how to build a video calling app with Agora using Expo custom development clients. |
I know I have to
expo eject
, but then what?The text was updated successfully, but these errors were encountered: