react-native-cached-image
                                
                                 react-native-cached-image copied to clipboard
                                
                                    react-native-cached-image copied to clipboard
                            
                            
                            
                        com.facebook.jni.CppException:Failed to create String from JSON
I've encounter this error when I used react-native-chched-image in ANDROID:
java.lang.RuntimeException:Error invoking callback 263
com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)
......
Caused by:
com.facebook.jni.CppException:Failed to create String from JSON:
com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)
android.os.Handler.handleCallback(Handler.java:739)
android.os.Handler.dispatchMessage(Handler.java:95)
com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:31)
android.os.Looper.loop(Looper.java:148)
com.facebook.react.bridge.queue.MessageQueueThreadImpl$3.run(MessageQueueThreadImpl.java:208)
java.lang.Thread.run(Thread.java:818)
Double check your json objects you pass to CachedImage methods, maybe there are some errors.
i'm having this issue in my app recently