react-native-bottom-action-sheet icon indicating copy to clipboard operation
react-native-bottom-action-sheet copied to clipboard

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

Open apski opened this issue 6 years ago • 1 comments

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.

apski avatar Nov 12 '18 05:11 apski

Any ideas? This is still broken.

apski avatar Feb 07 '19 15:02 apski