Ajay Gangisetti

Results 4 issues of Ajay Gangisetti

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.

This PR includes a new optional Boolean parameter `stayAtMaxZoom`, that will conditionally return the next zoom step when user reached maximum zoom value. **Scenario1:** - user did not set this...

I would like to add a new feature to stay at maximumZoom value instead of resetting to initialZoom when view reach max zoom value.