Skip to content

Commit

Permalink
feat: Shows Remote Detection Alerts (#844)
Browse files Browse the repository at this point in the history
* chore: query for alerts

* chore: add maplayer folder

* chore: created remote detection alerts layer

* chore: show remote alerts on map

* chore: upgrade dependencies (#870)

* chore: update minor version dependencies

* chore: update minor dependecies of fomatjs polyfill

* chore: update picker and net-info

* chore: update react query

* chore: updates

* chore: update react

* chore: intl major update

* chore: cheap-ruler

* chore: remove nunecessary component and upgrade library

* chore: upgrade react native share

* chore: translations

* chore: update dependencies

* chore: minor version of picker

* chore: update zustand and persisted state api

* chore: minor releases

* chore: react native community hooks

* chore: update package json

* chore: update package lock

* chore: update tests to chek for exact version

* chore: readd types/debug

* chore: scripts for

* chore: alerts
  • Loading branch information
ErikSin authored Dec 3, 2024
1 parent 0ef926f commit 068fbec
Show file tree
Hide file tree
Showing 17 changed files with 3,247 additions and 1,643 deletions.
13 changes: 12 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,18 @@
}
],
["./expo-config-plugins/removeExpoInputStyles.js"],
["./expo-config-plugins/targetArmArchsOnly.js"]
["./expo-config-plugins/targetArmArchsOnly.js"],
[
"react-native-share",
{
"android": [
"com.facebook.katana",
"com.instagram.android",
"com.twitter.android",
"com.zhiliaoapp.musically"
]
}
]
],
"android": {
"allowBackup": false,
Expand Down
7 changes: 0 additions & 7 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1663,12 +1663,5 @@
},
"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 068fbec

Please sign in to comment.