Skip to content
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

fix: Fix duplicate JHashMap definition by moving to custom namespace #610

Merged
merged 1 commit into from Nov 23, 2021

Conversation

mrousavy
Copy link
Owner

@mrousavy mrousavy commented Nov 23, 2021

Technically JHashMap is duplicated now, but in separate namespaces. If I were to remove my JHashMap (and JArrayList) definitions, the user is forced to use fbjni v3.

fixes #609

Technically `JHashMap` is duplicated now, but in separate namespaces. If I were to remove my `JHashMap` (and `JArrayList`) definitions, the user is forced to use fbjni v3.
@mrousavy mrousavy added 🐛 bug Something isn't working 🤖 android Issue affects the Android platform 🛠 dependencies Pull requests that update a dependency file labels Nov 23, 2021
@mrousavy mrousavy merged commit 6025367 into main Nov 23, 2021
@mrousavy mrousavy deleted the fix/duplicate-jhashmap branch November 23, 2021 14:48
viljark pushed a commit to viljark/react-native-vision-camera that referenced this pull request Nov 23, 2021
mrousavy#610)

Technically `JHashMap` is duplicated now, but in separate namespaces. If I were to remove my `JHashMap` (and `JArrayList`) definitions, the user is forced to use fbjni v3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 android Issue affects the Android platform 🐛 bug Something isn't working 🛠 dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Execution failed for task ':react-native-vision-camera:externalNativeBuildDebug' 🐛
1 participant