We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi - I'm trying to do an Android build but I'm getting this error. Any ideas?
The package is linked and this seems to be a problem with the lib?
> Task :react-native-bottom-action-sheet:compileReleaseJavaWithJavac FAILED /Users/.../node_modules/react-native-bottom-action-sheet/android/src/main/java/ui/bottomactionsheet/RNBottomActionSheetModule.java:138: error: cannot find symbol if (icon == null || icon.toHashMap().size() == 0) { ^ symbol: method toHashMap() location: variable icon of type ReadableMap /Users/.../node_modules/react-native-bottom-action-sheet/android/src/main/java/ui/bottomactionsheet/RNBottomActionSheetModule.java:190: error: cannot find symbol if (icon == null || icon.toHashMap().size() == 0) { ^ symbol: method toHashMap() location: variable icon of type ReadableMap 2 errors FAILURE: Build failed with an exception.
The text was updated successfully, but these errors were encountered:
Any ideas? This is still broken.
Sorry, something went wrong.
prscX
No branches or pull requests
Hi - I'm trying to do an Android build but I'm getting this error. Any ideas?
The package is linked and this seems to be a problem with the lib?
The text was updated successfully, but these errors were encountered: