Jetmir Ahmati
Jetmir Ahmati
hi, i have experienced the same issue and i tried to create and trigger manually the change event. Now 'change' event is detected by native event listener. var selectboxElements =...
Hi, i had also this issue but i did a trick by adding inside content, overflow-x: auto; display: block, `.container { // selector for mcustomscrollbar overflow-x: auto; display: block; white-space:...
i am closing since this issue is currently on active in this PR #355
> > I had the same error. Just added `"expo-notifications"` in `plugins` array of my app.json > > Worked for me! Thxxxx this fixed notification issues as well for me.