Abdullah-Al-Mosabbir

Results 8 comments of Abdullah-Al-Mosabbir

Fatal Exception: java.lang.RuntimeException: Error invoking callback 9139 at com.facebook.react.bridge.queue.NativeRunnable.run(Unknown Source) at android.os.Handler.handleCallback(Handler.java:815) at android.os.Handler.dispatchMessage(Handler.java:104) at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(Unknown Source) at android.os.Looper.loop(Looper.java:194) at com.facebook.react.bridge.queue.MessageQueueThreadImpl$3.run(Unknown Source) at java.lang.Thread.run(Thread.java:818) Caused by com.facebook.jni.CppException: Failed to create...

Having same issue, any update on this one?

Here is the log from crashlytics @briankabiro ![screen shot 2019-02-14 at 12 35 55 pm](https://user-images.githubusercontent.com/13661720/52767744-41862180-2fe0-11e9-8248-5792cdc147b6.png)

`Cursor.moveToNext()!=null` doesn't applicable. i have tried using `while (cursor!=null && cursor.getCount() > 0 && cursor.moveToNext()){...}` And still getting crashes in firebase log @briankabiro

Yes, but i couldn't reproduce this using emulator or any devices. But some users are facing this issue that i can see from crashlytics log. Most of the case it's...

Sorry for being late to reply @briankabiro I think the issue still exists. This is causing for android version 5 only, some Xioami and OPPO devices

**This works in app closed/background/foreground** ``` import React, {Component} from 'react'; import {Platform, TouchableOpacity, Text, View} from 'react-native'; import BackgroundJob from 'react-native-background-job'; import axios from "axios"; const backgroundJob = {...