Prakash S

Results 2 comments of Prakash S

@karol-bisztyga your repo was very helpful in the understanding of how to create C++ native module. Is there a similar repo or pointer on how to integrate JavaReact Native module...

@douglowder We can do like below 1) Set the FocusGuideView to get the focus in the child View prior to it ``` setDescendantFocusability(ViewGroup.FOCUS_BEFORE_DESCENDANTS); this.setFocusable(true); ``` 2) Record the focused view...