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

[Android] bottomactionsheet/RNBottomActionSheetModule.java:138: error: cannot find symbol #27

Open
apski opened this issue Nov 12, 2018 · 1 comment
Assignees

Comments

@apski
Copy link

apski commented Nov 12, 2018

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.
@prscX prscX self-assigned this Nov 12, 2018
@apski
Copy link
Author

apski commented Feb 7, 2019

Any ideas? This is still broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants