Closed piyush-ramavat closed 4 years ago
warning
is just what's being used to log, which is why it's in the stack. The actual content of the warning is not something we can help with. From the sounds of it, you're using art
directly from react-native but shouldn't be.
Hello, I've an expo based app. I was using expo SDK 33 so far and now I'm trying to upgrade to SDK v36.
After upgrading Expo, Typescript and Jest libraries, I'm getting this warning while running Junits. Not sure whether it's going to warn me while app is running as well (I'm still in middle of upgrading all my libs).
Since warning is for fbjs package, I'm posting it here.
I tried to add the library manually but warning is still present. So, looks like library source code itself has to be updated.
Apologies if this is already been done. Let me know. If this is already done then maybe I'll have to look for other npm libs in my project that uses "fbjs".
Thanks.
Piyush