Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

234
Vistas
new NativeEventEmitter()` was called with a non-null argument without the required `removeListeners` method

I am using quick blox for text chat app, but for event handler using

const  receivedNewMessage = (event) =>{
  const { type, payload } = event;
  // handle new message
  // type - event name (string)
  // payload - message received (object)
  console.log("payload ==>", payload);
  console.log("type ==>", type);
}

emitter.addListener(
    QB.chat.EVENT_TYPE.RECEIVED_NEW_MESSAGE,
    receivedNewMessage
  );    ``` it will always give me the warning,  new NativeEventEmitter()` was called with a non-null argument without the required `removeListeners` method. as a result not getting expected result ...what should be the solution please help ...i am new to react native.
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda