Package 

Class JSTouchDispatcher


  • 
    public class JSTouchDispatcher
    
                        

    JSTouchDispatcher handles dispatching touches to JS from RootViews. If you implement RootView you need to call handleTouchEvent from onTouchEvent and onInterceptTouchEvent. It will correctly find the right view to handle the touch and also dispatch the appropriate event to JS