You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2026. It is now read-only.
Considering Expo's expanding presence, integrating React Native LDK seamlessly into the Expo workflow seems like a good move, but we currently find two main issues:
The Logger class, located in lib/ios/Classes/LdkLogger.swift, causes build failures when using EAS BUILD.
Integration with Android requires manual steps, such as adding LDK to android/app/build.gradle. A potential solution could involve creating an Expo custom plugin, allowing developers to simply add the plugin to app.json for seamless integration without the need to modify any native code. This approach aligns with Expo's philosophy and would streamline the process for developers. Reference: Expo Config Plugins.
As for the first issue I already submitted a pr that fixes it and needs to be reviewed, for the second review is a little more complicated so I wanted to ask if that's in your interest and could potentially be merged after reviewed as well, if yes i could assign it to myself and do a pr as well.
PS: I'm talking about EXPO dev client here and not EXPO Go.