arnellebalane / hermes

Client-side messaging channel for sending data from one browser tab to another

Home Page:https://hermes.arnelle.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native support?

fukemy opened this issue · comments

Hi, does it support react-native? thanks so much

Hey @fukemy this library relies on some Web APIs to work (e.g. BroadcastChannel API, Shared Workers, LocalStorage), I'm not very familiar with React Native so I'm not sure if it works in that environment. It might be better to use a messaging library that specifically works for React Native.