UNPKG

expo-sensors

Version:

Provides access to a hardware device's accelerometer, gyroscope, magnetometer, and pedometer.

6 lines (5 loc) 166 B
import { ConfigPlugin } from 'expo/config-plugins'; declare const _default: ConfigPlugin<void | { motionPermission?: string | false; }>; export default _default;