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
I’m currently using this package in an Expo project, and I noticed that it does not yet provide an Expo config plugin.
Without a config plugin, the library requires manual changes in the native iOS/Android projects, which makes it incompatible with the Expo managed workflow.
Would you consider adding support for an Expo config plugin?
This would:
✅ Make the library compatible with Expo managed workflow (no need to eject).
✅ Simplify setup for developers.
✅ Ensure smoother upgrades with Expo SDKs.