Skip to content

Commit 7065840

Browse files
authored
Merge pull request #135 from Resgrid/develop
Develop
2 parents 16f4421 + c9676bb commit 7065840

93 files changed

Lines changed: 3055 additions & 453 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

0 Bytes
Binary file not shown.

.github/workflows/react-native-cicd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ env:
6464
EXPO_ASC_ISSUER_ID: ${{ secrets.EXPO_ASC_ISSUER_ID }}
6565
EXPO_APPLE_TEAM_ID: ${{ secrets.EXPO_TEAM_ID }}
6666
EXPO_APPLE_TEAM_TYPE: ${{ secrets.EXPO_APPLE_TEAM_TYPE }}
67+
UNIT_APTABASE_APP_KEY: ${{ secrets.UNIT_APTABASE_APP_KEY }}
68+
UNIT_APTABASE_URL: ${{ secrets.UNIT_APTABASE_URL }}
6769
NODE_OPTIONS: --openssl-legacy-provider
6870

6971
jobs:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export const trackEvent = jest.fn();
2+
3+
export default {
4+
trackEvent,
5+
};

app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
7676
[
7777
'expo-notifications',
7878
{
79-
icon: './assets/adaptive-icon.png',
79+
icon: './assets/notification-icon.png',
8080
color: '#2E3C4B',
8181
permissions: {
8282
ios: {

assets/audio/callemergency.wav

-567 KB
Binary file not shown.

assets/audio/callhigh.wav

-1010 KB
Binary file not shown.

assets/audio/calllow.wav

-756 KB
Binary file not shown.

assets/audio/callmedium.wav

-743 KB
Binary file not shown.

assets/audio/callupdated.wav

-403 KB
Binary file not shown.

assets/audio/custom/c1.wav

-165 KB
Binary file not shown.

0 commit comments

Comments
 (0)