dpyeates / react-native-barometer

Provides barometric and altitude information for React-native apps for both IOS and Android.
MIT License
6 stars 1 forks source link

Error Invariant Violation: Native module cannot be null. #3

Open Alex30555 opened 3 years ago

Alex30555 commented 3 years ago

Hello,

I just tried to install this package to my new react native application, and I have this error when I run npm start:

image

Here is my only code...

import Barometer from 'react-native-barometer';

Can you help me with this issue ?

Regards, Alexandre

dpyeates commented 3 years ago

Hi Alexandre, that doesn't give me much to go on. Did you do a clean and full build? What version of React Native? If you remove the library and build it runs ok?