Enabled unstable_enablePackageExports: true per this issue (the TS config change did not work)
Now I'm just getting more import related errors from subsequent imports like this
My use case is that I want to CCTP from Solana to Evm (and vise versa)
The examples to do so also don't work/are out of date and can't be replicated without copying in a bunch of (outdated) interfaces and other incompatible example code
Any more direct guidance would be appreciated – I already have the solana web3 js connection/keypairs needed to build and broadcast the transaction
TLDR: The project does not build on react-native
My use case is that I want to CCTP from Solana to Evm (and vise versa)
The examples to do so also don't work/are out of date and can't be replicated without copying in a bunch of (outdated) interfaces and other incompatible example code
Any more direct guidance would be appreciated – I already have the solana web3 js connection/keypairs needed to build and broadcast the transaction