When I call the uploadImage() with uri, the app throws an error saying...
"The callback uploadImage()" exists in module RCCloudinary, but only one callback may be registered to a a function in a native module"
I have linked RN Manually on the native side not sure if did anything wrong on js side but I am only call the config() and uploadImage() methods and that just once for sure.