James B

Results 3 comments of James B

Thanks a lot for the help but I have tried many different permutations of making buttons and more and more it seems we have an android bug on our hands....

Yes I tried that too and had no success. Thanks for the suggestion. ``` function SandboxComponent({ component }) { return ( top of view {console.log('hello')}} title="test button"> ); } export...

Thanks for all your help. We actually figured it out. It appears our network provider utility was interfering with the rendered components. This library : import { useNetInfo } from...