FuelLabs / fuels-ts

Fuel Network Typescript SDK
https://docs.fuel.network/docs/fuels-ts/
Apache License 2.0
44.4k stars 1.32k forks source link

Support React Native #2615

Open maschad opened 6 days ago

maschad commented 6 days ago

We'd love to officially support running on React Native, as some of our consumers have tried to use it (see https://forum.fuel.network/t/fuel-ts-in-react-native/5954/8)

The requirements for this would be:

A preliminary pass might just be to get a simple demo react-native app running libp2p working. This might involve a list of required changes to modules to polyfill or replace APIs that do not exist/are buggy/incomplete in React Native.

If it helps to reduce the scope, perhaps a stand-alone repo could be tackled first to prove it out instead of the fuel-ts monorepo.

nedsalk commented 5 days ago

Related:

The test suite running in CI that builds a basic react native app using metro

This part is in essence he same as #2570.