react-native-popover-menu
react-native-popover-menu copied to clipboard
React Native: Native Popover Menu
Fixed "Could not find com.github.zawadz88.materialpopupmenu:material-popup-menu:4.1.0" error
It doesn't work with latest react-native on Android: ``` $ yarn android yarn run v1.22.17 $ react-native run-android info Running jetifier to migrate libraries to AndroidX. You can disable it...
Error: You attempted to set the key `icon` with the value `{"name":{"family":"Material Design Icons","name":"face-recognition","color":"#000000","size":20,"glyph":"ﱗ"},"family":"","glyph":"","color":"","size":0}` on an object that is meant to be immutable and has been frozen. It's happen when...
RNPopoverMenu.Show(this.viewRef[`${index}`], { title: 'hiiiiii', menus: this.menus, onDone: (selection) => {}, }); java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter anchor at com.github.zawadz88.materialpopupmenu.MaterialPopupMenu.show(Unknown Source:7) at ui.popovermenu.RNPopoverMenuModule$2.run(RNPopoverMenuModule.java:190) at android.os.Handler.handleCallback(Handler.java:873) at...
Hello, I am using your lib in an ejected Expo project (bare, not Expokit) it works well except for the fact that the icons are not displayed. I have tried...
Can we use this package in expo?
java.lang.IllegalArgumentException: Section 'SectionHolder(title=Edit Profile, itemsHolderList=[])' has no items! at com.github.zawadz88.materialpopupmenu.MaterialPopupMenuBuilder$SectionHolder.convertToPopupMenuSection$material_popup_menu_release(MaterialPopupMenuBuilder.kt:134) at com.github.zawadz88.materialpopupmenu.MaterialPopupMenuBuilder.build(MaterialPopupMenuBuilder.kt:83) at ui.popovermenu.RNPopoverMenuModule$2.run(RNPopoverMenuModule.java:189) at android.os.Handler.handleCallback(Handler.java:883) at android.os.Handler.dispatchMessage(Handler.java:100) at android.os.Looper.loop(Looper.java:214) at android.app.ActivityThread.main(ActivityThread.java:7403) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:935)
somehow, this code `const play = ;` is returning this warning: React.createElement: type is invalid. console.log `play` returns this: `` Why is it showing UNDEFINED?
Cannot build the app. I get the error : Cannot synthesize weak property because the current deployment target does not support weak references Anyone had and/or fixed this issue? ![Screenshot...
Hi, I try to use your component with useRef hook, but the App Crashing on Android (No try on IOS) when i set myRef.current in RNPopoverMenu.show > RNPopoverMenu.Show(moreButtonRef.current, { >...