-
Notifications
You must be signed in to change notification settings - Fork 24
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
[Feature] - Add support for Expo Config Plugins #45
Comments
This would be awesome ✨ |
Yes! also we'll be working on making this feature to work for react-native CLI projects too. Our idea is to bring the best DX we can. |
Awesome! Any news about it? I am starting a new app that will very likely use Mercado Pago here in Brazil. As I am using latest version of Expo, I see no problem with this version limitation. Also, could you answer a few more questions, please? It's already usable in managed workflow with those iOS configs specified in the docs, without ejecting? Does it support PT-br language in Android? In docs it says it's iOS only but as it seemed strange to me I thought it was better to be sure and ask here. Many thanks! |
Hi @SrBrahma! We haven't implemented this yet and we've it in backlog:
I'm going to update the project board as soon as I can so it reflects the current state of development for this library. |
I appreciate the quick answer, thanks! Waiting for it, seems promising! 😊 |
Great feature!! Thank you @JonatanSalas!! I'm trying to use this library in an Expo managed app + Android application (iOS is not needed so far). Is that possible with a managed Expo app? I tried to use it but it throws: when I call: I'm using SDK v41.0.0, Expo 4.7.3 and react-native: ~0.63.4", Any help will be very appreciated. Best!!! |
@JonatanSalas Do you know if it currently supports EAS build? |
@SrBrahma I haven't tested this. |
@JonatanSalas Estoy usando la version de expo |
I am using Expo 41 ejected but I can't install this library yet. Any help?? |
@gastonbritomulesoft could you fix it? |
If you use Expo with prebuild and push the android and ios folder eas build will work properly. We haven't done any advance yet in the expo config plugin, we've the intention to release it by the first Q of 2023. |
Hay algun update del proyecto? |
Alguna novedad sobre esto? |
Motivation
Our main goal is to provide the Best DX for using our library, currently iOS side is the most difficult part to config, where you need to run a set of steps in order to build and get our library properly configured.
The idea is to implement Expo Config Plugins to support those using Expo with a better DX, the counterpart of this is that only projects using SDK >= 41 will be able to get auto config. Those projects using SDK < 41 will have to eject if they are managed or start via bare-workflow.
The text was updated successfully, but these errors were encountered: