DEV Community

Discussion on: WebView — Navigation and data flow with WebViews in a React Native app

Collapse
 
mohamedshrif995 profile image
mohamedshrif995

thanks it's a great tutorial
can you add how to get location if URL included 'add address' or something like that

Collapse
 
mukeshmandiwal profile image
Mukesh Mandiwal

You can use in this way


<WebView
  source={{uri: 'https://www.google.com/maps?daddr=28.69875679999999,77.29257710000002'}} />