We have a go binary for different platform like mac, linux and windows and we have a react native app which is being build to run on across all platforms including mobile. On click of a button on the react app it should be executing the go binary.
Is it possible to do so. If so, how can we achieve it ?