We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// google IP 172.217.24.46 // version 1.2.4 // // "react": "16.13.1", // "react-native": "0.63.0", try { const ms = await Ping.start('172.217.24.46', {timeout: 1000}); console.log(ms); } catch (error) { console.log('special code', error.code, error.message); }
The text was updated successfully, but these errors were encountered:
Same here. Does not work on android 10 when network type is 'cellular'. When network type is 'wifi' ping works fine. Any solutions?
Sorry, something went wrong.
172.217.24.46
sorry , ip (172.217.24.46) is fail?
Here are a few possible explanations。
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
No branches or pull requests
// google IP 172.217.24.46
// version 1.2.4
//
// "react": "16.13.1",
// "react-native": "0.63.0",
try {
const ms = await Ping.start('172.217.24.46', {timeout: 1000});
console.log(ms);
} catch (error) {
console.log('special code', error.code, error.message);
}
The text was updated successfully, but these errors were encountered: