react-native-sensor-manager icon indicating copy to clipboard operation
react-native-sensor-manager copied to clipboard

Native sensors access for react-native

Results 29 react-native-sensor-manager issues
Sort by recently updated
recently updated
newest added

**How to detect the direction when I move it (left, right, up and down)?** I installed react-native sensor npm install react-native-sensors --save. **import { accelerometer } from "react-native-sensors"; const subscription...

- change several file in build gradle - remove @override

Please Support React Native 0.60+

Error: Unable to resolve module `NativeModules` from `......../app`: NativeModules could not be found within the project. I am using ``` "react": "16.9.0", "react-native": "0.61.5", ```

I was trying to integrate `react-native-sensors-manager` in my application and getting below error when I try to build. I think the issue is with the below package which we're using....

This PR is based on Problem https://github.com/kprimice/react-native-sensor-manager/issues/51, After replacing the `Nullable` with `NonNull` package, my application started working fine.

Orientation sensor delay fix

I'm trying to send the values of the acceleration and orientation to the backend but the orientation values are way faster than the Accelerometer how can I send the values...