Fauna streams in react native?

is it possible to have fauna streams in react native? So far I haven’t seen any docs in fauna mentioning react native or the usage of fauna streams outside of react.js. Is the underlying of fauna streams a websocket that I can connect to? Thanks

Hi @Dwika_Haryo_Radithya and welcome! :wave:

Fauna uses the fetch API for browser and non-node environments that also support fetch. React Native relies on polyfilling the fetch API. It may work! Have you tried to use it?

I know React Native could not use streams out of the box with the v4 driver, but I do not know about the latest v10 driver.

Hello @Dwika_Haryo_Radithya Were you able to try Fauna event streaming with React Native? Please let us know if you encounter any issues and we’ll see if we can help sort them out. Thanks!

1 Like