How do I remove some warning? (Constants.manifest is null, installationId, deviceId, and linkingUrl )

Hi, I’m trying to use expo modules in my react native project.
“expo-gl”: “^10.4.2”,
“expo-gl-cpp”: “^10.4.1”,
“expo-three”: “^5.7.0”,
“react-native”: “0.63.2”,
“react-native-unimodules”: “^0.14.6”,

https://github.com/expo/expo/issues/11888
I found a closed issue in March~April, but the warning is still shown in my console…
“Constants.manifest is null because the embedded app.config could not be read. Ensure that you have installed the expo-constants build scripts if you need to read from Constants.manifest.”
Is there some other way to solve this??

Also,Is there some guid to ignore or remove warnings about installationId, deviceId, and linkingUrl??

Thank you…!

Hey @arale8220, you can leverage the LogBox module to handle ignoring errors/warnings though it’s often unrecommended and better to address the issue (if possible). Debugging · React Native

Cheers,
Adam