-
-
Notifications
You must be signed in to change notification settings - Fork 237
fixing mergeExtDexDebugAndroidTest task #146
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
Conversation
I can't see any other package from the community using that configuration https://github.com/react-native-community, it looks like you need to include that from your project itself |
Hi all! While configuring the I've already included the following configuration in my own project and I'm still unable to successfully build the
This configuration is also being used in packages from the react-native-community, and examples are react-native-community/lottie-react-native and react-native-webview Perhaps we could try including the configuration in this package? |
@mynameisguy can you update please the branch of this PR to |
sure! done |
Thanks! <3 |
fixing mergeExtDexDebugAndroidTest task
@jdnichollsc it looks like this patch isn't published yet, do you have plans to push a new version to NPM soon? |
@codetheweb sorry folks for the delay, let me create the new release during this next weekend! 👍 |
@jdnichollsc It would be nice if you could take some time to publish this change. Thanks! |
running mergeExtDexDebugAndroidTest task failed. fixed it as described here
PR Checklist
What is the current behavior?
Tried to run detox build for android in my project.
This library failed with:
What is the new behavior?
Now I can run detox build in my root project and it doesn't fail.