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. ```java import android.support.annotation.Nullable; ``` 