George Maged
George Maged
I solved mine by catching the error using RxJs ```ts const subscriber = accelerometer.subscribe( (changes) => { console.log(changes) }, (err) => { console.log(err); } ); ```
Facing same issue with SDK 45 on iOS, backdrop presses pass through as well. Probably something related to RNGH
I found out it only happens on "Expo Go". Building the app using `eas` and testing on the final version or even a custom dev client resolves the issue for...
@kasperkristensen I am also facing this issue with widgets. Installed the latest preview version as of date and still facing the issue.
I like the mentioned approach but had a different one in mind to abstract the filtering a bit. if you allow me. Can we reduce this into a simpler version...
@markerikson forgot about this part 😅 I'll try and come up with a solution and update when done. Thank you for the amazing package!