-
Notifications
You must be signed in to change notification settings - Fork 33
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
Can't build app in profile mode #91
Comments
We don't seem to support running in profile mode, though we haven't been able to figure out why :-/ |
Is there any workaround? |
Not that I know of, sorry. |
Finally, after some debugging, I found the solution Change the plugin build.gradle to this
and in app proguard
the version |
Please I want to know how to solve this to be able to upgrade |
Sorry but that's a bad idea. Our SDK relies on a specific React Native SDK. If you change that then things might break in unexpected ways. |
You are right. So, it will be better using the required version with defining this attribute for it Last edit
|
Great to know!🙏 |
Will be integrated in next versions? |
If it's supported out of the box in RN then we'll pick it up when we upgrade, yes. |
@a7mdragab1 I think this issue should not be closed, as it has not been fixed yet. |
We cannot fix it, it's a React Native thing and will be fixed with an update. |
You can use this solution
|
I mean this kindly: This is precisely why I suggest keeping this issue open. As an “end user,” I don’t particularly care whether this Flutter package uses React behind the scenes; I only care about whether it works or not. |
Fair enough. |
Dears,
I am not able to build app in profile mode though it is working in debug and release.
The text was updated successfully, but these errors were encountered: