Releases: getformo/sdk-react-native
Releases · getformo/sdk-react-native
Release list
v1.0.2
v1.0.1
1.0.1 (2026-08-02)
Changes
- 1.0.1 (#72) (858d3ed)
- Build(deps-dev): Bump @babel/preset-env from 7.29.7 to 8.0.2 (#63) (0967911)
- Build(deps-dev): Bump expo-application from 55.0.16 to 57.0.2 (#64) (7afbfcd)
- Build(deps-dev): Bump react-native from 0.85.3 to 0.86.0 (#68) (82ac8f8)
- Emit screen views as a well-formed app:/// URL (#71) (fb2c71d)
- Complete Segment lifecycle event coverage (#70) (1d205b0)
- Fix every Expo device reporting as a tablet when expo-device is absent (#69) (ed83f55)
- Build(deps): Bump actions/checkout from 7.0.0 to 7.0.1 (#58) (80116ca)
- Build(deps-dev): Bump @babel/preset-react from 7.29.7 to 8.0.1 (#65) (9489b1f)
- Build(deps-dev): Bump expo-device from 55.0.18 to 57.0.1 (#66) (099991d)
- Build(deps-dev): Bump react-native-device-info from 14.1.1 to 15.0.2 (#67) (7bb2839)
- Build(deps-dev): Bump @react-native/babel-preset from 0.85.3 to 0.86.0 (#59) (35188f6)
Install
npm install @formo/analytics-react-native@1.0.1v1.0.0
1.0.0 (2026-07-21)
Bug Fixes
Changes
- 1.0.0 (#56) (61e35cb)
- P-2207: Web-to-mobile attribution (Android) (#51) (60edd72)
- P-2199: Test and improve mobile SDK (#50) (79add6e)
- Emit real ESM output and drop dead pnpm build config (#55) (6940eeb)
- Bundle Dependabot dependency bumps into one PR (#54) (2815c3d)
- P-2208: Harden github actions (#32) (593d788)
- Upgrade to pnpm 11.1.1 and harden supply chain CI (#31) (1bdb311)
Install
npm install @formo/analytics-react-native@1.0.0v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
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>