Skip to content

Releases: omarsdev/react-native-nitro-compass

v1.2.5

10 May 17:32

Choose a tag to compare

1.2.5 (2026-05-10)

🐛 Bug Fixes

  • android: prevent crash on devices without magnetometer (32aef76)
  • android: prevent crash on devices without magnetometer (884eba4)

v1.2.4

07 May 23:37

Choose a tag to compare

1.2.4 (2026-05-07)

🛠️ Other changes

  • deps: bump actions/setup-node from 4 to 6 (#15) (7fb91cf)

v1.2.3

07 May 23:04

Choose a tag to compare

1.2.3 (2026-05-07)

🛠️ Other changes

  • deps-dev: bump react-native-builder-bob from 0.40.18 to 0.41.0 (#18) (f21ea20)

v1.2.2

07 May 22:30

Choose a tag to compare

1.2.2 (2026-05-07)

🛠️ Other changes

  • deps-dev: bump eslint from 8.57.1 to 10.3.0 in /example (#20) (1e21131)
  • deps-dev: bump prettier from 2.8.8 to 3.8.3 in /example (#19) (ada6b9b)
  • deps-dev: bump react and @types/react (#16) (3f32ed4)
  • deps: bump actions/checkout from 4 to 6 (#14) (f4d2a54)
  • deps: bump com.android.tools.build:gradle in /android (#13) (4300b9f)

v1.2.1

07 May 21:54

Choose a tag to compare

1.2.1 (2026-05-07)

📚 Documentation

  • readme: redesign for top-tier RN library structure (c052bcb)

v1.2.0

07 May 21:48

Choose a tag to compare

1.2.0 (2026-05-07)

✨ Features

  • android: raw-sensor heading with gyro fusion, bias-jump interference, debug API (7a4042e)
  • example: wire setLocation to react-native-geolocation-service (3e1770f)
  • hook: expose recalibrate, setLocation, permission, getCurrentHeading (937e2f0)

🐛 Bug Fixes

  • compass: production-readiness fixes from cross-platform audit (78a1511)

v1.1.0

07 May 06:37

Choose a tag to compare

1.1.0 (2026-05-07)

✨ Features

  • android: smoothing, accuracy fix, interference-aware quality (90287fb)
  • example: wire smoothingAlpha into useCompass demo (2847a54)
  • hook: expose smoothingAlpha option in useCompass (7483c91)
  • spec: add setSmoothing(alpha) hybrid method (532dba9)

🐛 Bug Fixes

  • ios: tune heading accuracy buckets, add setSmoothing no-op (53488d9)

📚 Documentation

  • readme: cover accuracy buckets, smoothing, interference downgrade (60f68a7)

🛠️ Other changes

  • example: switch nitro-compass dep from file: to link: (f5689bf)

v1.0.9

07 May 05:21

Choose a tag to compare

1.0.9 (2026-05-07)

📚 Documentation

  • readme: document useCompass hook and Reanimated dial recipe (83f6691)

v1.0.8

07 May 05:13

Choose a tag to compare

1.0.8 (2026-05-07)

🛠️ Other changes

  • npm: standardize repo metadata for GitHub package linking (72f7143)

v1.0.7

07 May 05:06

Choose a tag to compare

1.0.7 (2026-05-07)

🐛 Bug Fixes

  • android: pin AGP to 8.12.0 to match RN gradle plugin (7222b6a)