Pardeep Kumar
Pardeep Kumar
Hi. I want to check a specific condition before snapping. If condition meets, index will be shift to next item, otherwise current snap will be stoped and carousel will not...
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...
Scenario: -> Uploaded a file 200+mb -> on 16%, Internet disconnected and app killed from background -> Once restarted app, its again uploading from 0% . basically its not resuming...
**Flipper version : 0.237.0** Recently i enabled LeakCanary plugin in Flipper, my app/build.gradle looks like debugImplementation ('com.facebook.flipper:flipper-leakcanary2-plugin:0.183.0') { exclude group:'com.facebook.fbjni' } debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12' But the problem is leak canary not...
**Problem** In release app. i pressed "click me to crash button" and instead of crashing the app, it was a blank white screen. Also crashlytics didnt received any logs for...