mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-10 09:18:15 +01:00
8 lines
183 B
TypeScript
8 lines
183 B
TypeScript
import { configure } from '@react-native-community/netinfo';
|
|
|
|
export const configureNetInfo = () => {
|
|
configure({
|
|
reachabilityUrl: 'https://cdn.trezor.io/204',
|
|
});
|
|
};
|