I want to open web URL to start the corresponding activity with application. However I need to add header parameter to access web URL.
Linking.openURL(url).catch(err => console.error('An error occurred', err));
I don't find the the way of adding header parameter at react native doc.