-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Migrating to AndroidX #500
Conversation
Codecov Report
@@ Coverage Diff @@
## master #500 +/- ##
=======================================
Coverage 94.73% 94.73%
=======================================
Files 1 1
Lines 19 19
=======================================
Hits 18 18
Misses 1 1 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #500 +/- ##
=======================================
Coverage 94.73% 94.73%
=======================================
Files 1 1
Lines 19 19
=======================================
Hits 18 18
Misses 1 1 Continue to review full report at Codecov.
|
Waiting for this PR... |
Kindly merge this PR soon and release a new version of the package. This is creating lot of issues with the build generation in Android. |
Hey @DylanVann, Do we have any ETA on when this PR will get merged? We're looking to migrate to AndroidX and this is a huge dependency for us. Would really appreciate a response! Cheers. |
@DylanVann I can confirm the PR works well (I'm using it now as replacement for this one till it gets merged) |
For some reason when I try to fork this branch and try to use it in an application, I get this when I run
This is how I'm trying to use it on the package.json:
|
@die20 you forgot the trailing |
@rborn The trailing .git shouldn't matter, I can reproduce this behavior in a bare project, It also produced the same error with {
"name": "fake",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"license": "ISC",
"dependencies": {
"lodash": "git+https://github.com/lodash/lodash"
} This works just fine. 😊 |
@JimtotheB this works for me, however it takes 1000 years to finish 😔
|
@rborn, I think this is specific to yarn, I'm sure npm is unpacking the submodule correctly and yarn is not. |
@rborn It seems to be a yarn issue. It's not just this branch though, it's the master of I was able to get it installed with npm but remote gifs appear to not be working with this commit. The gif does not play. |
Thanks for this PR =D |
I have tried this PR, it does work with the new RN version by default. The one thing blocking me from merging is that the example application includes other 3rd party libraries that do not support AndroidX. |
@DylanVann i saw react-native-gesture-handle don't migrate to androidX, it causes the error |
should we wait for it ? |
I used |
Thanks @DylanVann for merging this PR. |
No description provided.