Skip to content

Conversation

@alecananian
Copy link

@alecananian alecananian commented Dec 5, 2025

Pull Request Checklist

Fixes #2284


PR-Codex overview

This PR focuses on adding new functionalities related to sending operations and managing email in the account-kit library for React Native and React.

Detailed summary

  • Added a subproject commit identifier in docs-site.
  • Introduced useSendCalls in account-kit/react-native/src/index.ts.
  • Added useSendUserOperation, useSendVerificationCode, and useSetEmail to account-kit/react-native/src/index.ts.
  • Exported useSendCalls, useSendUserOperation, useSendVerificationCode, and useSetEmail in account-kit/react/src/hooks/index.ts.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@vercel
Copy link

vercel bot commented Dec 5, 2025

@alecananian is attempting to deploy a commit to the Alchemy Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR exposes the useSendCalls hook through the React Native package by adding it to the package's public exports. The hook was already available in the base React package but was not accessible to React Native consumers.

Key Changes:

  • Added useSendCalls hook export to the React Native package's public API

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
docs-site Updated subproject commit reference for documentation
account-kit/react/src/hooks/index.ts Added export statement for useSendCalls hook in the React hooks index
account-kit/react-native/src/index.ts Re-exported useSendCalls hook in React Native package to make it publicly available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

useSendCalls hook unavailable through React Native package

1 participant