Checkpoint QC Done

Cooming soon: Notification feature

### No Issue
This commit is contained in:
2025-12-12 14:55:30 +08:00
parent 573b525352
commit 2c0198b1b7
17 changed files with 634 additions and 118 deletions

View File

@@ -1,4 +1,5 @@
import Expo
import FirebaseCore
import React
import ReactAppDependencyProvider
@@ -23,6 +24,9 @@ public class AppDelegate: ExpoAppDelegate {
#if os(iOS) || os(tvOS)
window = UIWindow(frame: UIScreen.main.bounds)
// @generated begin @react-native-firebase/app-didFinishLaunchingWithOptions - expo prebuild (DO NOT MODIFY) sync-10e8520570672fd76b2403b7e1e27f5198a6349a
FirebaseApp.configure()
// @generated end @react-native-firebase/app-didFinishLaunchingWithOptions
factory.startReactNative(
withModuleName: "main",
in: window,