-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: expo config plugin for iOS native code #9
Comments
Hi |
Yeah I'll see to get to it if I have time, it's fairly easy to do thankfully, expo exposes direct apis to inject code into the AppDelegate, this is a nice explanation: https://www.sitepen.com/blog/doing-more-with-expo-using-custom-native-code |
Thanks for the hint! |
Yo guys,
I'd open a PR to add it, but I do not know the appropriate place to put this code 🤷 |
yup that config plugin works like a charm, well done |
More useful links:
I think it really would be cool to add expo support to this lib for ios/android |
it’d be cool if this lib would provide an expo config plugin to perform the native code change in the AppDelegate, since managed projects regenerate the native code when they build
The text was updated successfully, but these errors were encountered: