You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am facing this error:
TypeError: undefined is not an object evaluation
mSensorManager.startMagnetometer
here is mt code :
var mSensorManager = require('NativeModules').SensorManager;
i am facing this error:
TypeError: undefined is not an object evaluation
mSensorManager.startMagnetometer
here is mt code :
var mSensorManager = require('NativeModules').SensorManager;
componentDidMount() {
mSensorManager.startMagnetometer(100);
DeviceEventEmitter.addListener('azimuthChanged', this.azimuthChanged.bind(this));
}
The text was updated successfully, but these errors were encountered: