Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen-g09 committed Jun 21, 2024
1 parent 86bb0db commit 226f385
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.cheetahworks.residentron"
Expand Down Expand Up @@ -62,4 +60,4 @@
},
"owner": "cheetah-works"
}
}
}
2 changes: 1 addition & 1 deletion expo-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/// <reference types="expo/types" />

// NOTE: This file should not be edited and should be in your git ignore
// NOTE: This file should not be edited and should be in your git ignore
2 changes: 1 addition & 1 deletion utils/helpers/notification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export async function onDisplayNotification() {
body: "Main body content of the notification",
android: {
channelId,
// optional, defaults to 'ic_launcher'.
// optional, defaults to 'ic_launcher'.
// pressAction is needed if you want the notification to open the app when pressed
pressAction: {
id: "default",
Expand Down

0 comments on commit 226f385

Please sign in to comment.