Skip to content

Commit

Permalink
bugfix: set usesCleartextTraffic to true
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokang00010 committed Apr 25, 2024
1 parent f216729 commit 31999c6
Show file tree
Hide file tree
Showing 3 changed files with 6,708 additions and 3,713 deletions.
8 changes: 8 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
{
"photosPermission": "The app accesses your photos to let you share them with your friends."
}
],
[
"expo-build-properties",
{
"android": {
"usesCleartextTraffic": true
}
}
]
],
"ios": {
Expand Down
Loading

0 comments on commit 31999c6

Please sign in to comment.