Coder Social home page Coder Social logo

Comments (7)

AidenForrest avatar AidenForrest commented on June 14, 2024 2

@wibimaster I don’t think I ever managed to completely fix it but a work around was disabling the errors by either ignoring them by using:

import { LogBox } from 'react-native'; LogBox.ignoreLogs(['Warning: ...']); // Ignore log notification by message

Or another method that prevented the freezing was running the Android app as release rather than debug.

Hope one of these workarounds works for you.

from react-native-sensors.

AidenForrest avatar AidenForrest commented on June 14, 2024

Fixed, was incorrectly installed

from react-native-sensors.

wibimaster avatar wibimaster commented on June 14, 2024

@AidenForrest Can I know how you fix it ? I have the same error after a basic install :

npm install react-native-sensors --save
react-native link react-native-sensors

from react-native-sensors.

sedot42 avatar sedot42 commented on June 14, 2024

This is helpful: https://stackoverflow.com/questions/69538962/new-nativeeventemitter-was-called-with-a-non-null-argument-without-the-requir

A pull request like this might fix this: https://github.com/microsoft/appcenter-sdk-react-native/pull/942/files

from react-native-sensors.

Karemhz avatar Karemhz commented on June 14, 2024

Same problem

from react-native-sensors.

am2619015 avatar am2619015 commented on June 14, 2024

Instead of ignoring all warnings, probably the best approach will be add on index.js
import { LogBox } from 'react-native';
LogBox.ignoreLogs(['new NativeEventEmitter']);
However, it is not a fix, the future library should support these warnings, this happens in new versions of RN like 0.70.2

from react-native-sensors.

powerpivar avatar powerpivar commented on June 14, 2024

Same problem for me, any updates?

"react-native-sensors": "7.3.5", "react-native": "0.67.4",

from react-native-sensors.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.