Skip to content

Releases: getformo/sdk-react-native

v0.1.6

Choose a tag to compare

@yosriady yosriady released this 17 May 06:07
4766624

0.1.6 (2026-05-17)

Changes

  • clean up signature events + harden release workflow (#28) (42c2432)
  • P-2171 Add Solana address validation and support (#25) (4832ebf)

Install

npm install @formo/analytics-react-native@0.1.6

@formo/analytics-react-native 0.1.6 npm package

v0.1.5

Choose a tag to compare

@yosriady yosriady released this 24 Apr 07:14
373a41b
fix(security): autofix 3rd party Github Actions should be pinned (#21)

Co-authored-by: aikido-autofix[bot] <119856028+aikido-autofix[bot]@users.noreply.github.com>

v0.1.4

Choose a tag to compare

@yosriady yosriady released this 10 Apr 17:31
fca0895

0.1.4 (2026-04-10)

Bug Fixes

  • patch socket alerts via pnpm overrides (#14) (05209a0)

Changes

Install

npm install @formo/analytics-react-native@0.1.4

@formo/analytics-react-native 0.1.4 npm package

v0.1.3

Choose a tag to compare

@yosriady yosriady released this 09 Apr 14:42
e2c3130

0.1.3 (2026-04-09)

Changes

Install

npm install @formo/analytics-react-native@0.1.3

@formo/analytics-react-native 0.1.3 npm package

v0.1.2

Choose a tag to compare

@yosriady yosriady released this 05 Apr 07:05
8b97141

0.1.2 (2026-04-05)

Bug Fixes

  • resolve Snyk vulnerabilities in transitive dependencies (#10) (bd5d97b)

Changes

Install

npm install @formo/analytics-react-native@0.1.2

@formo/analytics-react-native 0.1.2 npm package

v0.1.1

Choose a tag to compare

@yosriady yosriady released this 30 Mar 05:37
308bdf1

0.1.1 (2026-03-30)

Changes

Install

npm install @formo/analytics-react-native@0.1.1

@formo/analytics-react-native 0.1.1 npm package

v0.1.0

Choose a tag to compare

@yosriady yosriady released this 30 Mar 05:24
fc5c265
Minor expo and ts fixes (#8)

* Minor expo and ts fixes

* Rename package to @formo/analytics-react-native, set version 0.1.0, fix CI build

- Rename package from @formo/react-native-analytics to @formo/analytics-react-native
- Set initial version to 0.1.0
- Remove "extends": "expo/tsconfig.base" from tsconfig.json (expo not
  installed in CI, causing build failure)
- Update all references across README, workflows, scripts, and source

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Remove .expo/ from repo and add to .gitignore

Machine-specific directory that should not be committed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fixes

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>