chore: update ci
This commit is contained in:
@@ -64,4 +64,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish OTA update
|
- name: Publish OTA update
|
||||||
working-directory: mobile
|
working-directory: mobile
|
||||||
run: eas update --channel production --message "${{ github.event.head_commit.message }}" --non-interactive
|
run: eas update --channel production --platform android --message "${{ github.event.head_commit.message }}" --non-interactive
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ Notifications.setNotificationHandler({
|
|||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
// Créer le channel Android pour les commandes
|
|
||||||
export async function setupNotificationChannel(): Promise<void> {
|
export async function setupNotificationChannel(): Promise<void> {
|
||||||
if (Platform.OS === "android") {
|
if (Platform.OS === "android") {
|
||||||
await Notifications.setNotificationChannelAsync("orders", {
|
await Notifications.setNotificationChannelAsync("orders", {
|
||||||
|
|||||||
Reference in New Issue
Block a user