metaplex-foundation / umi

A Solana Framework for JS Clients.
https://umi.typedoc.metaplex.com
MIT License
157 stars 49 forks source link

@metaplex-foundation/umi: Fix react-native serializers dependency export #129

Closed ph101pp closed 3 months ago

ph101pp commented 3 months ago

Without this, react-native projects (like Backpack) can't use the @metaplex-foundation/umi package.

changeset-bot[bot] commented 3 months ago

⚠️ No Changeset found

Latest commit: 445a39d853ac8e6ce12f6d7237490c042c907fb9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
umi-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 9, 2024 4:55am
peterpme commented 3 months ago

react-native needs to go first in the exports object

nhanphan commented 3 months ago

thanks for the contribution! - I merged a fix for the tests to the main branch, are you able to pull in the new changes to get passing tests?