Issue
I'm supposed to add this script to the manifest file, but there is no such file in an expo managed project.
Solution
In Expo app.config.js
(or equivalent json file), add:
"plugins": [
[
"expo-build-properties",
{
"android": {
"usesCleartextTraffic": true
}
}
]
]
Answered By - Lucas Basquerotto
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.