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

Issue with import android.support.annotation.Nullable;

Open ajayg415 opened this issue 3 years ago • 1 comments

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.

import android.support.annotation.Nullable;

image

ajayg415 avatar May 04 '21 03:05 ajayg415

I fixed this issue and created one PR https://github.com/kprimice/react-native-sensor-manager/pull/52, have a look if you also face this issue.

ajayg415 avatar May 04 '21 03:05 ajayg415