Hi,
since android auto lib 1.1.0 touch events are possible with the functions onScale, onScroll and onFling in SurfaceCallback. Do you know of an easy way, to pass it inside the view, so the RN view treats them as normal android touch events?
For example if i want to use Mapbox the system touch events are automatically handled, but for AA I need to pass them somehow into the view, so that Mapbox recognized them...