UNPKG

219 BJavaScriptView Raw
1import { NativeModules } from 'react-native';
2import ThreeAxisSensor from './ThreeAxisSensor';
3
4const { ExponentGyroscope } = NativeModules;
5
6export default new ThreeAxisSensor(ExponentGyroscope, 'gyroscopeDidUpdate');