SpeedOf.Me API - React Native

Integrate SpeedOf.Me speed testing into your React Native app using react-native-webview. The API runs in a WebView, and every result and progress event is forwarded to your React Native code so the native UI can display it too.

Works on both iOS and Android with a single codebase.

WebView Bridge (HTML)

The HTML page that loads in the WebView, runs the speed test, and sends results back to React Native via ReactNativeWebView.postMessage.

View HTML

React Native Screen (TypeScript)

Complete TypeScript screen component with WebView integration, onMessage handler, and native UI for displaying results.

View TypeScript Code