From reading and trial of the React Native Linking API - Linking.openURL(url) works well for GET requests.
But how does one use Linking with a http/s POST?
In short, my App knows all the form fields required for a POST, so I want to bypass the bad UX of opening to a blank web <FORM>
simply to have the user laboriously input data into it...
Have I missed something in the Linking API? or is to work to be done?