import { temporarilyNotSupport } from '../utils' export const stopDeviceMotionListening = temporarilyNotSupport('stopDeviceMotionListening') export const startDeviceMotionListening = temporarilyNotSupport('startDeviceMotionListening') export const onDeviceMotionChange = temporarilyNotSupport('onDeviceMotionChange') export const offDeviceMotionChange = temporarilyNotSupport('offDeviceMotionChange')