-
Notifications
You must be signed in to change notification settings - Fork 79
Fix Android build #65
base: master
Are you sure you want to change the base?
Conversation
Upgrade yarn.lock Upgrade RN to 0.62.2
Hi guys, when can we expect this to be merged ? I need this fix in my app. Thanks ! |
@EvanBacon Sorry to bother you, but could you check this PR really quick ? Thanks ! |
Yeah, it's weird that they don't fix it themselves or approve this pull request :/ |
Since the ARTShadow structure holds a color object, it will cause a zombie object after destruction.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.19) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@5.7.3...5.7.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Hey, thanks for the PR. Everything looks good, but it seems that I cannot push to your master branch to fix conflicts. I'll merge this PR when conflicts will be resolved. |
@jlkalberer Any ETA on fixing the merge conflicts? Thanks |
I’m away from a computer until next week. I’m glad this issue is finally getting traction but this PR has been out forever... |
I'll have a fix for this today with iOS testing. |
Upgrade yarn.lock Upgrade RN to 0.62.2
Tested in iOS and Android
I rebased my changes on top of this branch and have tested things again. I've updated the original PR with the new test plan. |
Summary
Fixing the issues outlined in #64
yarn.lock
Test Plan
Ran the example project on iOS and Android
What's required for testing (prerequisites)?
yarn android
What are the steps to reproduce (after prerequisites)?
Verify that the example no longer crashes
Compatibility
Checklist
README.md
CHANGELOG.md
example/App.js
)