photon-sdk / photon-app

A sample mobile app built with react-native and photon-lib
MIT License
5 stars 7 forks source link

Upgrade to React native 0.69 (required for LDK integration) #18

Closed tanx closed 2 years ago

tanx commented 2 years ago

This PR upgrades the photon-app project to the current React Native 0.69 and upgrades npm dependencies. This was necessary mostly because the old RN version did not build on my M1 mac anymore. The PR also adds TypeScript support (required for BlueWallet's LDKWallet lib, which will be ported to photon-lib). So it's a stepping stone towards rn-ldk integration... which will be the next PR ;)

ConorOkus commented 2 years ago

tACK on iOS

tanx commented 2 years ago

Merging! Thanks @ConorOkus :)