metarhia / metacom

RPC communication protocol for Metarhia stack 🔌
https://metarhia.com
MIT License
80 stars 40 forks source link

Reorganize network connectivity tracking #468

Closed URVL closed 7 months ago

URVL commented 1 year ago

https://github.com/metarhia/metacom/blob/73272f9d1177079c70723e1ffc74c191b4114d4f/dist/metacom.js#L10

This piece of code is tied to the browser, and in this version, it cannot be used for example with react-native. The variant used in react-native https://github.com/react-native-netinfo/react-native-netinfo

Снимок экрана 2023-10-27 в 12 08 27
tshemsedinov commented 1 year ago

We have no resources to support another one implementation for reat-native as of now

tshemsedinov commented 1 year ago

You can propose pull request

tshemsedinov commented 7 months ago

Done: https://github.com/metarhia/metacom/pull/480