ember-step-counter-bridge-plugin
v1.0.3
Published
Expo config plugin that injects Ember's native step counter bridge for iOS and Android
Maintainers
Readme
ember-step-counter-bridge-plugin
Native step counter bridge for Ember on iOS and Android.
Native module
Use EmberStepCounterBridge on both platforms. BonkStepCounterBridge remains available as a legacy ABI alias for existing over-the-air bundles.
On Android, alarm-adjacent step activity uses the same device-protected preference store as ember-system-alarm-bridge-plugin. Existing credential-protected state migrates automatically, so walking suppression stays aligned across updates and remains available to alarms restored before the first unlock after reboot.
Starting the same persisted walk session is idempotent. Its native count remains cumulative across React remounts, process restarts, service restarts, and device reboots; callers should merge restored JavaScript progress with the native result by taking the higher value.
Configuration
{
"expo": {
"plugins": ["ember-step-counter-bridge-plugin"]
}
}