S
Size: a a a
S
A
Linking.openURL
. На iOS открывается сафари и все вроде ок. На Андройд - загружается страница внутри моего Webview просто, что не подходит. Как можно решить данную проблему?onShouldStartLoadWithRequest={event => {
if (event.url.slice(0, 4) === 'http') {
Linking.openURL(event.url);
return false;
}
return true;
}}
А
onShouldStartLoadWithRequest={event => {
if (event.url.slice(0, 4) === 'http') {
Linking.openURL(event.url);
return false;
}
return true;
}}
a
A
А
A
V
V
S
D
NP
D
NP
VD
D
IH
IH
VD
VD