|
@ -61,6 +61,7 @@ export default function App() { |
|
|
/> |
|
|
/> |
|
|
); |
|
|
); |
|
|
} else if (netInfo.isInternetReachable) { |
|
|
} else if (netInfo.isInternetReachable) { |
|
|
|
|
|
if (global.formsSockets === undefined) |
|
|
global.formsSockets = useFiltering(global.location || global.defaultLocation); |
|
|
global.formsSockets = useFiltering(global.location || global.defaultLocation); |
|
|
|
|
|
|
|
|
return ( |
|
|
return ( |
|
|