Emurgo / csl-mobile-bridge

React-native bindings for Emurgo's cardano-serialization-lib (Cardano haskell Shelley)
MIT License
23 stars 12 forks source link

Expo support #121

Open PeKne opened 22 hours ago

PeKne commented 22 hours ago

Hi @v-almonacid,

We are considering using your library in the mobile version of https://github.com/trezor/trezor-suite (Trezor hardware wallet app). We are using Expo framework for mobile apps, which is at the moment, the officially recommended way to use React Native. Unfortunately, csl-mobile-bridge is not working out of the box with Expo. Is it planned to implement support for Expo projects? It should be relatively easy, and the library's reach would grow rapidly.

Could you consider adding support for Expo projects? 🙏

stackchain commented 22 hours ago

Hi @v-almonacid,

We are considering using your library in the mobile version of https://github.com/trezor/trezor-suite (Trezor hardware wallet app). We are using Expo framework for mobile apps, which is at the moment, the officially recommended way to use React Native. Unfortunately, csl-mobile-bridge is not working out of the box with Expo. Is it planned to implement support for Expo projects? It should be relatively easy, and the library's reach would grow rapidly.

Could you consider adding support for Expo projects? 🙏

hey @Pekne, no plans in the short horizon to add support to expo.

PeKne commented 21 hours ago

Ok, is it at least planned to support the newest version of React Native (https://github.com/Emurgo/csl-mobile-bridge/issues/122)? We could solve the Expo integration ourselves, but the lib supports only quite an old version of RN.