Skip to content

Commit

Permalink
Revert "feat: Shows Remote Detection Alerts (#844)"
Browse files Browse the repository at this point in the history
This reverts commit 068fbec.
  • Loading branch information
ErikSin committed Dec 3, 2024
1 parent 068fbec commit ff304b0
Show file tree
Hide file tree
Showing 17 changed files with 1,626 additions and 3,230 deletions.
13 changes: 1 addition & 12 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,7 @@
}
],
["./expo-config-plugins/removeExpoInputStyles.js"],
["./expo-config-plugins/targetArmArchsOnly.js"],
[
"react-native-share",
{
"android": [
"com.facebook.katana",
"com.instagram.android",
"com.twitter.android",
"com.zhiliaoapp.musically"
]
}
]
["./expo-config-plugins/targetArmArchsOnly.js"]
],
"android": {
"allowBackup": false,
Expand Down
7 changes: 7 additions & 0 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1663,5 +1663,12 @@
},
"sharedComponents.RoleWithIcon.participant": {
"message": "Participant"
},
"sharedComponents.WifiBar.noWifi": {
"message": "No Internet"
},
"sharedComponents.WifiBar.wifi": {
"description": "Label for wifi network name",
"message": "WiFi:"
}
}
Loading

0 comments on commit ff304b0

Please sign in to comment.