🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@atomicfi/transact-react-native

Package Overview
Dependencies
Maintainers
3
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomicfi/transact-react-native

React Native bridge for the Transact SDK

Source
npmnpm
Version
3.14.1
Version published
Weekly downloads
9.1K
-33.33%
Maintainers
3
Weekly downloads
 
Created
Source

@atomicfi/transact-react-native

React Native bridge for the Transact SDK

See our documentation for additional information.

Release Instructions

This repository uses automated publishing via GitHub releases. When you publish a release, it automatically:

  • ✅ Updates package.json version to match the release tag
  • ✅ Commits the version change back to the repository
  • ✅ Publishes the package to npm with the correct version

Creating a Release

  • Ensure your code is ready for release on the master branch

  • Create a new release on GitHub:

  • Publish the release - This automatically triggers the publish workflow

Version Guidelines

  • Use semantic versioning: MAJOR.MINOR.PATCH
  • Tag format: 1.2.3
  • For testing: Use pre-release tags like 1.2.3-beta.1

What Happens Automatically

When you publish a release:

GitHub Release (1.2.3) → Workflow Triggers → Updates package.json → Commits Changes → Publishes to npm

Manual Publishing (Fallback)

If needed, you can manually trigger the publish workflow:

  • Go to Actions → "publish" workflow
  • Click "Run workflow" → Select branch → "Run workflow"
  • Note: Manual triggers skip version updates

Troubleshooting

  • Workflow fails: Check the Actions tab for detailed logs
  • Version conflicts: Ensure the release tag doesn't already exist on npm
  • Permission issues: Verify npm token is properly configured in repository secrets

Keywords

react-native

FAQs

Package last updated on 06 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts