I try to wake up native Linkedin app in my android device using Linking
const url = "https://www.linkedin.com/oauth/v2/authorization?response_type=code&client_id=xxxx&redirect_uri=xxxx&scope=r_liteprofile"
Linking.openURL(url)
However, there is no open with Linkedin. How am I supposed to wake up the native Linkedin app to do OAuth2 insteading of letting user typing their email and password to login?