diff --git a/apps/expo/android/.gitignore b/apps/expo/android/.gitignore deleted file mode 100644 index 877b87e9..00000000 --- a/apps/expo/android/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -# OSX -# -.DS_Store - -# Android/IntelliJ -# -build/ -.idea -.gradle -local.properties -*.iml -*.hprof - -# Bundle artifacts -*.jsbundle diff --git a/apps/expo/android/.gradle/8.0.1/checksums/checksums.lock b/apps/expo/android/.gradle/8.0.1/checksums/checksums.lock deleted file mode 100644 index a5ab0d05..00000000 Binary files a/apps/expo/android/.gradle/8.0.1/checksums/checksums.lock and /dev/null differ diff --git a/apps/expo/android/.gradle/8.0.1/checksums/md5-checksums.bin b/apps/expo/android/.gradle/8.0.1/checksums/md5-checksums.bin deleted file mode 100644 index 7bc25d0d..00000000 Binary files a/apps/expo/android/.gradle/8.0.1/checksums/md5-checksums.bin and /dev/null differ diff --git a/apps/expo/android/.gradle/8.0.1/checksums/sha1-checksums.bin b/apps/expo/android/.gradle/8.0.1/checksums/sha1-checksums.bin deleted file mode 100644 index 10a3cfdb..00000000 Binary files a/apps/expo/android/.gradle/8.0.1/checksums/sha1-checksums.bin and /dev/null differ diff --git a/apps/expo/android/.gradle/8.0.1/dependencies-accessors/dependencies-accessors.lock b/apps/expo/android/.gradle/8.0.1/dependencies-accessors/dependencies-accessors.lock deleted file mode 100644 index afe3cbd4..00000000 Binary files a/apps/expo/android/.gradle/8.0.1/dependencies-accessors/dependencies-accessors.lock and /dev/null differ diff --git a/apps/expo/android/.gradle/8.0.1/executionHistory/executionHistory.bin b/apps/expo/android/.gradle/8.0.1/executionHistory/executionHistory.bin deleted file mode 100644 index 02170cef..00000000 Binary files a/apps/expo/android/.gradle/8.0.1/executionHistory/executionHistory.bin and /dev/null differ diff --git a/apps/expo/android/.gradle/8.0.1/executionHistory/executionHistory.lock b/apps/expo/android/.gradle/8.0.1/executionHistory/executionHistory.lock deleted file mode 100644 index 42d62b4a..00000000 Binary files a/apps/expo/android/.gradle/8.0.1/executionHistory/executionHistory.lock and /dev/null differ diff --git a/apps/expo/android/.gradle/8.0.1/fileHashes/fileHashes.bin b/apps/expo/android/.gradle/8.0.1/fileHashes/fileHashes.bin deleted file mode 100644 index e86049a2..00000000 Binary files a/apps/expo/android/.gradle/8.0.1/fileHashes/fileHashes.bin and /dev/null differ diff --git a/apps/expo/android/.gradle/8.0.1/fileHashes/fileHashes.lock b/apps/expo/android/.gradle/8.0.1/fileHashes/fileHashes.lock deleted file mode 100644 index 2df792aa..00000000 Binary files a/apps/expo/android/.gradle/8.0.1/fileHashes/fileHashes.lock and /dev/null differ diff --git a/apps/expo/android/.gradle/8.0.1/fileHashes/resourceHashesCache.bin b/apps/expo/android/.gradle/8.0.1/fileHashes/resourceHashesCache.bin deleted file mode 100644 index f1c63e49..00000000 Binary files a/apps/expo/android/.gradle/8.0.1/fileHashes/resourceHashesCache.bin and /dev/null differ diff --git a/apps/expo/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/apps/expo/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock deleted file mode 100644 index 9f64f286..00000000 Binary files a/apps/expo/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock and /dev/null differ diff --git a/apps/expo/android/.gradle/buildOutputCleanup/cache.properties b/apps/expo/android/.gradle/buildOutputCleanup/cache.properties deleted file mode 100644 index dc67ef5f..00000000 --- a/apps/expo/android/.gradle/buildOutputCleanup/cache.properties +++ /dev/null @@ -1,2 +0,0 @@ -#Tue Dec 19 03:45:35 CST 2023 -gradle.version=8.0.1 diff --git a/apps/expo/android/.gradle/buildOutputCleanup/outputFiles.bin b/apps/expo/android/.gradle/buildOutputCleanup/outputFiles.bin deleted file mode 100644 index aa0b8e57..00000000 Binary files a/apps/expo/android/.gradle/buildOutputCleanup/outputFiles.bin and /dev/null differ diff --git a/apps/expo/android/.gradle/file-system.probe b/apps/expo/android/.gradle/file-system.probe deleted file mode 100644 index 9d341415..00000000 Binary files a/apps/expo/android/.gradle/file-system.probe and /dev/null differ diff --git a/apps/expo/android/app/build.gradle b/apps/expo/android/app/build.gradle deleted file mode 100644 index dbd51601..00000000 --- a/apps/expo/android/app/build.gradle +++ /dev/null @@ -1,192 +0,0 @@ -apply plugin: "com.android.application" -apply plugin: "com.facebook.react" - -def projectRoot = rootDir.getAbsoluteFile().getParentFile().getAbsolutePath() - -/** - * This is the configuration block to customize your React Native Android app. - * By default you don't need to apply any configuration, just uncomment the lines you need. - */ -react { - entryFile = file(["node", "-e", "require('expo/scripts/resolveAppEntry')", projectRoot, "android", "absolute"].execute(null, rootDir).text.trim()) - reactNativeDir = new File(["node", "--print", "require.resolve('react-native/package.json')"].execute(null, rootDir).text.trim()).getParentFile().getAbsoluteFile() - hermesCommand = new File(["node", "--print", "require.resolve('react-native/package.json')"].execute(null, rootDir).text.trim()).getParentFile().getAbsolutePath() + "/sdks/hermesc/%OS-BIN%/hermesc" - codegenDir = new File(["node", "--print", "require.resolve('@react-native/codegen/package.json')"].execute(null, rootDir).text.trim()).getParentFile().getAbsoluteFile() - - // Use Expo CLI to bundle the app, this ensures the Metro config - // works correctly with Expo projects. - cliFile = new File(["node", "--print", "require.resolve('@expo/cli')"].execute(null, rootDir).text.trim()) - bundleCommand = "export:embed" - - /* Folders */ - // The root of your project, i.e. where "package.json" lives. Default is '..' - // root = file("../") - // The folder where the react-native NPM package is. Default is ../node_modules/react-native - // reactNativeDir = file("../node_modules/react-native") - // The folder where the react-native Codegen package is. Default is ../node_modules/@react-native/codegen - // codegenDir = file("../node_modules/@react-native/codegen") - - /* Variants */ - // The list of variants to that are debuggable. For those we're going to - // skip the bundling of the JS bundle and the assets. By default is just 'debug'. - // If you add flavors like lite, prod, etc. you'll have to list your debuggableVariants. - // debuggableVariants = ["liteDebug", "prodDebug"] - - /* Bundling */ - // A list containing the node command and its flags. Default is just 'node'. - // nodeExecutableAndArgs = ["node"] - - // - // The path to the CLI configuration file. Default is empty. - // bundleConfig = file(../rn-cli.config.js) - // - // The name of the generated asset file containing your JS bundle - // bundleAssetName = "MyApplication.android.bundle" - // - // The entry file for bundle generation. Default is 'index.android.js' or 'index.js' - // entryFile = file("../js/MyApplication.android.js") - // - // A list of extra flags to pass to the 'bundle' commands. - // See https://github.com/react-native-community/cli/blob/main/docs/commands.md#bundle - // extraPackagerArgs = [] - - /* Hermes Commands */ - // The hermes compiler command to run. By default it is 'hermesc' - // hermesCommand = "$rootDir/my-custom-hermesc/bin/hermesc" - // - // The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map" - // hermesFlags = ["-O", "-output-source-map"] -} - -/** - * Set this to true to Run Proguard on Release builds to minify the Java bytecode. - */ -def enableProguardInReleaseBuilds = (findProperty('android.enableProguardInReleaseBuilds') ?: false).toBoolean() - -/** - * The preferred build flavor of JavaScriptCore (JSC) - * - * For example, to use the international variant, you can use: - * `def jscFlavor = 'org.webkit:android-jsc-intl:+'` - * - * The international variant includes ICU i18n library and necessary data - * allowing to use e.g. `Date.toLocaleString` and `String.localeCompare` that - * give correct results when using with locales other than en-US. Note that - * this variant is about 6MiB larger per architecture than default. - */ -def jscFlavor = 'org.webkit:android-jsc:+' - -android { -// @generated begin react-native-pdf-packaging-options - expo prebuild (DO NOT MODIFY) sync-e288c3c5efbb1ef5e1a1959a848260c36558a381 - - packagingOptions { - pickFirst 'lib/x86/libc++_shared.so' - pickFirst 'lib/x86_64/libjsc.so' - pickFirst 'lib/arm64-v8a/libjsc.so' - pickFirst 'lib/arm64-v8a/libc++_shared.so' - pickFirst 'lib/x86_64/libc++_shared.so' - pickFirst 'lib/armeabi-v7a/libc++_shared.so' - } - -// @generated end react-native-pdf-packaging-options - ndkVersion rootProject.ext.ndkVersion - - compileSdkVersion rootProject.ext.compileSdkVersion - - namespace 'your.bundle.identifier' - defaultConfig { - applicationId 'your.bundle.identifier' - minSdkVersion rootProject.ext.minSdkVersion - targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 1 - versionName "0.1.0" - - buildConfigField("boolean", "REACT_NATIVE_UNSTABLE_USE_RUNTIME_SCHEDULER_ALWAYS", (findProperty("reactNative.unstable_useRuntimeSchedulerAlways") ?: true).toString()) - } - signingConfigs { - debug { - storeFile file('debug.keystore') - storePassword 'android' - keyAlias 'androiddebugkey' - keyPassword 'android' - } - } - buildTypes { - debug { - signingConfig signingConfigs.debug - } - release { - // Caution! In production, you need to generate your own keystore file. - // see https://reactnative.dev/docs/signed-apk-android. - signingConfig signingConfigs.debug - shrinkResources (findProperty('android.enableShrinkResourcesInReleaseBuilds')?.toBoolean() ?: false) - minifyEnabled enableProguardInReleaseBuilds - proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro" - } - } -} - -// Apply static values from `gradle.properties` to the `android.packagingOptions` -// Accepts values in comma delimited lists, example: -// android.packagingOptions.pickFirsts=/LICENSE,**/picasa.ini -["pickFirsts", "excludes", "merges", "doNotStrip"].each { prop -> - // Split option: 'foo,bar' -> ['foo', 'bar'] - def options = (findProperty("android.packagingOptions.$prop") ?: "").split(","); - // Trim all elements in place. - for (i in 0.. 0) { - println "android.packagingOptions.$prop += $options ($options.length)" - // Ex: android.packagingOptions.pickFirsts += '**/SCCS/**' - options.each { - android.packagingOptions[prop] += it - } - } -} - -dependencies { - // The version of react-native is set by the React Native Gradle Plugin - implementation("com.facebook.react:react-android") - - def isGifEnabled = (findProperty('expo.gif.enabled') ?: "") == "true"; - def isWebpEnabled = (findProperty('expo.webp.enabled') ?: "") == "true"; - def isWebpAnimatedEnabled = (findProperty('expo.webp.animated') ?: "") == "true"; - def frescoVersion = rootProject.ext.frescoVersion - - // If your app supports Android versions before Ice Cream Sandwich (API level 14) - if (isGifEnabled || isWebpEnabled) { - implementation("com.facebook.fresco:fresco:${frescoVersion}") - implementation("com.facebook.fresco:imagepipeline-okhttp3:${frescoVersion}") - } - - if (isGifEnabled) { - // For animated gif support - implementation("com.facebook.fresco:animated-gif:${frescoVersion}") - } - - if (isWebpEnabled) { - // For webp support - implementation("com.facebook.fresco:webpsupport:${frescoVersion}") - if (isWebpAnimatedEnabled) { - // Animated webp support - implementation("com.facebook.fresco:animated-webp:${frescoVersion}") - } - } - - debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") - debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") { - exclude group:'com.squareup.okhttp3', module:'okhttp' - } - debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") - - if (hermesEnabled.toBoolean()) { - implementation("com.facebook.react:hermes-android") - } else { - implementation jscFlavor - } -} - -apply from: new File(["node", "--print", "require.resolve('@react-native-community/cli-platform-android/package.json')"].execute(null, rootDir).text.trim(), "../native_modules.gradle"); -applyNativeModulesAppBuildGradle(project) diff --git a/apps/expo/android/app/debug.keystore b/apps/expo/android/app/debug.keystore deleted file mode 100644 index 364e105e..00000000 Binary files a/apps/expo/android/app/debug.keystore and /dev/null differ diff --git a/apps/expo/android/app/proguard-rules.pro b/apps/expo/android/app/proguard-rules.pro deleted file mode 100644 index 551eb41d..00000000 --- a/apps/expo/android/app/proguard-rules.pro +++ /dev/null @@ -1,14 +0,0 @@ -# Add project specific ProGuard rules here. -# By default, the flags in this file are appended to flags specified -# in /usr/local/Cellar/android-sdk/24.3.3/tools/proguard/proguard-android.txt -# You can edit the include path and order by changing the proguardFiles -# directive in build.gradle. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# react-native-reanimated --keep class com.swmansion.reanimated.** { *; } --keep class com.facebook.react.turbomodule.** { *; } - -# Add any project specific keep options here: diff --git a/apps/expo/android/app/src/debug/AndroidManifest.xml b/apps/expo/android/app/src/debug/AndroidManifest.xml deleted file mode 100644 index 3ec2507b..00000000 --- a/apps/expo/android/app/src/debug/AndroidManifest.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - diff --git a/apps/expo/android/app/src/debug/java/your/bundle/identifier/ReactNativeFlipper.java b/apps/expo/android/app/src/debug/java/your/bundle/identifier/ReactNativeFlipper.java deleted file mode 100644 index b5448318..00000000 --- a/apps/expo/android/app/src/debug/java/your/bundle/identifier/ReactNativeFlipper.java +++ /dev/null @@ -1,75 +0,0 @@ -/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. - */ -package your.bundle.identifier; - -import android.content.Context; -import com.facebook.flipper.android.AndroidFlipperClient; -import com.facebook.flipper.android.utils.FlipperUtils; -import com.facebook.flipper.core.FlipperClient; -import com.facebook.flipper.plugins.crashreporter.CrashReporterPlugin; -import com.facebook.flipper.plugins.databases.DatabasesFlipperPlugin; -import com.facebook.flipper.plugins.fresco.FrescoFlipperPlugin; -import com.facebook.flipper.plugins.inspector.DescriptorMapping; -import com.facebook.flipper.plugins.inspector.InspectorFlipperPlugin; -import com.facebook.flipper.plugins.network.FlipperOkhttpInterceptor; -import com.facebook.flipper.plugins.network.NetworkFlipperPlugin; -import com.facebook.flipper.plugins.sharedpreferences.SharedPreferencesFlipperPlugin; -import com.facebook.react.ReactInstanceEventListener; -import com.facebook.react.ReactInstanceManager; -import com.facebook.react.bridge.ReactContext; -import com.facebook.react.modules.network.NetworkingModule; -import okhttp3.OkHttpClient; - -/** - * Class responsible of loading Flipper inside your React Native application. This is the debug - * flavor of it. Here you can add your own plugins and customize the Flipper setup. - */ -public class ReactNativeFlipper { - public static void initializeFlipper(Context context, ReactInstanceManager reactInstanceManager) { - if (FlipperUtils.shouldEnableFlipper(context)) { - final FlipperClient client = AndroidFlipperClient.getInstance(context); - - client.addPlugin(new InspectorFlipperPlugin(context, DescriptorMapping.withDefaults())); - client.addPlugin(new DatabasesFlipperPlugin(context)); - client.addPlugin(new SharedPreferencesFlipperPlugin(context)); - client.addPlugin(CrashReporterPlugin.getInstance()); - - NetworkFlipperPlugin networkFlipperPlugin = new NetworkFlipperPlugin(); - NetworkingModule.setCustomClientBuilder( - new NetworkingModule.CustomClientBuilder() { - @Override - public void apply(OkHttpClient.Builder builder) { - builder.addNetworkInterceptor(new FlipperOkhttpInterceptor(networkFlipperPlugin)); - } - }); - client.addPlugin(networkFlipperPlugin); - client.start(); - - // Fresco Plugin needs to ensure that ImagePipelineFactory is initialized - // Hence we run if after all native modules have been initialized - ReactContext reactContext = reactInstanceManager.getCurrentReactContext(); - if (reactContext == null) { - reactInstanceManager.addReactInstanceEventListener( - new ReactInstanceEventListener() { - @Override - public void onReactContextInitialized(ReactContext reactContext) { - reactInstanceManager.removeReactInstanceEventListener(this); - reactContext.runOnNativeModulesQueueThread( - new Runnable() { - @Override - public void run() { - client.addPlugin(new FrescoFlipperPlugin()); - } - }); - } - }); - } else { - client.addPlugin(new FrescoFlipperPlugin()); - } - } - } -} diff --git a/apps/expo/android/app/src/main/AndroidManifest.xml b/apps/expo/android/app/src/main/AndroidManifest.xml deleted file mode 100644 index 70556028..00000000 --- a/apps/expo/android/app/src/main/AndroidManifest.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/apps/expo/android/app/src/main/java/your/bundle/identifier/MainActivity.java b/apps/expo/android/app/src/main/java/your/bundle/identifier/MainActivity.java deleted file mode 100644 index 134f2107..00000000 --- a/apps/expo/android/app/src/main/java/your/bundle/identifier/MainActivity.java +++ /dev/null @@ -1,65 +0,0 @@ -package your.bundle.identifier; - -import android.os.Build; -import android.os.Bundle; - -import com.facebook.react.ReactActivity; -import com.facebook.react.ReactActivityDelegate; -import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint; -import com.facebook.react.defaults.DefaultReactActivityDelegate; - -import expo.modules.ReactActivityDelegateWrapper; - -public class MainActivity extends ReactActivity { - @Override - protected void onCreate(Bundle savedInstanceState) { - // Set the theme to AppTheme BEFORE onCreate to support - // coloring the background, status bar, and navigation bar. - // This is required for expo-splash-screen. - setTheme(R.style.AppTheme); - super.onCreate(null); - } - - /** - * Returns the name of the main component registered from JavaScript. - * This is used to schedule rendering of the component. - */ - @Override - protected String getMainComponentName() { - return "main"; - } - - /** - * Returns the instance of the {@link ReactActivityDelegate}. Here we use a util class {@link - * DefaultReactActivityDelegate} which allows you to easily enable Fabric and Concurrent React - * (aka React 18) with two boolean flags. - */ - @Override - protected ReactActivityDelegate createReactActivityDelegate() { - return new ReactActivityDelegateWrapper(this, BuildConfig.IS_NEW_ARCHITECTURE_ENABLED, new DefaultReactActivityDelegate( - this, - getMainComponentName(), - // If you opted-in for the New Architecture, we enable the Fabric Renderer. - DefaultNewArchitectureEntryPoint.getFabricEnabled())); - } - - /** - * Align the back button behavior with Android S - * where moving root activities to background instead of finishing activities. - * @see onBackPressed - */ - @Override - public void invokeDefaultOnBackPressed() { - if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.R) { - if (!moveTaskToBack(false)) { - // For non-root activities, use the default implementation to finish them. - super.invokeDefaultOnBackPressed(); - } - return; - } - - // Use the default back button implementation on Android S - // because it's doing more than {@link Activity#moveTaskToBack} in fact. - super.invokeDefaultOnBackPressed(); - } -} diff --git a/apps/expo/android/app/src/main/java/your/bundle/identifier/MainApplication.java b/apps/expo/android/app/src/main/java/your/bundle/identifier/MainApplication.java deleted file mode 100644 index 8cff57b5..00000000 --- a/apps/expo/android/app/src/main/java/your/bundle/identifier/MainApplication.java +++ /dev/null @@ -1,80 +0,0 @@ -package your.bundle.identifier; - -import android.app.Application; -import android.content.res.Configuration; -import androidx.annotation.NonNull; - -import com.facebook.react.PackageList; -import com.facebook.react.ReactApplication; -import com.facebook.react.ReactNativeHost; -import com.facebook.react.ReactPackage; -import com.facebook.react.config.ReactFeatureFlags; -import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint; -import com.facebook.react.defaults.DefaultReactNativeHost; -import com.facebook.soloader.SoLoader; - -import expo.modules.ApplicationLifecycleDispatcher; -import expo.modules.ReactNativeHostWrapper; - -import java.util.List; - -public class MainApplication extends Application implements ReactApplication { - - private final ReactNativeHost mReactNativeHost = - new ReactNativeHostWrapper(this, new DefaultReactNativeHost(this) { - @Override - public boolean getUseDeveloperSupport() { - return BuildConfig.DEBUG; - } - - @Override - protected List getPackages() { - @SuppressWarnings("UnnecessaryLocalVariable") - List packages = new PackageList(this).getPackages(); - // Packages that cannot be autolinked yet can be added manually here, for example: - // packages.add(new MyReactNativePackage()); - return packages; - } - - @Override - protected String getJSMainModuleName() { - return ".expo/.virtual-metro-entry"; - } - - @Override - protected boolean isNewArchEnabled() { - return BuildConfig.IS_NEW_ARCHITECTURE_ENABLED; - } - - @Override - protected Boolean isHermesEnabled() { - return BuildConfig.IS_HERMES_ENABLED; - } - }); - - @Override - public ReactNativeHost getReactNativeHost() { - return mReactNativeHost; - } - - @Override - public void onCreate() { - super.onCreate(); - SoLoader.init(this, /* native exopackage */ false); - if (!BuildConfig.REACT_NATIVE_UNSTABLE_USE_RUNTIME_SCHEDULER_ALWAYS) { - ReactFeatureFlags.unstable_useRuntimeSchedulerAlways = false; - } - if (BuildConfig.IS_NEW_ARCHITECTURE_ENABLED) { - // If you opted-in for the New Architecture, we load the native entry point for this app. - DefaultNewArchitectureEntryPoint.load(); - } - ReactNativeFlipper.initializeFlipper(this, getReactNativeHost().getReactInstanceManager()); - ApplicationLifecycleDispatcher.onApplicationCreate(this); - } - - @Override - public void onConfigurationChanged(@NonNull Configuration newConfig) { - super.onConfigurationChanged(newConfig); - ApplicationLifecycleDispatcher.onConfigurationChanged(this, newConfig); - } -} diff --git a/apps/expo/android/app/src/main/res/drawable-hdpi/splashscreen_image.png b/apps/expo/android/app/src/main/res/drawable-hdpi/splashscreen_image.png deleted file mode 100644 index e551ca8e..00000000 Binary files a/apps/expo/android/app/src/main/res/drawable-hdpi/splashscreen_image.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/drawable-mdpi/splashscreen_image.png b/apps/expo/android/app/src/main/res/drawable-mdpi/splashscreen_image.png deleted file mode 100644 index e551ca8e..00000000 Binary files a/apps/expo/android/app/src/main/res/drawable-mdpi/splashscreen_image.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/drawable-xhdpi/splashscreen_image.png b/apps/expo/android/app/src/main/res/drawable-xhdpi/splashscreen_image.png deleted file mode 100644 index e551ca8e..00000000 Binary files a/apps/expo/android/app/src/main/res/drawable-xhdpi/splashscreen_image.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/drawable-xxhdpi/splashscreen_image.png b/apps/expo/android/app/src/main/res/drawable-xxhdpi/splashscreen_image.png deleted file mode 100644 index e551ca8e..00000000 Binary files a/apps/expo/android/app/src/main/res/drawable-xxhdpi/splashscreen_image.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/drawable-xxxhdpi/splashscreen_image.png b/apps/expo/android/app/src/main/res/drawable-xxxhdpi/splashscreen_image.png deleted file mode 100644 index e551ca8e..00000000 Binary files a/apps/expo/android/app/src/main/res/drawable-xxxhdpi/splashscreen_image.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/drawable/rn_edit_text_material.xml b/apps/expo/android/app/src/main/res/drawable/rn_edit_text_material.xml deleted file mode 100644 index 73b37e4d..00000000 --- a/apps/expo/android/app/src/main/res/drawable/rn_edit_text_material.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - diff --git a/apps/expo/android/app/src/main/res/drawable/splashscreen.xml b/apps/expo/android/app/src/main/res/drawable/splashscreen.xml deleted file mode 100644 index c8568e16..00000000 --- a/apps/expo/android/app/src/main/res/drawable/splashscreen.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/apps/expo/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/apps/expo/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml deleted file mode 100644 index 3941bea9..00000000 --- a/apps/expo/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/apps/expo/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/apps/expo/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml deleted file mode 100644 index 3941bea9..00000000 --- a/apps/expo/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/apps/expo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/apps/expo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index 0a0d9d95..00000000 Binary files a/apps/expo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/apps/expo/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png deleted file mode 100644 index 21bcfa1c..00000000 Binary files a/apps/expo/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/apps/expo/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png deleted file mode 100644 index 0d4cd62e..00000000 Binary files a/apps/expo/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/apps/expo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index e0aa70bc..00000000 Binary files a/apps/expo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/apps/expo/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png deleted file mode 100644 index 643ea946..00000000 Binary files a/apps/expo/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/apps/expo/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png deleted file mode 100644 index 26a26514..00000000 Binary files a/apps/expo/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/apps/expo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index e666418b..00000000 Binary files a/apps/expo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/apps/expo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png deleted file mode 100644 index 41252ab4..00000000 Binary files a/apps/expo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/apps/expo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png deleted file mode 100644 index eefbfba1..00000000 Binary files a/apps/expo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/apps/expo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index fca02652..00000000 Binary files a/apps/expo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/apps/expo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png deleted file mode 100644 index 75db394c..00000000 Binary files a/apps/expo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/apps/expo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png deleted file mode 100644 index 224bbfff..00000000 Binary files a/apps/expo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/apps/expo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index 70464286..00000000 Binary files a/apps/expo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/apps/expo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png deleted file mode 100644 index 812c5f5c..00000000 Binary files a/apps/expo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/apps/expo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png deleted file mode 100644 index 63752a80..00000000 Binary files a/apps/expo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and /dev/null differ diff --git a/apps/expo/android/app/src/main/res/values-night/colors.xml b/apps/expo/android/app/src/main/res/values-night/colors.xml deleted file mode 100644 index 3c05de5b..00000000 --- a/apps/expo/android/app/src/main/res/values-night/colors.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/apps/expo/android/app/src/main/res/values/colors.xml b/apps/expo/android/app/src/main/res/values/colors.xml deleted file mode 100644 index b8044524..00000000 --- a/apps/expo/android/app/src/main/res/values/colors.xml +++ /dev/null @@ -1,6 +0,0 @@ - - #1F104A - #1F104A - #023c69 - #1F104A - \ No newline at end of file diff --git a/apps/expo/android/app/src/main/res/values/strings.xml b/apps/expo/android/app/src/main/res/values/strings.xml deleted file mode 100644 index 54f7cac3..00000000 --- a/apps/expo/android/app/src/main/res/values/strings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - canvas-fhir-api-telehealth-starter - contain - false - light - your.bundle.identifier.blobs - \ No newline at end of file diff --git a/apps/expo/android/app/src/main/res/values/styles.xml b/apps/expo/android/app/src/main/res/values/styles.xml deleted file mode 100644 index f03e23f8..00000000 --- a/apps/expo/android/app/src/main/res/values/styles.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - \ No newline at end of file diff --git a/apps/expo/android/app/src/release/java/your/bundle/identifier/ReactNativeFlipper.java b/apps/expo/android/app/src/release/java/your/bundle/identifier/ReactNativeFlipper.java deleted file mode 100644 index 16a91be9..00000000 --- a/apps/expo/android/app/src/release/java/your/bundle/identifier/ReactNativeFlipper.java +++ /dev/null @@ -1,20 +0,0 @@ -/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. - */ -package your.bundle.identifier; - -import android.content.Context; -import com.facebook.react.ReactInstanceManager; - -/** - * Class responsible of loading Flipper inside your React Native application. This is the release - * flavor of it so it's empty as we don't want to load Flipper. - */ -public class ReactNativeFlipper { - public static void initializeFlipper(Context context, ReactInstanceManager reactInstanceManager) { - // Do nothing as we don't want to initialize Flipper on Release. - } -} diff --git a/apps/expo/android/build.gradle b/apps/expo/android/build.gradle deleted file mode 100644 index bcfdc8f6..00000000 --- a/apps/expo/android/build.gradle +++ /dev/null @@ -1,45 +0,0 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. - -buildscript { - ext.getPackageJsonVersion = { packageName -> - new File(['node', '--print', "JSON.parse(require('fs').readFileSync(require.resolve('${packageName}/package.json'), 'utf-8')).version"].execute(null, rootDir).text.trim()) - } - ext { - expoPackageVersion = "${ext.getPackageJsonVersion('expo')}" - reactNativeVersion = "${ext.getPackageJsonVersion('react-native')}" - buildToolsVersion = findProperty('android.buildToolsVersion') ?: '33.0.0' - minSdkVersion = Integer.parseInt(findProperty('android.minSdkVersion') ?: '21') - compileSdkVersion = Integer.parseInt(findProperty('android.compileSdkVersion') ?: '33') - targetSdkVersion = Integer.parseInt(findProperty('android.targetSdkVersion') ?: '33') - kotlinVersion = findProperty('android.kotlinVersion') ?: '1.8.10' - frescoVersion = findProperty('expo.frescoVersion') ?: '2.5.0' - - // We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP. - ndkVersion = "23.1.7779620" - } - repositories { - google() - mavenCentral() - } - dependencies { - classpath('com.android.tools.build:gradle:7.4.2') - classpath('com.facebook.react:react-native-gradle-plugin') - } -} - -allprojects { - repositories { - maven { - // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm - url(new File(['node', '--print', "require.resolve('react-native/package.json')"].execute(null, rootDir).text.trim(), '../android')) - } - maven { - // Android JSC is installed from npm - url(new File(['node', '--print', "require.resolve('jsc-android/package.json')"].execute(null, rootDir).text.trim(), '../dist')) - } - - google() - mavenCentral() - maven { url 'https://www.jitpack.io' } - } -} diff --git a/apps/expo/android/gradle.properties b/apps/expo/android/gradle.properties deleted file mode 100644 index 240ca06c..00000000 --- a/apps/expo/android/gradle.properties +++ /dev/null @@ -1,56 +0,0 @@ -# Project-wide Gradle settings. - -# IDE (e.g. Android Studio) users: -# Gradle settings configured through the IDE *will override* -# any settings specified in this file. - -# For more details on how to configure your build environment visit -# http://www.gradle.org/docs/current/userguide/build_environment.html - -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -# Default value: -Xmx512m -XX:MaxMetaspaceSize=256m -org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m - -# When configured, Gradle will run in incubating parallel mode. -# This option should only be used with decoupled projects. More details, visit -# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects -# org.gradle.parallel=true - -# AndroidX package structure to make it clearer which packages are bundled with the -# Android operating system, and which are packaged with your app's APK -# https://developer.android.com/topic/libraries/support-library/androidx-rn -android.useAndroidX=true - -# Automatically convert third-party libraries to use AndroidX -android.enableJetifier=true - -# Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.182.0 - -# Use this property to specify which architecture you want to build. -# You can also override it from the CLI using -# ./gradlew -PreactNativeArchitectures=x86_64 -reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64 - -# Use this property to enable support to the new architecture. -# This will allow you to use TurboModules and the Fabric render in -# your application. You should enable this flag either if you want -# to write custom TurboModules/Fabric components OR use libraries that -# are providing them. -newArchEnabled=false - -# Use this property to enable or disable the Hermes JS engine. -# If set to false, you will be using JSC instead. -hermesEnabled=true - -# Enable GIF support in React Native images (~200 B increase) -expo.gif.enabled=true -# Enable webp support in React Native images (~85 KB increase) -expo.webp.enabled=true -# Enable animated webp support (~3.4 MB increase) -# Disabled by default because iOS doesn't support animated webp -expo.webp.animated=false - -# Enable network inspector -EX_DEV_CLIENT_NETWORK_INSPECTOR=true diff --git a/apps/expo/android/gradle/wrapper/gradle-wrapper.jar b/apps/expo/android/gradle/wrapper/gradle-wrapper.jar deleted file mode 100644 index 249e5832..00000000 Binary files a/apps/expo/android/gradle/wrapper/gradle-wrapper.jar and /dev/null differ diff --git a/apps/expo/android/gradle/wrapper/gradle-wrapper.properties b/apps/expo/android/gradle/wrapper/gradle-wrapper.properties deleted file mode 100644 index 6ec1567a..00000000 --- a/apps/expo/android/gradle/wrapper/gradle-wrapper.properties +++ /dev/null @@ -1,6 +0,0 @@ -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-all.zip -networkTimeout=10000 -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists diff --git a/apps/expo/android/gradlew b/apps/expo/android/gradlew deleted file mode 100755 index a69d9cb6..00000000 --- a/apps/expo/android/gradlew +++ /dev/null @@ -1,240 +0,0 @@ -#!/bin/sh - -# -# Copyright © 2015-2021 the original authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -############################################################################## -# -# Gradle start up script for POSIX generated by Gradle. -# -# Important for running: -# -# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is -# noncompliant, but you have some other compliant shell such as ksh or -# bash, then to run this script, type that shell name before the whole -# command line, like: -# -# ksh Gradle -# -# Busybox and similar reduced shells will NOT work, because this script -# requires all of these POSIX shell features: -# * functions; -# * expansions «$var», «${var}», «${var:-default}», «${var+SET}», -# «${var#prefix}», «${var%suffix}», and «$( cmd )»; -# * compound commands having a testable exit status, especially «case»; -# * various built-in commands including «command», «set», and «ulimit». -# -# Important for patching: -# -# (2) This script targets any POSIX shell, so it avoids extensions provided -# by Bash, Ksh, etc; in particular arrays are avoided. -# -# The "traditional" practice of packing multiple parameters into a -# space-separated string is a well documented source of bugs and security -# problems, so this is (mostly) avoided, by progressively accumulating -# options in "$@", and eventually passing that to Java. -# -# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS, -# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly; -# see the in-line comments for details. -# -# There are tweaks for specific operating systems such as AIX, CygWin, -# Darwin, MinGW, and NonStop. -# -# (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt -# within the Gradle project. -# -# You can find Gradle at https://github.com/gradle/gradle/. -# -############################################################################## - -# Attempt to set APP_HOME - -# Resolve links: $0 may be a link -app_path=$0 - -# Need this for daisy-chained symlinks. -while - APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path - [ -h "$app_path" ] -do - ls=$( ls -ld "$app_path" ) - link=${ls#*' -> '} - case $link in #( - /*) app_path=$link ;; #( - *) app_path=$APP_HOME$link ;; - esac -done - -APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit - -APP_NAME="Gradle" -APP_BASE_NAME=${0##*/} - -# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' - -# Use the maximum available, or set MAX_FD != -1 to use that value. -MAX_FD=maximum - -warn () { - echo "$*" -} >&2 - -die () { - echo - echo "$*" - echo - exit 1 -} >&2 - -# OS specific support (must be 'true' or 'false'). -cygwin=false -msys=false -darwin=false -nonstop=false -case "$( uname )" in #( - CYGWIN* ) cygwin=true ;; #( - Darwin* ) darwin=true ;; #( - MSYS* | MINGW* ) msys=true ;; #( - NONSTOP* ) nonstop=true ;; -esac - -CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar - - -# Determine the Java command to use to start the JVM. -if [ -n "$JAVA_HOME" ] ; then - if [ -x "$JAVA_HOME/jre/sh/java" ] ; then - # IBM's JDK on AIX uses strange locations for the executables - JAVACMD=$JAVA_HOME/jre/sh/java - else - JAVACMD=$JAVA_HOME/bin/java - fi - if [ ! -x "$JAVACMD" ] ; then - die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME - -Please set the JAVA_HOME variable in your environment to match the -location of your Java installation." - fi -else - JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. - -Please set the JAVA_HOME variable in your environment to match the -location of your Java installation." -fi - -# Increase the maximum file descriptors if we can. -if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then - case $MAX_FD in #( - max*) - MAX_FD=$( ulimit -H -n ) || - warn "Could not query maximum file descriptor limit" - esac - case $MAX_FD in #( - '' | soft) :;; #( - *) - ulimit -n "$MAX_FD" || - warn "Could not set maximum file descriptor limit to $MAX_FD" - esac -fi - -# Collect all arguments for the java command, stacking in reverse order: -# * args from the command line -# * the main class name -# * -classpath -# * -D...appname settings -# * --module-path (only if needed) -# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables. - -# For Cygwin or MSYS, switch paths to Windows format before running java -if "$cygwin" || "$msys" ; then - APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) - CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) - - JAVACMD=$( cygpath --unix "$JAVACMD" ) - - # Now convert the arguments - kludge to limit ourselves to /bin/sh - for arg do - if - case $arg in #( - -*) false ;; # don't mess with options #( - /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath - [ -e "$t" ] ;; #( - *) false ;; - esac - then - arg=$( cygpath --path --ignore --mixed "$arg" ) - fi - # Roll the args list around exactly as many times as the number of - # args, so each arg winds up back in the position where it started, but - # possibly modified. - # - # NB: a `for` loop captures its iteration list before it begins, so - # changing the positional parameters here affects neither the number of - # iterations, nor the values presented in `arg`. - shift # remove old arg - set -- "$@" "$arg" # push replacement arg - done -fi - -# Collect all arguments for the java command; -# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of -# shell script including quotes and variable substitutions, so put them in -# double quotes to make sure that they get re-expanded; and -# * put everything else in single quotes, so that it's not re-expanded. - -set -- \ - "-Dorg.gradle.appname=$APP_BASE_NAME" \ - -classpath "$CLASSPATH" \ - org.gradle.wrapper.GradleWrapperMain \ - "$@" - -# Stop when "xargs" is not available. -if ! command -v xargs >/dev/null 2>&1 -then - die "xargs is not available" -fi - -# Use "xargs" to parse quoted args. -# -# With -n1 it outputs one arg per line, with the quotes and backslashes removed. -# -# In Bash we could simply go: -# -# readarray ARGS < <( xargs -n1 <<<"$var" ) && -# set -- "${ARGS[@]}" "$@" -# -# but POSIX shell has neither arrays nor command substitution, so instead we -# post-process each arg (as a line of input to sed) to backslash-escape any -# character that might be a shell metacharacter, then use eval to reverse -# that process (while maintaining the separation between arguments), and wrap -# the whole thing up as a single "set" statement. -# -# This will of course break if any of these variables contains a newline or -# an unmatched quote. -# - -eval "set -- $( - printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | - xargs -n1 | - sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | - tr '\n' ' ' - )" '"$@"' - -exec "$JAVACMD" "$@" diff --git a/apps/expo/android/gradlew.bat b/apps/expo/android/gradlew.bat deleted file mode 100644 index 53a6b238..00000000 --- a/apps/expo/android/gradlew.bat +++ /dev/null @@ -1,91 +0,0 @@ -@rem -@rem Copyright 2015 the original author or authors. -@rem -@rem Licensed under the Apache License, Version 2.0 (the "License"); -@rem you may not use this file except in compliance with the License. -@rem You may obtain a copy of the License at -@rem -@rem https://www.apache.org/licenses/LICENSE-2.0 -@rem -@rem Unless required by applicable law or agreed to in writing, software -@rem distributed under the License is distributed on an "AS IS" BASIS, -@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -@rem See the License for the specific language governing permissions and -@rem limitations under the License. -@rem - -@if "%DEBUG%"=="" @echo off -@rem ########################################################################## -@rem -@rem Gradle startup script for Windows -@rem -@rem ########################################################################## - -@rem Set local scope for the variables with windows NT shell -if "%OS%"=="Windows_NT" setlocal - -set DIRNAME=%~dp0 -if "%DIRNAME%"=="" set DIRNAME=. -set APP_BASE_NAME=%~n0 -set APP_HOME=%DIRNAME% - -@rem Resolve any "." and ".." in APP_HOME to make it shorter. -for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi - -@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" - -@rem Find java.exe -if defined JAVA_HOME goto findJavaFromJavaHome - -set JAVA_EXE=java.exe -%JAVA_EXE% -version >NUL 2>&1 -if %ERRORLEVEL% equ 0 goto execute - -echo. -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. - -goto fail - -:findJavaFromJavaHome -set JAVA_HOME=%JAVA_HOME:"=% -set JAVA_EXE=%JAVA_HOME%/bin/java.exe - -if exist "%JAVA_EXE%" goto execute - -echo. -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. - -goto fail - -:execute -@rem Setup the command line - -set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar - - -@rem Execute Gradle -"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* - -:end -@rem End local scope for the variables with windows NT shell -if %ERRORLEVEL% equ 0 goto mainEnd - -:fail -rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of -rem the _cmd.exe /c_ return code! -set EXIT_CODE=%ERRORLEVEL% -if %EXIT_CODE% equ 0 set EXIT_CODE=1 -if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% -exit /b %EXIT_CODE% - -:mainEnd -if "%OS%"=="Windows_NT" endlocal - -:omega diff --git a/apps/expo/android/settings.gradle b/apps/expo/android/settings.gradle deleted file mode 100644 index a9a7c04d..00000000 --- a/apps/expo/android/settings.gradle +++ /dev/null @@ -1,10 +0,0 @@ -rootProject.name = 'canvas-fhir-api-telehealth-starter' - -apply from: new File(["node", "--print", "require.resolve('expo/package.json')"].execute(null, rootDir).text.trim(), "../scripts/autolinking.gradle"); -useExpoModules() - -apply from: new File(["node", "--print", "require.resolve('@react-native-community/cli-platform-android/package.json')"].execute(null, rootDir).text.trim(), "../native_modules.gradle"); -applyNativeModulesSettingsGradle(settings) - -include ':app' -includeBuild(new File(["node", "--print", "require.resolve('@react-native/gradle-plugin/package.json')"].execute(null, rootDir).text.trim()).getParentFile()) diff --git a/apps/expo/app.config.ts b/apps/expo/app.config.ts index adc4efa7..2b4c1b8b 100644 --- a/apps/expo/app.config.ts +++ b/apps/expo/app.config.ts @@ -4,7 +4,7 @@ const defineConfig = (): ExpoConfig => ({ name: "PatientX Starter", slug: "canvas-fhir", scheme: "expo", - version: "0.1.1", + version: "0.1.0", orientation: "portrait", icon: "./assets/icon.png", userInterfaceStyle: "light", @@ -20,6 +20,7 @@ const defineConfig = (): ExpoConfig => ({ ios: { bundleIdentifier: "com.trusttheprocess.patientx", supportsTablet: true, + buildNumber: "3", }, android: { package: "com.trusttheprocess.patientx", diff --git a/apps/expo/eas.json b/apps/expo/eas.json index 6e3d5cb7..5c1e1b68 100644 --- a/apps/expo/eas.json +++ b/apps/expo/eas.json @@ -29,6 +29,12 @@ "simulator": true } }, + "preview2": { + "extends": "base", + "android": { + "buildType": "apk" + } + }, "production": { "extends": "base" } diff --git a/apps/expo/ios/.gitignore b/apps/expo/ios/.gitignore deleted file mode 100644 index 8beb3443..00000000 --- a/apps/expo/ios/.gitignore +++ /dev/null @@ -1,30 +0,0 @@ -# OSX -# -.DS_Store - -# Xcode -# -build/ -*.pbxuser -!default.pbxuser -*.mode1v3 -!default.mode1v3 -*.mode2v3 -!default.mode2v3 -*.perspectivev3 -!default.perspectivev3 -xcuserdata -*.xccheckout -*.moved-aside -DerivedData -*.hmap -*.ipa -*.xcuserstate -project.xcworkspace -.xcode.env.local - -# Bundle artifacts -*.jsbundle - -# CocoaPods -/Pods/ diff --git a/apps/expo/ios/.xcode.env b/apps/expo/ios/.xcode.env deleted file mode 100644 index 3d5782c7..00000000 --- a/apps/expo/ios/.xcode.env +++ /dev/null @@ -1,11 +0,0 @@ -# This `.xcode.env` file is versioned and is used to source the environment -# used when running script phases inside Xcode. -# To customize your local environment, you can create an `.xcode.env.local` -# file that is not versioned. - -# NODE_BINARY variable contains the PATH to the node executable. -# -# Customize the NODE_BINARY variable here. -# For example, to use nvm with brew, add the following line -# . "$(brew --prefix nvm)/nvm.sh" --no-use -export NODE_BINARY=$(command -v node) diff --git a/apps/expo/ios/Podfile b/apps/expo/ios/Podfile deleted file mode 100644 index 7891f7c4..00000000 --- a/apps/expo/ios/Podfile +++ /dev/null @@ -1,87 +0,0 @@ -require File.join(File.dirname(`node --print "require.resolve('expo/package.json')"`), "scripts/autolinking") -require File.join(File.dirname(`node --print "require.resolve('react-native/package.json')"`), "scripts/react_native_pods") - -require 'json' -podfile_properties = JSON.parse(File.read(File.join(__dir__, 'Podfile.properties.json'))) rescue {} - -ENV['RCT_NEW_ARCH_ENABLED'] = podfile_properties['newArchEnabled'] == 'true' ? '1' : '0' -ENV['EX_DEV_CLIENT_NETWORK_INSPECTOR'] = podfile_properties['EX_DEV_CLIENT_NETWORK_INSPECTOR'] - -platform :ios, podfile_properties['ios.deploymentTarget'] || '13.0' -install! 'cocoapods', - :deterministic_uuids => false - -prepare_react_native_project! - -# If you are using a `react-native-flipper` your iOS build will fail when `NO_FLIPPER=1` is set. -# because `react-native-flipper` depends on (FlipperKit,...), which will be excluded. To fix this, -# you can also exclude `react-native-flipper` in `react-native.config.js` -# -# ```js -# module.exports = { -# dependencies: { -# ...(process.env.NO_FLIPPER ? { 'react-native-flipper': { platforms: { ios: null } } } : {}), -# } -# } -# ``` -flipper_config = FlipperConfiguration.disabled -if ENV['NO_FLIPPER'] == '1' then - # Explicitly disabled through environment variables - flipper_config = FlipperConfiguration.disabled -elsif podfile_properties.key?('ios.flipper') then - # Configure Flipper in Podfile.properties.json - if podfile_properties['ios.flipper'] == 'true' then - flipper_config = FlipperConfiguration.enabled(["Debug", "Release"]) - elsif podfile_properties['ios.flipper'] != 'false' then - flipper_config = FlipperConfiguration.enabled(["Debug", "Release"], { 'Flipper' => podfile_properties['ios.flipper'] }) - end -end - -target 'canvasfhirapitelehealthstarter' do - use_expo_modules! - config = use_native_modules! - - use_frameworks! :linkage => podfile_properties['ios.useFrameworks'].to_sym if podfile_properties['ios.useFrameworks'] - use_frameworks! :linkage => ENV['USE_FRAMEWORKS'].to_sym if ENV['USE_FRAMEWORKS'] - - # Flags change depending on the env values. - flags = get_default_flags() - - use_react_native!( - :path => config[:reactNativePath], - :hermes_enabled => podfile_properties['expo.jsEngine'] == nil || podfile_properties['expo.jsEngine'] == 'hermes', - :fabric_enabled => flags[:fabric_enabled], - # An absolute path to your application root. - :app_path => "#{Pod::Config.instance.installation_root}/..", - # Note that if you have use_frameworks! enabled, Flipper will not work if enabled - :flipper_configuration => flipper_config - ) - - post_install do |installer| - react_native_post_install( - installer, - config[:reactNativePath], - :mac_catalyst_enabled => false - ) - __apply_Xcode_12_5_M1_post_install_workaround(installer) - - # This is necessary for Xcode 14, because it signs resource bundles by default - # when building for devices. - installer.target_installation_results.pod_target_installation_results - .each do |pod_name, target_installation_result| - target_installation_result.resource_bundle_targets.each do |resource_bundle_target| - resource_bundle_target.build_configurations.each do |config| - config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO' - end - end - end - end - - post_integrate do |installer| - begin - expo_patch_react_imports!(installer) - rescue => e - Pod::UI.warn e - end - end -end diff --git a/apps/expo/ios/Podfile.lock b/apps/expo/ios/Podfile.lock deleted file mode 100644 index ce5a8a74..00000000 --- a/apps/expo/ios/Podfile.lock +++ /dev/null @@ -1,994 +0,0 @@ -PODS: - - ASN1Decoder (1.9.0) - - boost (1.76.0) - - DoubleConversion (1.1.6) - - EASClient (0.6.0): - - ExpoModulesCore - - EXApplication (5.3.1): - - ExpoModulesCore - - EXConstants (14.4.2): - - ExpoModulesCore - - EXFileSystem (15.4.5): - - ExpoModulesCore - - EXFont (11.4.0): - - ExpoModulesCore - - EXImageLoader (4.3.0): - - ExpoModulesCore - - React-Core - - EXJSONUtils (0.7.1) - - EXLocation (16.1.0): - - ExpoModulesCore - - EXManifests (0.7.2): - - ExpoModulesCore - - EXPermissions (14.2.1): - - ExpoModulesCore - - Expo (49.0.21): - - ExpoModulesCore - - expo-dev-client (2.4.12): - - EXManifests - - expo-dev-launcher - - expo-dev-menu - - expo-dev-menu-interface - - EXUpdatesInterface - - expo-dev-launcher (2.4.14): - - EXManifests - - expo-dev-launcher/Main (= 2.4.14) - - expo-dev-menu - - expo-dev-menu-interface - - ExpoModulesCore - - EXUpdatesInterface - - RCT-Folly (= 2021.07.22.00) - - React-Core - - React-RCTAppDelegate - - expo-dev-launcher/Main (2.4.14): - - EXManifests - - expo-dev-launcher/Unsafe - - expo-dev-menu - - expo-dev-menu-interface - - ExpoModulesCore - - EXUpdatesInterface - - RCT-Folly (= 2021.07.22.00) - - React-Core - - React-RCTAppDelegate - - expo-dev-launcher/Unsafe (2.4.14): - - EXManifests - - expo-dev-menu - - expo-dev-menu-interface - - ExpoModulesCore - - EXUpdatesInterface - - RCT-Folly (= 2021.07.22.00) - - React-Core - - React-RCTAppDelegate - - expo-dev-menu (3.2.2): - - expo-dev-menu/Main (= 3.2.2) - - RCT-Folly (= 2021.07.22.00) - - React-Core - - expo-dev-menu-interface (1.3.0) - - expo-dev-menu/Main (3.2.2): - - EXManifests - - expo-dev-menu-interface - - expo-dev-menu/Vendored - - ExpoModulesCore - - RCT-Folly (= 2021.07.22.00) - - React-Core - - expo-dev-menu/SafeAreaView (3.2.2): - - ExpoModulesCore - - RCT-Folly (= 2021.07.22.00) - - React-Core - - expo-dev-menu/Vendored (3.2.2): - - expo-dev-menu/SafeAreaView - - RCT-Folly (= 2021.07.22.00) - - React-Core - - ExpoBlur (12.4.1): - - ExpoModulesCore - - ExpoClipboard (4.3.1): - - ExpoModulesCore - - ExpoCrypto (12.4.1): - - ExpoModulesCore - - ExpoHaptics (12.4.0): - - ExpoModulesCore - - ExpoHead (0.0.18): - - ExpoModulesCore - - ExpoImagePicker (14.3.2): - - ExpoModulesCore - - ExpoKeepAwake (12.3.0): - - ExpoModulesCore - - ExpoLinearGradient (12.3.0): - - ExpoModulesCore - - ExpoModulesCore (1.5.12): - - RCT-Folly (= 2021.07.22.00) - - React-Core - - React-NativeModulesApple - - React-RCTAppDelegate - - ReactCommon/turbomodule/core - - ExpoSecureStore (12.3.1): - - ExpoModulesCore - - ExpoSharing (11.5.0): - - ExpoModulesCore - - ExpoSystemUI (2.4.0): - - ExpoModulesCore - - ExpoWebBrowser (12.3.2): - - ExpoModulesCore - - EXSplashScreen (0.20.5): - - ExpoModulesCore - - RCT-Folly (= 2021.07.22.00) - - React-Core - - EXStructuredHeaders (3.3.0) - - EXUpdates (0.18.18): - - ASN1Decoder (~> 1.8) - - EASClient - - EXManifests - - ExpoModulesCore - - EXStructuredHeaders - - EXUpdatesInterface - - RCT-Folly (= 2021.07.22.00) - - ReachabilitySwift - - React-Core - - EXUpdatesInterface (0.10.1) - - FBLazyVector (0.72.6) - - FBReactNativeSpec (0.72.6): - - RCT-Folly (= 2021.07.22.00) - - RCTRequired (= 0.72.6) - - RCTTypeSafety (= 0.72.6) - - React-Core (= 0.72.6) - - React-jsi (= 0.72.6) - - ReactCommon/turbomodule/core (= 0.72.6) - - fmt (6.2.1) - - glog (0.3.5) - - hermes-engine (0.72.6): - - hermes-engine/Pre-built (= 0.72.6) - - hermes-engine/Pre-built (0.72.6) - - libevent (2.1.12) - - MMKV (1.3.2): - - MMKVCore (~> 1.3.2) - - MMKVCore (1.3.2) - - RCT-Folly (2021.07.22.00): - - boost - - DoubleConversion - - fmt (~> 6.2.1) - - glog - - RCT-Folly/Default (= 2021.07.22.00) - - RCT-Folly/Default (2021.07.22.00): - - boost - - DoubleConversion - - fmt (~> 6.2.1) - - glog - - RCT-Folly/Futures (2021.07.22.00): - - boost - - DoubleConversion - - fmt (~> 6.2.1) - - glog - - libevent - - RCTRequired (0.72.6) - - RCTTypeSafety (0.72.6): - - FBLazyVector (= 0.72.6) - - RCTRequired (= 0.72.6) - - React-Core (= 0.72.6) - - ReachabilitySwift (5.0.0) - - React (0.72.6): - - React-Core (= 0.72.6) - - React-Core/DevSupport (= 0.72.6) - - React-Core/RCTWebSocket (= 0.72.6) - - React-RCTActionSheet (= 0.72.6) - - React-RCTAnimation (= 0.72.6) - - React-RCTBlob (= 0.72.6) - - React-RCTImage (= 0.72.6) - - React-RCTLinking (= 0.72.6) - - React-RCTNetwork (= 0.72.6) - - React-RCTSettings (= 0.72.6) - - React-RCTText (= 0.72.6) - - React-RCTVibration (= 0.72.6) - - React-callinvoker (0.72.6) - - React-Codegen (0.72.6): - - DoubleConversion - - FBReactNativeSpec - - glog - - hermes-engine - - RCT-Folly - - RCTRequired - - RCTTypeSafety - - React-Core - - React-jsi - - React-jsiexecutor - - React-NativeModulesApple - - React-rncore - - ReactCommon/turbomodule/bridging - - ReactCommon/turbomodule/core - - React-Core (0.72.6): - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.72.6) - - React-cxxreact - - React-hermes - - React-jsi - - React-jsiexecutor - - React-perflogger - - React-runtimeexecutor - - React-utils - - SocketRocket (= 0.6.1) - - Yoga - - React-Core/CoreModulesHeaders (0.72.6): - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default - - React-cxxreact - - React-hermes - - React-jsi - - React-jsiexecutor - - React-perflogger - - React-runtimeexecutor - - React-utils - - SocketRocket (= 0.6.1) - - Yoga - - React-Core/Default (0.72.6): - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-cxxreact - - React-hermes - - React-jsi - - React-jsiexecutor - - React-perflogger - - React-runtimeexecutor - - React-utils - - SocketRocket (= 0.6.1) - - Yoga - - React-Core/DevSupport (0.72.6): - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.72.6) - - React-Core/RCTWebSocket (= 0.72.6) - - React-cxxreact - - React-hermes - - React-jsi - - React-jsiexecutor - - React-jsinspector (= 0.72.6) - - React-perflogger - - React-runtimeexecutor - - React-utils - - SocketRocket (= 0.6.1) - - Yoga - - React-Core/RCTActionSheetHeaders (0.72.6): - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default - - React-cxxreact - - React-hermes - - React-jsi - - React-jsiexecutor - - React-perflogger - - React-runtimeexecutor - - React-utils - - SocketRocket (= 0.6.1) - - Yoga - - React-Core/RCTAnimationHeaders (0.72.6): - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default - - React-cxxreact - - React-hermes - - React-jsi - - React-jsiexecutor - - React-perflogger - - React-runtimeexecutor - - React-utils - - SocketRocket (= 0.6.1) - - Yoga - - React-Core/RCTBlobHeaders (0.72.6): - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default - - React-cxxreact - - React-hermes - - React-jsi - - React-jsiexecutor - - React-perflogger - - React-runtimeexecutor - - React-utils - - SocketRocket (= 0.6.1) - - Yoga - - React-Core/RCTImageHeaders (0.72.6): - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default - - React-cxxreact - - React-hermes - - React-jsi - - React-jsiexecutor - - React-perflogger - - React-runtimeexecutor - - React-utils - - SocketRocket (= 0.6.1) - - Yoga - - React-Core/RCTLinkingHeaders (0.72.6): - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default - - React-cxxreact - - React-hermes - - React-jsi - - React-jsiexecutor - - React-perflogger - - React-runtimeexecutor - - React-utils - - SocketRocket (= 0.6.1) - - Yoga - - React-Core/RCTNetworkHeaders (0.72.6): - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default - - React-cxxreact - - React-hermes - - React-jsi - - React-jsiexecutor - - React-perflogger - - React-runtimeexecutor - - React-utils - - SocketRocket (= 0.6.1) - - Yoga - - React-Core/RCTSettingsHeaders (0.72.6): - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default - - React-cxxreact - - React-hermes - - React-jsi - - React-jsiexecutor - - React-perflogger - - React-runtimeexecutor - - React-utils - - SocketRocket (= 0.6.1) - - Yoga - - React-Core/RCTTextHeaders (0.72.6): - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default - - React-cxxreact - - React-hermes - - React-jsi - - React-jsiexecutor - - React-perflogger - - React-runtimeexecutor - - React-utils - - SocketRocket (= 0.6.1) - - Yoga - - React-Core/RCTVibrationHeaders (0.72.6): - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default - - React-cxxreact - - React-hermes - - React-jsi - - React-jsiexecutor - - React-perflogger - - React-runtimeexecutor - - React-utils - - SocketRocket (= 0.6.1) - - Yoga - - React-Core/RCTWebSocket (0.72.6): - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.72.6) - - React-cxxreact - - React-hermes - - React-jsi - - React-jsiexecutor - - React-perflogger - - React-runtimeexecutor - - React-utils - - SocketRocket (= 0.6.1) - - Yoga - - React-CoreModules (0.72.6): - - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.6) - - React-Codegen (= 0.72.6) - - React-Core/CoreModulesHeaders (= 0.72.6) - - React-jsi (= 0.72.6) - - React-RCTBlob - - React-RCTImage (= 0.72.6) - - ReactCommon/turbomodule/core (= 0.72.6) - - SocketRocket (= 0.6.1) - - React-cxxreact (0.72.6): - - boost (= 1.76.0) - - DoubleConversion - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.72.6) - - React-debug (= 0.72.6) - - React-jsi (= 0.72.6) - - React-jsinspector (= 0.72.6) - - React-logger (= 0.72.6) - - React-perflogger (= 0.72.6) - - React-runtimeexecutor (= 0.72.6) - - React-debug (0.72.6) - - React-hermes (0.72.6): - - DoubleConversion - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - RCT-Folly/Futures (= 2021.07.22.00) - - React-cxxreact (= 0.72.6) - - React-jsi - - React-jsiexecutor (= 0.72.6) - - React-jsinspector (= 0.72.6) - - React-perflogger (= 0.72.6) - - React-jsi (0.72.6): - - boost (= 1.76.0) - - DoubleConversion - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-jsiexecutor (0.72.6): - - DoubleConversion - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-cxxreact (= 0.72.6) - - React-jsi (= 0.72.6) - - React-perflogger (= 0.72.6) - - React-jsinspector (0.72.6) - - React-logger (0.72.6): - - glog - - react-native-blob-util (0.19.6): - - React-Core - - react-native-maps (1.7.1): - - React-Core - - react-native-mmkv (2.11.0): - - MMKV (>= 1.2.13) - - React-Core - - react-native-pdf (6.7.3): - - React-Core - - react-native-safe-area-context (4.6.3): - - RCT-Folly - - RCTRequired - - RCTTypeSafety - - React-Core - - ReactCommon/turbomodule/core - - react-native-slider (4.4.2): - - React-Core - - React-NativeModulesApple (0.72.6): - - hermes-engine - - React-callinvoker - - React-Core - - React-cxxreact - - React-jsi - - React-runtimeexecutor - - ReactCommon/turbomodule/bridging - - ReactCommon/turbomodule/core - - React-perflogger (0.72.6) - - React-RCTActionSheet (0.72.6): - - React-Core/RCTActionSheetHeaders (= 0.72.6) - - React-RCTAnimation (0.72.6): - - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.6) - - React-Codegen (= 0.72.6) - - React-Core/RCTAnimationHeaders (= 0.72.6) - - React-jsi (= 0.72.6) - - ReactCommon/turbomodule/core (= 0.72.6) - - React-RCTAppDelegate (0.72.6): - - RCT-Folly - - RCTRequired - - RCTTypeSafety - - React-Core - - React-CoreModules - - React-hermes - - React-NativeModulesApple - - React-RCTImage - - React-RCTNetwork - - React-runtimescheduler - - ReactCommon/turbomodule/core - - React-RCTBlob (0.72.6): - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.72.6) - - React-Core/RCTBlobHeaders (= 0.72.6) - - React-Core/RCTWebSocket (= 0.72.6) - - React-jsi (= 0.72.6) - - React-RCTNetwork (= 0.72.6) - - ReactCommon/turbomodule/core (= 0.72.6) - - React-RCTImage (0.72.6): - - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.6) - - React-Codegen (= 0.72.6) - - React-Core/RCTImageHeaders (= 0.72.6) - - React-jsi (= 0.72.6) - - React-RCTNetwork (= 0.72.6) - - ReactCommon/turbomodule/core (= 0.72.6) - - React-RCTLinking (0.72.6): - - React-Codegen (= 0.72.6) - - React-Core/RCTLinkingHeaders (= 0.72.6) - - React-jsi (= 0.72.6) - - ReactCommon/turbomodule/core (= 0.72.6) - - React-RCTNetwork (0.72.6): - - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.6) - - React-Codegen (= 0.72.6) - - React-Core/RCTNetworkHeaders (= 0.72.6) - - React-jsi (= 0.72.6) - - ReactCommon/turbomodule/core (= 0.72.6) - - React-RCTSettings (0.72.6): - - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.72.6) - - React-Codegen (= 0.72.6) - - React-Core/RCTSettingsHeaders (= 0.72.6) - - React-jsi (= 0.72.6) - - ReactCommon/turbomodule/core (= 0.72.6) - - React-RCTText (0.72.6): - - React-Core/RCTTextHeaders (= 0.72.6) - - React-RCTVibration (0.72.6): - - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.72.6) - - React-Core/RCTVibrationHeaders (= 0.72.6) - - React-jsi (= 0.72.6) - - ReactCommon/turbomodule/core (= 0.72.6) - - React-rncore (0.72.6) - - React-runtimeexecutor (0.72.6): - - React-jsi (= 0.72.6) - - React-runtimescheduler (0.72.6): - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-callinvoker - - React-debug - - React-jsi - - React-runtimeexecutor - - React-utils (0.72.6): - - glog - - RCT-Folly (= 2021.07.22.00) - - React-debug - - ReactCommon/turbomodule/bridging (0.72.6): - - DoubleConversion - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.72.6) - - React-cxxreact (= 0.72.6) - - React-jsi (= 0.72.6) - - React-logger (= 0.72.6) - - React-perflogger (= 0.72.6) - - ReactCommon/turbomodule/core (0.72.6): - - DoubleConversion - - glog - - hermes-engine - - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.72.6) - - React-cxxreact (= 0.72.6) - - React-jsi (= 0.72.6) - - React-logger (= 0.72.6) - - React-perflogger (= 0.72.6) - - ReactNativeAvoidSoftinput (4.0.2): - - React-Core - - RNCAsyncStorage (1.18.2): - - React-Core - - RNCPicker (2.4.10): - - React-Core - - RNDateTimePicker (7.2.0): - - React-Core - - RNFlashList (1.4.3): - - React-Core - - RNGestureHandler (2.12.1): - - React-Core - - RNReanimated (3.3.0): - - DoubleConversion - - FBLazyVector - - glog - - hermes-engine - - RCT-Folly - - RCTRequired - - RCTTypeSafety - - React-callinvoker - - React-Core - - React-Core/DevSupport - - React-Core/RCTWebSocket - - React-CoreModules - - React-cxxreact - - React-hermes - - React-jsi - - React-jsiexecutor - - React-jsinspector - - React-RCTActionSheet - - React-RCTAnimation - - React-RCTAppDelegate - - React-RCTBlob - - React-RCTImage - - React-RCTLinking - - React-RCTNetwork - - React-RCTSettings - - React-RCTText - - ReactCommon/turbomodule/core - - Yoga - - RNScreens (3.22.1): - - React-Core - - React-RCTImage - - RNSVG (13.9.0): - - React-Core - - SocketRocket (0.6.1) - - Yoga (1.14.0) - -DEPENDENCIES: - - boost (from `../../../node_modules/react-native/third-party-podspecs/boost.podspec`) - - DoubleConversion (from `../../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - - EASClient (from `../../../node_modules/expo-eas-client/ios`) - - EXApplication (from `../../../node_modules/expo-application/ios`) - - EXConstants (from `../../../node_modules/expo-constants/ios`) - - EXFileSystem (from `../../../node_modules/expo-file-system/ios`) - - EXFont (from `../../../node_modules/expo-font/ios`) - - EXImageLoader (from `../../../node_modules/expo-image-loader/ios`) - - EXJSONUtils (from `../../../node_modules/expo-json-utils/ios`) - - EXLocation (from `../../../node_modules/expo-location/ios`) - - EXManifests (from `../../../node_modules/expo-manifests/ios`) - - EXPermissions (from `../../../node_modules/expo-permissions/ios`) - - Expo (from `../../../node_modules/expo`) - - expo-dev-client (from `../../../node_modules/expo-dev-client/ios`) - - expo-dev-launcher (from `../../../node_modules/expo-dev-launcher`) - - expo-dev-menu (from `../../../node_modules/expo-dev-menu`) - - expo-dev-menu-interface (from `../../../node_modules/expo-dev-menu-interface/ios`) - - ExpoBlur (from `../../../node_modules/expo-blur/ios`) - - ExpoClipboard (from `../../../node_modules/expo-clipboard/ios`) - - ExpoCrypto (from `../../../node_modules/expo-crypto/ios`) - - ExpoHaptics (from `../../../node_modules/expo-haptics/ios`) - - ExpoHead (from `../../../node_modules/expo-head/ios`) - - ExpoImagePicker (from `../../../node_modules/expo-image-picker/ios`) - - ExpoKeepAwake (from `../../../node_modules/expo-keep-awake/ios`) - - ExpoLinearGradient (from `../../../node_modules/expo-linear-gradient/ios`) - - ExpoModulesCore (from `../../../node_modules/expo-modules-core`) - - ExpoSecureStore (from `../../../node_modules/expo-secure-store/ios`) - - ExpoSharing (from `../../../node_modules/expo-sharing/ios`) - - ExpoSystemUI (from `../../../node_modules/expo-system-ui/ios`) - - ExpoWebBrowser (from `../../../node_modules/expo-web-browser/ios`) - - EXSplashScreen (from `../../../node_modules/expo-splash-screen/ios`) - - EXStructuredHeaders (from `../../../node_modules/expo-structured-headers/ios`) - - EXUpdates (from `../../../node_modules/expo-updates/ios`) - - EXUpdatesInterface (from `../../../node_modules/expo-updates-interface/ios`) - - FBLazyVector (from `../../../node_modules/react-native/Libraries/FBLazyVector`) - - FBReactNativeSpec (from `../../../node_modules/react-native/React/FBReactNativeSpec`) - - glog (from `../../../node_modules/react-native/third-party-podspecs/glog.podspec`) - - hermes-engine (from `../../../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`) - - libevent (~> 2.1.12) - - RCT-Folly (from `../../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) - - RCTRequired (from `../../../node_modules/react-native/Libraries/RCTRequired`) - - RCTTypeSafety (from `../../../node_modules/react-native/Libraries/TypeSafety`) - - React (from `../../../node_modules/react-native/`) - - React-callinvoker (from `../../../node_modules/react-native/ReactCommon/callinvoker`) - - React-Codegen (from `build/generated/ios`) - - React-Core (from `../../../node_modules/react-native/`) - - React-Core/RCTWebSocket (from `../../../node_modules/react-native/`) - - React-CoreModules (from `../../../node_modules/react-native/React/CoreModules`) - - React-cxxreact (from `../../../node_modules/react-native/ReactCommon/cxxreact`) - - React-debug (from `../../../node_modules/react-native/ReactCommon/react/debug`) - - React-hermes (from `../../../node_modules/react-native/ReactCommon/hermes`) - - React-jsi (from `../../../node_modules/react-native/ReactCommon/jsi`) - - React-jsiexecutor (from `../../../node_modules/react-native/ReactCommon/jsiexecutor`) - - React-jsinspector (from `../../../node_modules/react-native/ReactCommon/jsinspector`) - - React-logger (from `../../../node_modules/react-native/ReactCommon/logger`) - - react-native-blob-util (from `../../../node_modules/react-native-blob-util`) - - react-native-maps (from `../../../node_modules/react-native-maps`) - - react-native-mmkv (from `../../../node_modules/react-native-mmkv`) - - react-native-pdf (from `../../../node_modules/react-native-pdf`) - - react-native-safe-area-context (from `../../../node_modules/react-native-safe-area-context`) - - "react-native-slider (from `../../../node_modules/@react-native-community/slider`)" - - React-NativeModulesApple (from `../../../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`) - - React-perflogger (from `../../../node_modules/react-native/ReactCommon/reactperflogger`) - - React-RCTActionSheet (from `../../../node_modules/react-native/Libraries/ActionSheetIOS`) - - React-RCTAnimation (from `../../../node_modules/react-native/Libraries/NativeAnimation`) - - React-RCTAppDelegate (from `../../../node_modules/react-native/Libraries/AppDelegate`) - - React-RCTBlob (from `../../../node_modules/react-native/Libraries/Blob`) - - React-RCTImage (from `../../../node_modules/react-native/Libraries/Image`) - - React-RCTLinking (from `../../../node_modules/react-native/Libraries/LinkingIOS`) - - React-RCTNetwork (from `../../../node_modules/react-native/Libraries/Network`) - - React-RCTSettings (from `../../../node_modules/react-native/Libraries/Settings`) - - React-RCTText (from `../../../node_modules/react-native/Libraries/Text`) - - React-RCTVibration (from `../../../node_modules/react-native/Libraries/Vibration`) - - React-rncore (from `../../../node_modules/react-native/ReactCommon`) - - React-runtimeexecutor (from `../../../node_modules/react-native/ReactCommon/runtimeexecutor`) - - React-runtimescheduler (from `../../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`) - - React-utils (from `../../../node_modules/react-native/ReactCommon/react/utils`) - - ReactCommon/turbomodule/core (from `../../../node_modules/react-native/ReactCommon`) - - ReactNativeAvoidSoftinput (from `../../../node_modules/react-native-avoid-softinput`) - - "RNCAsyncStorage (from `../../../node_modules/@react-native-async-storage/async-storage`)" - - "RNCPicker (from `../../../node_modules/@react-native-picker/picker`)" - - "RNDateTimePicker (from `../../../node_modules/@react-native-community/datetimepicker`)" - - "RNFlashList (from `../../../node_modules/@shopify/flash-list`)" - - RNGestureHandler (from `../../../node_modules/react-native-gesture-handler`) - - RNReanimated (from `../../../node_modules/react-native-reanimated`) - - RNScreens (from `../../../node_modules/react-native-screens`) - - RNSVG (from `../../../node_modules/react-native-svg`) - - Yoga (from `../../../node_modules/react-native/ReactCommon/yoga`) - -SPEC REPOS: - trunk: - - ASN1Decoder - - fmt - - libevent - - MMKV - - MMKVCore - - ReachabilitySwift - - SocketRocket - -EXTERNAL SOURCES: - boost: - :podspec: "../../../node_modules/react-native/third-party-podspecs/boost.podspec" - DoubleConversion: - :podspec: "../../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" - EASClient: - :path: "../../../node_modules/expo-eas-client/ios" - EXApplication: - :path: "../../../node_modules/expo-application/ios" - EXConstants: - :path: "../../../node_modules/expo-constants/ios" - EXFileSystem: - :path: "../../../node_modules/expo-file-system/ios" - EXFont: - :path: "../../../node_modules/expo-font/ios" - EXImageLoader: - :path: "../../../node_modules/expo-image-loader/ios" - EXJSONUtils: - :path: "../../../node_modules/expo-json-utils/ios" - EXLocation: - :path: "../../../node_modules/expo-location/ios" - EXManifests: - :path: "../../../node_modules/expo-manifests/ios" - EXPermissions: - :path: "../../../node_modules/expo-permissions/ios" - Expo: - :path: "../../../node_modules/expo" - expo-dev-client: - :path: "../../../node_modules/expo-dev-client/ios" - expo-dev-launcher: - :path: "../../../node_modules/expo-dev-launcher" - expo-dev-menu: - :path: "../../../node_modules/expo-dev-menu" - expo-dev-menu-interface: - :path: "../../../node_modules/expo-dev-menu-interface/ios" - ExpoBlur: - :path: "../../../node_modules/expo-blur/ios" - ExpoClipboard: - :path: "../../../node_modules/expo-clipboard/ios" - ExpoCrypto: - :path: "../../../node_modules/expo-crypto/ios" - ExpoHaptics: - :path: "../../../node_modules/expo-haptics/ios" - ExpoHead: - :path: "../../../node_modules/expo-head/ios" - ExpoImagePicker: - :path: "../../../node_modules/expo-image-picker/ios" - ExpoKeepAwake: - :path: "../../../node_modules/expo-keep-awake/ios" - ExpoLinearGradient: - :path: "../../../node_modules/expo-linear-gradient/ios" - ExpoModulesCore: - :path: "../../../node_modules/expo-modules-core" - ExpoSecureStore: - :path: "../../../node_modules/expo-secure-store/ios" - ExpoSharing: - :path: "../../../node_modules/expo-sharing/ios" - ExpoSystemUI: - :path: "../../../node_modules/expo-system-ui/ios" - ExpoWebBrowser: - :path: "../../../node_modules/expo-web-browser/ios" - EXSplashScreen: - :path: "../../../node_modules/expo-splash-screen/ios" - EXStructuredHeaders: - :path: "../../../node_modules/expo-structured-headers/ios" - EXUpdates: - :path: "../../../node_modules/expo-updates/ios" - EXUpdatesInterface: - :path: "../../../node_modules/expo-updates-interface/ios" - FBLazyVector: - :path: "../../../node_modules/react-native/Libraries/FBLazyVector" - FBReactNativeSpec: - :path: "../../../node_modules/react-native/React/FBReactNativeSpec" - glog: - :podspec: "../../../node_modules/react-native/third-party-podspecs/glog.podspec" - hermes-engine: - :podspec: "../../../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec" - :tag: hermes-2023-08-07-RNv0.72.4-813b2def12bc9df02654b3e3653ae4a68d0572e0 - RCT-Folly: - :podspec: "../../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec" - RCTRequired: - :path: "../../../node_modules/react-native/Libraries/RCTRequired" - RCTTypeSafety: - :path: "../../../node_modules/react-native/Libraries/TypeSafety" - React: - :path: "../../../node_modules/react-native/" - React-callinvoker: - :path: "../../../node_modules/react-native/ReactCommon/callinvoker" - React-Codegen: - :path: build/generated/ios - React-Core: - :path: "../../../node_modules/react-native/" - React-CoreModules: - :path: "../../../node_modules/react-native/React/CoreModules" - React-cxxreact: - :path: "../../../node_modules/react-native/ReactCommon/cxxreact" - React-debug: - :path: "../../../node_modules/react-native/ReactCommon/react/debug" - React-hermes: - :path: "../../../node_modules/react-native/ReactCommon/hermes" - React-jsi: - :path: "../../../node_modules/react-native/ReactCommon/jsi" - React-jsiexecutor: - :path: "../../../node_modules/react-native/ReactCommon/jsiexecutor" - React-jsinspector: - :path: "../../../node_modules/react-native/ReactCommon/jsinspector" - React-logger: - :path: "../../../node_modules/react-native/ReactCommon/logger" - react-native-blob-util: - :path: "../../../node_modules/react-native-blob-util" - react-native-maps: - :path: "../../../node_modules/react-native-maps" - react-native-mmkv: - :path: "../../../node_modules/react-native-mmkv" - react-native-pdf: - :path: "../../../node_modules/react-native-pdf" - react-native-safe-area-context: - :path: "../../../node_modules/react-native-safe-area-context" - react-native-slider: - :path: "../../../node_modules/@react-native-community/slider" - React-NativeModulesApple: - :path: "../../../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios" - React-perflogger: - :path: "../../../node_modules/react-native/ReactCommon/reactperflogger" - React-RCTActionSheet: - :path: "../../../node_modules/react-native/Libraries/ActionSheetIOS" - React-RCTAnimation: - :path: "../../../node_modules/react-native/Libraries/NativeAnimation" - React-RCTAppDelegate: - :path: "../../../node_modules/react-native/Libraries/AppDelegate" - React-RCTBlob: - :path: "../../../node_modules/react-native/Libraries/Blob" - React-RCTImage: - :path: "../../../node_modules/react-native/Libraries/Image" - React-RCTLinking: - :path: "../../../node_modules/react-native/Libraries/LinkingIOS" - React-RCTNetwork: - :path: "../../../node_modules/react-native/Libraries/Network" - React-RCTSettings: - :path: "../../../node_modules/react-native/Libraries/Settings" - React-RCTText: - :path: "../../../node_modules/react-native/Libraries/Text" - React-RCTVibration: - :path: "../../../node_modules/react-native/Libraries/Vibration" - React-rncore: - :path: "../../../node_modules/react-native/ReactCommon" - React-runtimeexecutor: - :path: "../../../node_modules/react-native/ReactCommon/runtimeexecutor" - React-runtimescheduler: - :path: "../../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler" - React-utils: - :path: "../../../node_modules/react-native/ReactCommon/react/utils" - ReactCommon: - :path: "../../../node_modules/react-native/ReactCommon" - ReactNativeAvoidSoftinput: - :path: "../../../node_modules/react-native-avoid-softinput" - RNCAsyncStorage: - :path: "../../../node_modules/@react-native-async-storage/async-storage" - RNCPicker: - :path: "../../../node_modules/@react-native-picker/picker" - RNDateTimePicker: - :path: "../../../node_modules/@react-native-community/datetimepicker" - RNFlashList: - :path: "../../../node_modules/@shopify/flash-list" - RNGestureHandler: - :path: "../../../node_modules/react-native-gesture-handler" - RNReanimated: - :path: "../../../node_modules/react-native-reanimated" - RNScreens: - :path: "../../../node_modules/react-native-screens" - RNSVG: - :path: "../../../node_modules/react-native-svg" - Yoga: - :path: "../../../node_modules/react-native/ReactCommon/yoga" - -SPEC CHECKSUMS: - ASN1Decoder: 4f4bbcaf1d1b8be56daa3280e82863a607f5bda9 - boost: 57d2868c099736d80fcd648bf211b4431e51a558 - DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 - EASClient: 49f8ea858204eb4844d9fb386e5fb7920aee2e30 - EXApplication: 042aa2e3f05258a16962ea1a9914bf288db9c9a1 - EXConstants: ce5bbea779da8031ac818c36bea41b10e14d04e1 - EXFileSystem: f8b838a880254de42a5a7da20ed5ce12e2697c1b - EXFont: 738c44c390953ebcbab075a4848bfbef025fd9ee - EXImageLoader: 34b214f9387e98f3c73989f15d8d5b399c9ab3f7 - EXJSONUtils: 6802be4282d42b97c51682468ddc1026a06f8276 - EXLocation: a425ace19c0445e7ea9702982fc6b9a402791510 - EXManifests: cf66451b11b2c2f6464917528d792759f7fd6ce0 - EXPermissions: 4f80cf527001aa408a22eddf076e61465ea71d5a - Expo: 61a8e1aa94311557c137c0a4dfd4fe78281cfbb4 - expo-dev-client: 1e20e0d67534fd63da37604747a60e7d69fc46f5 - expo-dev-launcher: e9411e0c91abaa448682d0fa688957e7dbff356e - expo-dev-menu: f7036f78c69f0f6ecb386f5543a06266dde64bf5 - expo-dev-menu-interface: bda969497e73dadc2663c479e0fa726ca79a306e - ExpoBlur: a2c90bdfa4ff9f459cdb0f83191bddf020e3e2db - ExpoClipboard: 695f274f8e028cd113837f917da40c76850877eb - ExpoCrypto: a382ab9a2fa91f0b511ce1fe4d6baecee40a1615 - ExpoHaptics: 360af6898407ee4e8265d30a1a8fb16491a660eb - ExpoHead: 95d9749a4f3a90d654ad1f3011df3496a8cada7e - ExpoImagePicker: c58fdf28be551681a8edc550bcec76c397a8dfcd - ExpoKeepAwake: be4cbd52d9b177cde0fd66daa1913afa3161fc1d - ExpoLinearGradient: 5966dd5d49872cc9c104fedc8bbc298b6049b2e8 - ExpoModulesCore: c480fd4e3c7c8e81f0a6ba3a7c56869f25fe016d - ExpoSecureStore: 57db3b6da8b59046e2057e95bf7738a8027b47c3 - ExpoSharing: 825b2b3fc919a2656f75def0069f584bbd6e359a - ExpoSystemUI: fa4854e3226e87f86d3383570264c6e4e90bc782 - ExpoWebBrowser: 2c788f9c07718a780fe6d8bf2f6195c47609faaa - EXSplashScreen: c0e7f2d4a640f3b875808ed0b88575538daf6d82 - EXStructuredHeaders: 324cc3130571d2696357fafd8be7fd9a0b5fdf6e - EXUpdates: 807b1322dcf275921557cab16c94e124a0ca8393 - EXUpdatesInterface: 82ed48d417cdcd376c12ca1c2ce390d35500bed6 - FBLazyVector: 748c0ef74f2bf4b36cfcccf37916806940a64c32 - FBReactNativeSpec: 8967d83a119a54ced1d4a37572dfae0c43768e49 - fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 - glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b - hermes-engine: 8057e75cfc1437b178ac86c8654b24e7fead7f60 - libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 - MMKV: f21593c0af4b3f2a0ceb8f820f28bb639ea22bb7 - MMKVCore: 31b4cb83f8266467eef20a35b6d78e409a11060d - RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 - RCTRequired: 28469809442eb4eb5528462705f7d852948c8a74 - RCTTypeSafety: e9c6c409fca2cc584e5b086862d562540cb38d29 - ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825 - React: 769f469909b18edfe934f0539fffb319c4c61043 - React-callinvoker: e48ce12c83706401251921896576710d81e54763 - React-Codegen: a136b8094d39fd071994eaa935366e6be2239cb1 - React-Core: e548a186fb01c3a78a9aeeffa212d625ca9511bf - React-CoreModules: d226b22d06ea1bc4e49d3c073b2c6cbb42265405 - React-cxxreact: 44a3560510ead6633b6e02f9fbbdd1772fb40f92 - React-debug: 238501490155574ae9f3f8dd1c74330eba30133e - React-hermes: 46e66dc854124d7645c20bfec0a6be9542826ecd - React-jsi: fbdaf4166bae60524b591b18c851b530c8cdb90c - React-jsiexecutor: 3bf18ff7cb03cd8dfdce08fbbc0d15058c1d71ae - React-jsinspector: 194e32c6aab382d88713ad3dd0025c5f5c4ee072 - React-logger: cebf22b6cf43434e471dc561e5911b40ac01d289 - react-native-blob-util: d8fa1a7f726867907a8e43163fdd8b441d4489ea - react-native-maps: 667f9b975549c6fa9b1631bf859440f68ebd3b8f - react-native-mmkv: e97c0c79403fb94577e5d902ab1ebd42b0715b43 - react-native-pdf: b4ca3d37a9a86d9165287741c8b2ef4d8940c00e - react-native-safe-area-context: 36cc67648134e89465663b8172336a19eeda493d - react-native-slider: 33b8d190b59d4f67a541061bb91775d53d617d9d - React-NativeModulesApple: 02e35e9a51e10c6422f04f5e4076a7c02243fff2 - React-perflogger: e3596db7e753f51766bceadc061936ef1472edc3 - React-RCTActionSheet: 17ab132c748b4471012abbcdcf5befe860660485 - React-RCTAnimation: c8bbaab62be5817d2a31c36d5f2571e3f7dcf099 - React-RCTAppDelegate: af1c7dace233deba4b933cd1d6491fe4e3584ad1 - React-RCTBlob: 1bcf3a0341eb8d6950009b1ddb8aefaf46996b8c - React-RCTImage: 670a3486b532292649b1aef3ffddd0b495a5cee4 - React-RCTLinking: bd7ab853144aed463903237e615fd91d11b4f659 - React-RCTNetwork: be86a621f3e4724758f23ad1fdce32474ab3d829 - React-RCTSettings: 4f3a29a6d23ffa639db9701bc29af43f30781058 - React-RCTText: adde32164a243103aaba0b1dc7b0a2599733873e - React-RCTVibration: 6bd85328388ac2e82ae0ca11afe48ad5555b483a - React-rncore: 49476f58b1362e8c9a8b7bb07769a29214ddcd80 - React-runtimeexecutor: 57d85d942862b08f6d15441a0badff2542fd233c - React-runtimescheduler: f23e337008403341177fc52ee4ca94e442c17ede - React-utils: fa59c9a3375fb6f4aeb66714fd3f7f76b43a9f16 - ReactCommon: dd03c17275c200496f346af93a7b94c53f3093a4 - ReactNativeAvoidSoftinput: b4ec4c8084c397a91800d21170a9949a263d288a - RNCAsyncStorage: ddc4ee162bfd41b0d2c68bf2d95acd81dd7f1f93 - RNCPicker: 0bc2f0a29abcca7b7ed44a2d036aac9ab6d25700 - RNDateTimePicker: 3942382593f104af226ad9c56e16166960c7ae30 - RNFlashList: ade81b4e928ebd585dd492014d40fb8d0e848aab - RNGestureHandler: c0d04458598fcb26052494ae23dda8f8f5162b13 - RNReanimated: 11ef210bd11e80668ed3708f7a9dd846ae29e99c - RNScreens: 50ffe2fa2342eabb2d0afbe19f7c1af286bc7fb3 - RNSVG: 53c661b76829783cdaf9b7a57258f3d3b4c28315 - SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 - Yoga: b76f1acfda8212aa16b7e26bcce3983230c82603 - -PODFILE CHECKSUM: 95f37570dc0d725b3fb3cdce178b96f08500aa78 - -COCOAPODS: 1.14.3 diff --git a/apps/expo/ios/Podfile.properties.json b/apps/expo/ios/Podfile.properties.json deleted file mode 100644 index de9f7b75..00000000 --- a/apps/expo/ios/Podfile.properties.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "expo.jsEngine": "hermes", - "EX_DEV_CLIENT_NETWORK_INSPECTOR": "true" -} diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter.xcodeproj/project.pbxproj b/apps/expo/ios/canvasfhirapitelehealthstarter.xcodeproj/project.pbxproj deleted file mode 100644 index 9e950811..00000000 --- a/apps/expo/ios/canvasfhirapitelehealthstarter.xcodeproj/project.pbxproj +++ /dev/null @@ -1,557 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; }; - 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; - 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; - 3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; }; - 96905EF65AED1B983A6B3ABC /* libPods-canvasfhirapitelehealthstarter.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-canvasfhirapitelehealthstarter.a */; }; - B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */; }; - BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; }; - C814CA8D42294CD7838506A0 /* noop-file.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1C763DA1F146338884E3BB /* noop-file.swift */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 13B07F961A680F5B00A75B9A /* canvasfhirapitelehealthstarter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = canvasfhirapitelehealthstarter.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = canvasfhirapitelehealthstarter/AppDelegate.h; sourceTree = ""; }; - 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = canvasfhirapitelehealthstarter/AppDelegate.mm; sourceTree = ""; }; - 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = canvasfhirapitelehealthstarter/Images.xcassets; sourceTree = ""; }; - 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = canvasfhirapitelehealthstarter/Info.plist; sourceTree = ""; }; - 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = canvasfhirapitelehealthstarter/main.m; sourceTree = ""; }; - 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-canvasfhirapitelehealthstarter.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-canvasfhirapitelehealthstarter.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 6C2E3173556A471DD304B334 /* Pods-canvasfhirapitelehealthstarter.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-canvasfhirapitelehealthstarter.debug.xcconfig"; path = "Target Support Files/Pods-canvasfhirapitelehealthstarter/Pods-canvasfhirapitelehealthstarter.debug.xcconfig"; sourceTree = ""; }; - 7A4D352CD337FB3A3BF06240 /* Pods-canvasfhirapitelehealthstarter.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-canvasfhirapitelehealthstarter.release.xcconfig"; path = "Target Support Files/Pods-canvasfhirapitelehealthstarter/Pods-canvasfhirapitelehealthstarter.release.xcconfig"; sourceTree = ""; }; - 7C1C763DA1F146338884E3BB /* noop-file.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = "noop-file.swift"; path = "canvasfhirapitelehealthstarter/noop-file.swift"; sourceTree = ""; }; - AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = canvasfhirapitelehealthstarter/SplashScreen.storyboard; sourceTree = ""; }; - BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = ""; }; - ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; - F81916FF562F471E9DAD74BA /* canvasfhirapitelehealthstarter-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = "canvasfhirapitelehealthstarter-Bridging-Header.h"; path = "canvasfhirapitelehealthstarter/canvasfhirapitelehealthstarter-Bridging-Header.h"; sourceTree = ""; }; - FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-canvasfhirapitelehealthstarter/ExpoModulesProvider.swift"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 13B07F8C1A680F5B00A75B9A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 96905EF65AED1B983A6B3ABC /* libPods-canvasfhirapitelehealthstarter.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 13B07FAE1A68108700A75B9A /* canvasfhirapitelehealthstarter */ = { - isa = PBXGroup; - children = ( - BB2F792B24A3F905000567C9 /* Supporting */, - 13B07FAF1A68108700A75B9A /* AppDelegate.h */, - 13B07FB01A68108700A75B9A /* AppDelegate.mm */, - 13B07FB51A68108700A75B9A /* Images.xcassets */, - 13B07FB61A68108700A75B9A /* Info.plist */, - 13B07FB71A68108700A75B9A /* main.m */, - AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */, - 7C1C763DA1F146338884E3BB /* noop-file.swift */, - F81916FF562F471E9DAD74BA /* canvasfhirapitelehealthstarter-Bridging-Header.h */, - ); - name = canvasfhirapitelehealthstarter; - sourceTree = ""; - }; - 2D16E6871FA4F8E400B85C8A /* Frameworks */ = { - isa = PBXGroup; - children = ( - ED297162215061F000B7C4FE /* JavaScriptCore.framework */, - 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-canvasfhirapitelehealthstarter.a */, - ); - name = Frameworks; - sourceTree = ""; - }; - 832341AE1AAA6A7D00B99B32 /* Libraries */ = { - isa = PBXGroup; - children = ( - ); - name = Libraries; - sourceTree = ""; - }; - 83CBB9F61A601CBA00E9B192 = { - isa = PBXGroup; - children = ( - 13B07FAE1A68108700A75B9A /* canvasfhirapitelehealthstarter */, - 832341AE1AAA6A7D00B99B32 /* Libraries */, - 83CBBA001A601CBA00E9B192 /* Products */, - 2D16E6871FA4F8E400B85C8A /* Frameworks */, - D65327D7A22EEC0BE12398D9 /* Pods */, - D7E4C46ADA2E9064B798F356 /* ExpoModulesProviders */, - ); - indentWidth = 2; - sourceTree = ""; - tabWidth = 2; - usesTabs = 0; - }; - 83CBBA001A601CBA00E9B192 /* Products */ = { - isa = PBXGroup; - children = ( - 13B07F961A680F5B00A75B9A /* canvasfhirapitelehealthstarter.app */, - ); - name = Products; - sourceTree = ""; - }; - 92DBD88DE9BF7D494EA9DA96 /* canvasfhirapitelehealthstarter */ = { - isa = PBXGroup; - children = ( - FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */, - ); - name = canvasfhirapitelehealthstarter; - sourceTree = ""; - }; - BB2F792B24A3F905000567C9 /* Supporting */ = { - isa = PBXGroup; - children = ( - BB2F792C24A3F905000567C9 /* Expo.plist */, - ); - name = Supporting; - path = canvasfhirapitelehealthstarter/Supporting; - sourceTree = ""; - }; - D65327D7A22EEC0BE12398D9 /* Pods */ = { - isa = PBXGroup; - children = ( - 6C2E3173556A471DD304B334 /* Pods-canvasfhirapitelehealthstarter.debug.xcconfig */, - 7A4D352CD337FB3A3BF06240 /* Pods-canvasfhirapitelehealthstarter.release.xcconfig */, - ); - path = Pods; - sourceTree = ""; - }; - D7E4C46ADA2E9064B798F356 /* ExpoModulesProviders */ = { - isa = PBXGroup; - children = ( - 92DBD88DE9BF7D494EA9DA96 /* canvasfhirapitelehealthstarter */, - ); - name = ExpoModulesProviders; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 13B07F861A680F5B00A75B9A /* canvasfhirapitelehealthstarter */ = { - isa = PBXNativeTarget; - buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "canvasfhirapitelehealthstarter" */; - buildPhases = ( - 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */, - FD10A7F022414F080027D42C /* Start Packager */, - 329369AC90E83BEBBAFCF706 /* [Expo] Configure project */, - 13B07F871A680F5B00A75B9A /* Sources */, - 13B07F8C1A680F5B00A75B9A /* Frameworks */, - 13B07F8E1A680F5B00A75B9A /* Resources */, - 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, - 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */, - 5AFD20FFEF83965155B27AAC /* [CP] Embed Pods Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = canvasfhirapitelehealthstarter; - productName = canvasfhirapitelehealthstarter; - productReference = 13B07F961A680F5B00A75B9A /* canvasfhirapitelehealthstarter.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 83CBB9F71A601CBA00E9B192 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 1130; - TargetAttributes = { - 13B07F861A680F5B00A75B9A = { - LastSwiftMigration = 1250; - }; - }; - }; - buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "canvasfhirapitelehealthstarter" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 83CBB9F61A601CBA00E9B192; - productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 13B07F861A680F5B00A75B9A /* canvasfhirapitelehealthstarter */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 13B07F8E1A680F5B00A75B9A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BB2F792D24A3F905000567C9 /* Expo.plist in Resources */, - 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, - 3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Bundle React Native code and images"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n# The project root by default is one level up from the ios directory\nexport PROJECT_ROOT=\"$PROJECT_DIR\"/..\n\nif [[ \"$CONFIGURATION\" = *Debug* ]]; then\n export SKIP_BUNDLING=1\nfi\nif [[ -z \"$ENTRY_FILE\" ]]; then\n # Set the entry JS file using the bundler's entry resolution.\n export ENTRY_FILE=\"$(\"$NODE_BINARY\" -e \"require('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios relative | tail -n 1)\"\nfi\n\nif [[ -z \"$CLI_PATH\" ]]; then\n # Use Expo CLI\n export CLI_PATH=\"$(\"$NODE_BINARY\" --print \"require.resolve('@expo/cli')\")\"\nfi\nif [[ -z \"$BUNDLE_COMMAND\" ]]; then\n # Default Expo CLI command for bundling\n export BUNDLE_COMMAND=\"export:embed\"\nfi\n\n`\"$NODE_BINARY\" --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'\"`\n\n"; - }; - 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-canvasfhirapitelehealthstarter-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - 329369AC90E83BEBBAFCF706 /* [Expo] Configure project */ = { - isa = PBXShellScriptBuildPhase; - alwaysOutOfDate = 1; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - name = "[Expo] Configure project"; - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-canvasfhirapitelehealthstarter/expo-configure-project.sh\"\n"; - }; - 5AFD20FFEF83965155B27AAC /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-canvasfhirapitelehealthstarter/Pods-canvasfhirapitelehealthstarter-frameworks.sh", - "${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes", - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-canvasfhirapitelehealthstarter/Pods-canvasfhirapitelehealthstarter-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-canvasfhirapitelehealthstarter/Pods-canvasfhirapitelehealthstarter-resources.sh", - "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle", - "${PODS_CONFIGURATION_BUILD_DIR}/EXUpdates/EXUpdates.bundle", - "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle", - "${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-launcher/EXDevLauncher.bundle", - "${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-menu/EXDevMenu.bundle", - ); - name = "[CP] Copy Pods Resources"; - outputPaths = ( - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXUpdates.bundle", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevLauncher.bundle", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevMenu.bundle", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-canvasfhirapitelehealthstarter/Pods-canvasfhirapitelehealthstarter-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - FD10A7F022414F080027D42C /* Start Packager */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - name = "Start Packager"; - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\nexport RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > `$NODE_BINARY --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/.packager.env'\"`\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open `$NODE_BINARY --print \"require('path').dirname(require.resolve('expo/package.json')) + '/scripts/launchPackager.command'\"` || echo \"Can't start packager automatically\"\n fi\nfi\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 13B07F871A680F5B00A75B9A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */, - 13B07FC11A68108700A75B9A /* main.m in Sources */, - B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */, - C814CA8D42294CD7838506A0 /* noop-file.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 13B07F941A680F5B00A75B9A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C2E3173556A471DD304B334 /* Pods-canvasfhirapitelehealthstarter.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = canvasfhirapitelehealthstarter/canvasfhirapitelehealthstarter.entitlements; - CURRENT_PROJECT_VERSION = 1; - ENABLE_BITCODE = NO; - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(inherited)", - "FB_SONARKIT_ENABLED=1", - ); - INFOPLIST_FILE = canvasfhirapitelehealthstarter/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 1.0; - OTHER_LDFLAGS = ( - "$(inherited)", - "-ObjC", - "-lc++", - ); - OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG"; - PRODUCT_BUNDLE_IDENTIFIER = "com.trusttheprocess.canvas-fhir-api-telehealth-starter"; - PRODUCT_NAME = canvasfhirapitelehealthstarter; - SWIFT_OBJC_BRIDGING_HEADER = "canvasfhirapitelehealthstarter/canvasfhirapitelehealthstarter-Bridging-Header.h"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; - 13B07F951A680F5B00A75B9A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7A4D352CD337FB3A3BF06240 /* Pods-canvasfhirapitelehealthstarter.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = canvasfhirapitelehealthstarter/canvasfhirapitelehealthstarter.entitlements; - CURRENT_PROJECT_VERSION = 1; - INFOPLIST_FILE = canvasfhirapitelehealthstarter/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 1.0; - OTHER_LDFLAGS = ( - "$(inherited)", - "-ObjC", - "-lc++", - ); - OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE"; - PRODUCT_BUNDLE_IDENTIFIER = "com.trusttheprocess.canvas-fhir-api-telehealth-starter"; - PRODUCT_NAME = canvasfhirapitelehealthstarter; - SWIFT_OBJC_BRIDGING_HEADER = "canvasfhirapitelehealthstarter/canvasfhirapitelehealthstarter-Bridging-Header.h"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; - 83CBBA201A601CBA00E9B192 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION, - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)"; - LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\""; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - OTHER_CFLAGS = "$(inherited)"; - OTHER_CPLUSPLUSFLAGS = "$(inherited)"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-Wl", - "-ld_classic", - ); - REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native"; - SDKROOT = iphoneos; - }; - name = Debug; - }; - 83CBBA211A601CBA00E9B192 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(inherited)", - _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION, - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)"; - LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\""; - MTL_ENABLE_DEBUG_INFO = NO; - OTHER_CFLAGS = "$(inherited)"; - OTHER_CPLUSPLUSFLAGS = "$(inherited)"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-Wl", - "-ld_classic", - ); - REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native"; - SDKROOT = iphoneos; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "canvasfhirapitelehealthstarter" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 13B07F941A680F5B00A75B9A /* Debug */, - 13B07F951A680F5B00A75B9A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "canvasfhirapitelehealthstarter" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 83CBBA201A601CBA00E9B192 /* Debug */, - 83CBBA211A601CBA00E9B192 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */; -} diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter.xcodeproj/xcshareddata/xcschemes/canvasfhirapitelehealthstarter.xcscheme b/apps/expo/ios/canvasfhirapitelehealthstarter.xcodeproj/xcshareddata/xcschemes/canvasfhirapitelehealthstarter.xcscheme deleted file mode 100644 index 8dff3b45..00000000 --- a/apps/expo/ios/canvasfhirapitelehealthstarter.xcodeproj/xcshareddata/xcschemes/canvasfhirapitelehealthstarter.xcscheme +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter.xcworkspace/contents.xcworkspacedata b/apps/expo/ios/canvasfhirapitelehealthstarter.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index c6be6524..00000000 --- a/apps/expo/ios/canvasfhirapitelehealthstarter.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter/AppDelegate.h b/apps/expo/ios/canvasfhirapitelehealthstarter/AppDelegate.h deleted file mode 100644 index 1658a437..00000000 --- a/apps/expo/ios/canvasfhirapitelehealthstarter/AppDelegate.h +++ /dev/null @@ -1,7 +0,0 @@ -#import -#import -#import - -@interface AppDelegate : EXAppDelegateWrapper - -@end diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter/AppDelegate.mm b/apps/expo/ios/canvasfhirapitelehealthstarter/AppDelegate.mm deleted file mode 100644 index f8e88bbe..00000000 --- a/apps/expo/ios/canvasfhirapitelehealthstarter/AppDelegate.mm +++ /dev/null @@ -1,57 +0,0 @@ -#import "AppDelegate.h" - -#import -#import - -@implementation AppDelegate - -- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions -{ - self.moduleName = @"main"; - - // You can add your custom initial props in the dictionary below. - // They will be passed down to the ViewController used by React Native. - self.initialProps = @{}; - - return [super application:application didFinishLaunchingWithOptions:launchOptions]; -} - -- (NSURL *)sourceURLForBridge:(RCTBridge *)bridge -{ -#if DEBUG - return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@".expo/.virtual-metro-entry"]; -#else - return [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"]; -#endif -} - -// Linking API -- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary *)options { - return [super application:application openURL:url options:options] || [RCTLinkingManager application:application openURL:url options:options]; -} - -// Universal Links -- (BOOL)application:(UIApplication *)application continueUserActivity:(nonnull NSUserActivity *)userActivity restorationHandler:(nonnull void (^)(NSArray> * _Nullable))restorationHandler { - BOOL result = [RCTLinkingManager application:application continueUserActivity:userActivity restorationHandler:restorationHandler]; - return [super application:application continueUserActivity:userActivity restorationHandler:restorationHandler] || result; -} - -// Explicitly define remote notification delegates to ensure compatibility with some third-party libraries -- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken -{ - return [super application:application didRegisterForRemoteNotificationsWithDeviceToken:deviceToken]; -} - -// Explicitly define remote notification delegates to ensure compatibility with some third-party libraries -- (void)application:(UIApplication *)application didFailToRegisterForRemoteNotificationsWithError:(NSError *)error -{ - return [super application:application didFailToRegisterForRemoteNotificationsWithError:error]; -} - -// Explicitly define remote notification delegates to ensure compatibility with some third-party libraries -- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler -{ - return [super application:application didReceiveRemoteNotification:userInfo fetchCompletionHandler:completionHandler]; -} - -@end diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png b/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png deleted file mode 100644 index b91a7bb6..00000000 Binary files a/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png and /dev/null differ diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/AppIcon.appiconset/Contents.json b/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 5f6956c1..00000000 --- a/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "images": [ - { - "filename": "App-Icon-1024x1024@1x.png", - "idiom": "universal", - "platform": "ios", - "size": "1024x1024" - } - ], - "info": { - "version": 1, - "author": "expo" - } -} diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/Contents.json b/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/Contents.json deleted file mode 100644 index b4ded435..00000000 --- a/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info": { - "version": 1, - "author": "expo" - } -} diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/SplashScreen.imageset/Contents.json b/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/SplashScreen.imageset/Contents.json deleted file mode 100644 index 7d28020e..00000000 --- a/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/SplashScreen.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images": [ - { - "idiom": "universal", - "filename": "image.png", - "scale": "1x" - }, - { - "idiom": "universal", - "scale": "2x" - }, - { - "idiom": "universal", - "scale": "3x" - } - ], - "info": { - "version": 1, - "author": "expo" - } -} diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/SplashScreen.imageset/image.png b/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/SplashScreen.imageset/image.png deleted file mode 100644 index e551ca8e..00000000 Binary files a/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/SplashScreen.imageset/image.png and /dev/null differ diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/SplashScreenBackground.imageset/Contents.json b/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/SplashScreenBackground.imageset/Contents.json deleted file mode 100644 index 7d28020e..00000000 --- a/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/SplashScreenBackground.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images": [ - { - "idiom": "universal", - "filename": "image.png", - "scale": "1x" - }, - { - "idiom": "universal", - "scale": "2x" - }, - { - "idiom": "universal", - "scale": "3x" - } - ], - "info": { - "version": 1, - "author": "expo" - } -} diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/SplashScreenBackground.imageset/image.png b/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/SplashScreenBackground.imageset/image.png deleted file mode 100644 index 5d79b017..00000000 Binary files a/apps/expo/ios/canvasfhirapitelehealthstarter/Images.xcassets/SplashScreenBackground.imageset/image.png and /dev/null differ diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter/Info.plist b/apps/expo/ios/canvasfhirapitelehealthstarter/Info.plist deleted file mode 100644 index 3b9fc550..00000000 --- a/apps/expo/ios/canvasfhirapitelehealthstarter/Info.plist +++ /dev/null @@ -1,101 +0,0 @@ - - - - - CADisableMinimumFrameDurationOnPhone - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleDisplayName - canvas-fhir-api-telehealth-starter - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - $(PRODUCT_BUNDLE_PACKAGE_TYPE) - CFBundleShortVersionString - 0.1.0 - CFBundleSignature - ???? - CFBundleURLTypes - - - CFBundleURLSchemes - - expo - com.trusttheprocess.canvas-fhir-api-telehealth-starter - - - - CFBundleURLSchemes - - exp+canvas-fhir - - - - CFBundleVersion - 1 - LSRequiresIPhoneOS - - NSAppTransportSecurity - - NSAllowsArbitraryLoads - - NSExceptionDomains - - localhost - - NSExceptionAllowsInsecureHTTPLoads - - - - - NSCameraUsageDescription - Allow $(PRODUCT_NAME) to access your camera - NSLocationAlwaysAndWhenInUseUsageDescription - Allow $(PRODUCT_NAME) to access your location - NSLocationAlwaysUsageDescription - Allow $(PRODUCT_NAME) to access your location - NSLocationWhenInUseUsageDescription - Allow $(PRODUCT_NAME) to access your location - NSMicrophoneUsageDescription - Allow $(PRODUCT_NAME) to access your microphone - NSPhotoLibraryUsageDescription - Allow $(PRODUCT_NAME) to access your photos - NSUserActivityTypes - - $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route - - UILaunchStoryboardName - SplashScreen - UIRequiredDeviceCapabilities - - armv7 - - UIRequiresFullScreen - - UIStatusBarStyle - UIStatusBarStyleDefault - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UIUserInterfaceStyle - Light - UIViewControllerBasedStatusBarAppearance - - - \ No newline at end of file diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter/SplashScreen.storyboard b/apps/expo/ios/canvasfhirapitelehealthstarter/SplashScreen.storyboard deleted file mode 100644 index ed03a529..00000000 --- a/apps/expo/ios/canvasfhirapitelehealthstarter/SplashScreen.storyboard +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter/Supporting/Expo.plist b/apps/expo/ios/canvasfhirapitelehealthstarter/Supporting/Expo.plist deleted file mode 100644 index 64eaffaa..00000000 --- a/apps/expo/ios/canvasfhirapitelehealthstarter/Supporting/Expo.plist +++ /dev/null @@ -1,14 +0,0 @@ - - - - - EXUpdatesCheckOnLaunch - ALWAYS - EXUpdatesEnabled - - EXUpdatesLaunchWaitMs - 0 - EXUpdatesSDKVersion - 49.0.0 - - \ No newline at end of file diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter/canvasfhirapitelehealthstarter-Bridging-Header.h b/apps/expo/ios/canvasfhirapitelehealthstarter/canvasfhirapitelehealthstarter-Bridging-Header.h deleted file mode 100644 index e11d920b..00000000 --- a/apps/expo/ios/canvasfhirapitelehealthstarter/canvasfhirapitelehealthstarter-Bridging-Header.h +++ /dev/null @@ -1,3 +0,0 @@ -// -// Use this file to import your target's public headers that you would like to expose to Swift. -// diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter/canvasfhirapitelehealthstarter.entitlements b/apps/expo/ios/canvasfhirapitelehealthstarter/canvasfhirapitelehealthstarter.entitlements deleted file mode 100644 index 018a6e20..00000000 --- a/apps/expo/ios/canvasfhirapitelehealthstarter/canvasfhirapitelehealthstarter.entitlements +++ /dev/null @@ -1,8 +0,0 @@ - - - - - aps-environment - development - - \ No newline at end of file diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter/main.m b/apps/expo/ios/canvasfhirapitelehealthstarter/main.m deleted file mode 100644 index 25181b6c..00000000 --- a/apps/expo/ios/canvasfhirapitelehealthstarter/main.m +++ /dev/null @@ -1,10 +0,0 @@ -#import - -#import "AppDelegate.h" - -int main(int argc, char * argv[]) { - @autoreleasepool { - return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); - } -} - diff --git a/apps/expo/ios/canvasfhirapitelehealthstarter/noop-file.swift b/apps/expo/ios/canvasfhirapitelehealthstarter/noop-file.swift deleted file mode 100644 index b2ffafbf..00000000 --- a/apps/expo/ios/canvasfhirapitelehealthstarter/noop-file.swift +++ /dev/null @@ -1,4 +0,0 @@ -// -// @generated -// A blank Swift file must be created for native modules with Swift files to work correctly. -// diff --git a/apps/expo/src/app/(main)/index.tsx b/apps/expo/src/app/(main)/index.tsx index 50b442ba..4d8e479d 100644 --- a/apps/expo/src/app/(main)/index.tsx +++ b/apps/expo/src/app/(main)/index.tsx @@ -37,7 +37,13 @@ const Index = () => { return ( {/* Changes page title visible on the header */} - + diff --git a/apps/expo/src/app/(main)/onboarding/(modals)/pdf.tsx b/apps/expo/src/app/(main)/onboarding/(modals)/pdf.tsx index 1fbebcc6..e350135a 100644 --- a/apps/expo/src/app/(main)/onboarding/(modals)/pdf.tsx +++ b/apps/expo/src/app/(main)/onboarding/(modals)/pdf.tsx @@ -19,6 +19,7 @@ export default function PDFPage() { , headerRight: () => , }} diff --git a/apps/expo/src/app/(main)/onboarding/_layout.tsx b/apps/expo/src/app/(main)/onboarding/_layout.tsx index d0fd683f..7dbcbfae 100644 --- a/apps/expo/src/app/(main)/onboarding/_layout.tsx +++ b/apps/expo/src/app/(main)/onboarding/_layout.tsx @@ -31,6 +31,7 @@ export default function OnboardingLayout() { backgroundColor: "#fff", }, headerShown: false, + headerTitleAlign: "center", }} /> diff --git a/apps/expo/src/app/(main)/onboarding/medical-history/conditions.tsx b/apps/expo/src/app/(main)/onboarding/medical-history/conditions.tsx index 6c85ff7d..df39fa32 100644 --- a/apps/expo/src/app/(main)/onboarding/medical-history/conditions.tsx +++ b/apps/expo/src/app/(main)/onboarding/medical-history/conditions.tsx @@ -13,7 +13,7 @@ export default function ConditionsFormPage() { diff --git a/apps/expo/src/app/(main)/onboarding/questionnaires/[questionnaireId].tsx b/apps/expo/src/app/(main)/onboarding/questionnaires/[questionnaireId].tsx index 3d48a3a7..6860d66f 100644 --- a/apps/expo/src/app/(main)/onboarding/questionnaires/[questionnaireId].tsx +++ b/apps/expo/src/app/(main)/onboarding/questionnaires/[questionnaireId].tsx @@ -19,6 +19,7 @@ export default function QuestionnairePage() { diff --git a/apps/expo/src/app/(main)/portal/(alerts)/_layout.tsx b/apps/expo/src/app/(main)/portal/(alerts)/_layout.tsx index 7ec2105c..5abfca55 100644 --- a/apps/expo/src/app/(main)/portal/(alerts)/_layout.tsx +++ b/apps/expo/src/app/(main)/portal/(alerts)/_layout.tsx @@ -14,6 +14,7 @@ export default function AlertsLayout() { headerLeft: () => Alerts, headerRight: () => , headerStyle: { backgroundColor: "#fff" }, + headerTitleAlign: "center", }} /> diff --git a/apps/expo/src/app/(main)/portal/(messages)/_layout.tsx b/apps/expo/src/app/(main)/portal/(messages)/_layout.tsx index 06f4a820..00463261 100644 --- a/apps/expo/src/app/(main)/portal/(messages)/_layout.tsx +++ b/apps/expo/src/app/(main)/portal/(messages)/_layout.tsx @@ -15,12 +15,14 @@ export default function MessagesLayout() { headerTitle: "Messages", headerRight: () => , headerStyle: { backgroundColor: "#fff" }, + headerTitleAlign: "center", }} /> , headerRight: () => , }} diff --git a/apps/expo/src/app/(main)/portal/(messages)/chat/[practitionerId].tsx b/apps/expo/src/app/(main)/portal/(messages)/chat/[practitionerId].tsx index 6d21a46c..d4704509 100644 --- a/apps/expo/src/app/(main)/portal/(messages)/chat/[practitionerId].tsx +++ b/apps/expo/src/app/(main)/portal/(messages)/chat/[practitionerId].tsx @@ -94,6 +94,7 @@ export default function ChatPage() { , headerRight: () => , }} diff --git a/apps/expo/src/app/(main)/portal/(modals)/pdf.tsx b/apps/expo/src/app/(main)/portal/(modals)/pdf.tsx index 9ff1593c..0ece4950 100644 --- a/apps/expo/src/app/(main)/portal/(modals)/pdf.tsx +++ b/apps/expo/src/app/(main)/portal/(modals)/pdf.tsx @@ -20,6 +20,7 @@ export default function PDFPage() { , headerRight: () => , }} diff --git a/apps/expo/src/app/(main)/portal/(modals)/tasks.tsx b/apps/expo/src/app/(main)/portal/(modals)/tasks.tsx index c915ba9f..e105b4e5 100644 --- a/apps/expo/src/app/(main)/portal/(modals)/tasks.tsx +++ b/apps/expo/src/app/(main)/portal/(modals)/tasks.tsx @@ -9,6 +9,7 @@ import { useAtom } from "jotai"; import { LeftHeaderDone } from "~/components/ui/headers/tasks-header"; import { LoaderComponent } from "~/components/ui/loader"; import { Button } from "~/components/ui/rn-ui/components/ui/button"; +import { cn } from "~/components/ui/rn-ui/lib/utils"; import { api } from "~/utils/api"; import { patientIdAtom } from "../.."; @@ -109,6 +110,7 @@ export default function TasksPage() { , }} /> @@ -141,16 +143,15 @@ export default function TasksPage() { renderItem={(item: AgendaEntry, isFirst) => { const [description, status] = item.name.split("~~~"); - let backgroundColor = "bg-blue-500"; // Default color - if (status === "completed") { - backgroundColor = "bg-green-500"; - } else if (status === "cancelled") { - backgroundColor = "bg-yellow-500"; - } - return ( {format(new Date(item.day), "h:mm a")} diff --git a/apps/expo/src/app/(main)/portal/(tabs)/account/_layout.tsx b/apps/expo/src/app/(main)/portal/(tabs)/account/_layout.tsx index 4d0829ad..56348d60 100644 --- a/apps/expo/src/app/(main)/portal/(tabs)/account/_layout.tsx +++ b/apps/expo/src/app/(main)/portal/(tabs)/account/_layout.tsx @@ -12,6 +12,7 @@ export default function AccountLayout() { name="index" options={{ header: () => , + headerTitleAlign: "center", }} /> diff --git a/apps/expo/src/app/(main)/portal/(tabs)/health-record/_layout.tsx b/apps/expo/src/app/(main)/portal/(tabs)/health-record/_layout.tsx index 788fbaf0..5815c08d 100644 --- a/apps/expo/src/app/(main)/portal/(tabs)/health-record/_layout.tsx +++ b/apps/expo/src/app/(main)/portal/(tabs)/health-record/_layout.tsx @@ -12,11 +12,13 @@ export default function HealthRecordLayout() { name="index" options={{ header: () => , + // FIXME: Header transitions are smoother without using header, but can't set height? // headerLeft: () => , // headerRight: () => , // headerStyle: { // backgroundColor: "#f3f4f6", // }, + // headerTitleAlign: "center", // headerTitle: "", }} /> @@ -27,6 +29,7 @@ export default function HealthRecordLayout() { headerStyle: { backgroundColor: "#fff", }, + headerTitleAlign: "center", headerShown: false, }} /> @@ -37,6 +40,7 @@ export default function HealthRecordLayout() { headerStyle: { backgroundColor: "#fff", }, + headerTitleAlign: "center", headerShown: false, }} /> @@ -47,6 +51,7 @@ export default function HealthRecordLayout() { headerStyle: { backgroundColor: "#fff", }, + headerTitleAlign: "center", headerLeft: () => , }} /> @@ -57,6 +62,7 @@ export default function HealthRecordLayout() { headerStyle: { backgroundColor: "#fff", }, + headerTitleAlign: "center", headerLeft: () => , }} /> @@ -67,6 +73,7 @@ export default function HealthRecordLayout() { headerStyle: { backgroundColor: "#fff", }, + headerTitleAlign: "center", headerLeft: () => , }} /> @@ -77,6 +84,7 @@ export default function HealthRecordLayout() { headerStyle: { backgroundColor: "#fff", }, + headerTitleAlign: "center", headerLeft: () => , }} /> diff --git a/apps/expo/src/app/(main)/portal/(tabs)/health-record/forms/_layout.tsx b/apps/expo/src/app/(main)/portal/(tabs)/health-record/forms/_layout.tsx index 72368a68..d72d2479 100644 --- a/apps/expo/src/app/(main)/portal/(tabs)/health-record/forms/_layout.tsx +++ b/apps/expo/src/app/(main)/portal/(tabs)/health-record/forms/_layout.tsx @@ -12,6 +12,7 @@ export default function FormsLayout() { headerStyle: { backgroundColor: "#fff", }, + headerTitleAlign: "center", headerLeft: () => , }} /> @@ -22,6 +23,7 @@ export default function FormsLayout() { headerStyle: { backgroundColor: "#fff", }, + headerTitleAlign: "center", headerLeft: () => , }} /> @@ -32,6 +34,7 @@ export default function FormsLayout() { headerStyle: { backgroundColor: "#fff", }, + headerTitleAlign: "center", headerLeft: () => , }} /> @@ -42,6 +45,7 @@ export default function FormsLayout() { headerStyle: { backgroundColor: "#fff", }, + headerTitleAlign: "center", headerShown: false, }} /> @@ -52,6 +56,7 @@ export default function FormsLayout() { headerStyle: { backgroundColor: "#fff", }, + headerTitleAlign: "center", headerLeft: () => , }} /> diff --git a/apps/expo/src/app/(main)/portal/(tabs)/health-record/forms/questionnaires/[questionnaireId].tsx b/apps/expo/src/app/(main)/portal/(tabs)/health-record/forms/questionnaires/[questionnaireId].tsx index 2bfd7adc..a547e580 100644 --- a/apps/expo/src/app/(main)/portal/(tabs)/health-record/forms/questionnaires/[questionnaireId].tsx +++ b/apps/expo/src/app/(main)/portal/(tabs)/health-record/forms/questionnaires/[questionnaireId].tsx @@ -32,6 +32,7 @@ export default function QuesitonnairePage() { , }} /> @@ -22,6 +23,7 @@ export default function QuestionnairesLayout() { options={{ title: "Questionnaire", headerStyle: { backgroundColor: "#fff" }, + headerTitleAlign: "center", headerLeft: () => , headerRight: () => , }} diff --git a/apps/expo/src/app/(main)/portal/(tabs)/health-record/test-results/[testId].tsx b/apps/expo/src/app/(main)/portal/(tabs)/health-record/test-results/[testId].tsx index 3853a71c..d983c58a 100644 --- a/apps/expo/src/app/(main)/portal/(tabs)/health-record/test-results/[testId].tsx +++ b/apps/expo/src/app/(main)/portal/(tabs)/health-record/test-results/[testId].tsx @@ -72,6 +72,7 @@ export default function TestPage() { {type === "DiagnosticReport" && diagnosticReportItem && ( diff --git a/apps/expo/src/app/(main)/portal/(tabs)/health-record/test-results/_layout.tsx b/apps/expo/src/app/(main)/portal/(tabs)/health-record/test-results/_layout.tsx index e162280c..6e5d3bcf 100644 --- a/apps/expo/src/app/(main)/portal/(tabs)/health-record/test-results/_layout.tsx +++ b/apps/expo/src/app/(main)/portal/(tabs)/health-record/test-results/_layout.tsx @@ -16,6 +16,7 @@ export default function TestResultsLayout() { headerStyle: { backgroundColor: "#fff", }, + headerTitleAlign: "center", headerLeft: () => , }} /> @@ -23,6 +24,7 @@ export default function TestResultsLayout() { name="[testId]" options={{ title: "Result", + headerTitleAlign: "center", headerLeft: () => , headerRight: () => , }} diff --git a/apps/expo/src/app/(main)/portal/_layout.tsx b/apps/expo/src/app/(main)/portal/_layout.tsx index 8de2a411..686e73ae 100644 --- a/apps/expo/src/app/(main)/portal/_layout.tsx +++ b/apps/expo/src/app/(main)/portal/_layout.tsx @@ -40,18 +40,21 @@ export default function PortalLayout() { name="(tabs)" options={{ headerShown: false, + headerTitleAlign: "center", }} /> diff --git a/apps/expo/src/app/[...missing].tsx b/apps/expo/src/app/[...missing].tsx index 740e361e..dee68aa1 100644 --- a/apps/expo/src/app/[...missing].tsx +++ b/apps/expo/src/app/[...missing].tsx @@ -4,7 +4,7 @@ import { Link, Stack } from "expo-router"; export default function NotFoundScreen() { return ( <> - + {`This screen doesn't exist.`} diff --git a/apps/expo/src/components/forms/conditions-form.tsx b/apps/expo/src/components/forms/conditions-form.tsx index 7300d1bd..97f63189 100644 --- a/apps/expo/src/components/forms/conditions-form.tsx +++ b/apps/expo/src/components/forms/conditions-form.tsx @@ -1,4 +1,4 @@ -import { Text, View } from "react-native"; +import { FlatList, Text, View } from "react-native"; import Animated, { FadeInDown, FadeOutUp } from "react-native-reanimated"; import { zodResolver } from "@hookform/resolvers/zod"; import { useAtom } from "jotai"; @@ -138,33 +138,43 @@ export const ConditionsForm = (props: { onSuccess?: () => void }) => { return ( - + ( - - + + {"Do you have any of the following conditions?"} - - {CONDITIONS.map((condition, index) => ( - - vc.code === condition.code)} - onChange={() => handleCheckboxChange(condition)} - /> - - - ))} + vc.code === item.code)} + onChange={() => handleCheckboxChange(item)} + /> + + + )} + keyExtractor={(item, index) => `condition-${index}`} // Providing a unique key for each item + contentContainerStyle={{ + paddingBottom: 32, + }} + /> {error && ( {hasTasks ? ( - ( - - - {item.resource.description} - - {item.resource.status !== "completed" && ( - - {formatDateTime(item.resource.authoredOn!)} - - )} - {item.resource.status === "completed" && ( - - {item.resource.status} - - )} - - )} - keyExtractor={(item) => item.resource.id} - contentContainerStyle={{ paddingHorizontal: 0 }} - /> + + ( + + + + {item.resource.description} + + {item.resource.status !== "completed" && ( + + {formatDateTime(item.resource.authoredOn!)} + + )} + {item.resource.status === "completed" && ( + + {item.resource.status} + + )} + + + )} + estimatedItemSize={300} + keyExtractor={(item) => item.resource.id} + contentContainerStyle={{ paddingHorizontal: 0 }} + /> + ) : ( diff --git a/apps/expo/src/components/ui/cards/alert-card.tsx b/apps/expo/src/components/ui/cards/alert-card.tsx index 4d32b5c9..8f1bb446 100644 --- a/apps/expo/src/components/ui/cards/alert-card.tsx +++ b/apps/expo/src/components/ui/cards/alert-card.tsx @@ -36,7 +36,7 @@ export default function AlertCard({ - + {/* ChevronRightIcon or similar icon */} diff --git a/apps/expo/src/components/ui/cards/appointment-card.tsx b/apps/expo/src/components/ui/cards/appointment-card.tsx index 1e5f29bb..010aa8a7 100644 --- a/apps/expo/src/components/ui/cards/appointment-card.tsx +++ b/apps/expo/src/components/ui/cards/appointment-card.tsx @@ -68,13 +68,13 @@ const AppointmentCard: React.FC = ({ - + {formatDayDate(appointment.start)} - + {formatTime(appointment.start)} diff --git a/apps/expo/src/components/ui/cards/chat-preview-card.tsx b/apps/expo/src/components/ui/cards/chat-preview-card.tsx index aec91754..2f9e5ea6 100644 --- a/apps/expo/src/components/ui/cards/chat-preview-card.tsx +++ b/apps/expo/src/components/ui/cards/chat-preview-card.tsx @@ -42,7 +42,7 @@ export default function ChatPreviewCard({ - + {/* ChevronRightIcon or similar icon */} diff --git a/apps/expo/src/components/ui/cards/record-category-card.tsx b/apps/expo/src/components/ui/cards/record-category-card.tsx index 229644c5..a8eaa697 100644 --- a/apps/expo/src/components/ui/cards/record-category-card.tsx +++ b/apps/expo/src/components/ui/cards/record-category-card.tsx @@ -21,7 +21,7 @@ const RecordCategoryCard = ({ {title} - + ); diff --git a/apps/expo/src/components/ui/cards/subpage-card.tsx b/apps/expo/src/components/ui/cards/subpage-card.tsx index 9dd3697a..189bd1b3 100644 --- a/apps/expo/src/components/ui/cards/subpage-card.tsx +++ b/apps/expo/src/components/ui/cards/subpage-card.tsx @@ -13,7 +13,7 @@ const SubpageCard = ({ {title} - + ); diff --git a/apps/expo/src/components/ui/forms/dropdown.tsx b/apps/expo/src/components/ui/forms/dropdown.tsx index 8077882a..1d33391a 100644 --- a/apps/expo/src/components/ui/forms/dropdown.tsx +++ b/apps/expo/src/components/ui/forms/dropdown.tsx @@ -1,5 +1,5 @@ import React from "react"; -import { Text, View } from "react-native"; +import { Platform, Text, View } from "react-native"; import RNPickerSelect from "react-native-picker-select"; import type { PickerSelectProps } from "react-native-picker-select"; import { ChevronDown } from "lucide-react-native"; @@ -49,7 +49,6 @@ const Dropdown = React.forwardRef( paddingHorizontal: 12, fontSize: 14, color: "black", - paddingRight: 30, // to ensure the text is never behind the icon marginVertical: 0, }, iconContainer: { @@ -59,7 +58,11 @@ const Dropdown = React.forwardRef( }} // @ts-expect-error @link https://github.com/lawnstarter/react-native-picker-select/issues/478 Icon={() => { - return ; + // Only render the icon on iOS + if (Platform.OS === "ios") { + return ; + } + return null; }} {...props} /> diff --git a/apps/expo/src/components/ui/headers/schedule-header.tsx b/apps/expo/src/components/ui/headers/schedule-header.tsx index fb02cdf8..7a0899f4 100644 --- a/apps/expo/src/components/ui/headers/schedule-header.tsx +++ b/apps/expo/src/components/ui/headers/schedule-header.tsx @@ -71,20 +71,20 @@ export function ScheduleHeader() { }; const selectDate = (dateString: string, index: number) => { - const selected = itemsRef.current[index]; setSelectedDate(dateString); setSelectedSlot(null); - selected?.measure((x) => { - const scrollView = scrollViewRef.current; - if (scrollView) { - scrollView.scrollTo({ - x: x - 16, - y: 0, - animated: true, - }); - } - }); + const dateElementWidth = 50; // Assuming each date element is 50px wide + const scrollX = dateElementWidth * index; // Calculate the scroll position + + const scrollView = scrollViewRef.current; + if (scrollView) { + scrollView.scrollTo({ + x: scrollX - 16, + y: 0, + animated: true, + }); + } }; if (isLoading) { diff --git a/apps/nextjs/src/app/(authenticated)/onboarding/_components/allergen-selector.tsx b/apps/nextjs/src/app/(authenticated)/onboarding/_components/allergen-selector.tsx index 883e1d01..810088a4 100644 --- a/apps/nextjs/src/app/(authenticated)/onboarding/_components/allergen-selector.tsx +++ b/apps/nextjs/src/app/(authenticated)/onboarding/_components/allergen-selector.tsx @@ -96,7 +96,10 @@ const AllergenSelector: React.FC = ({ form, name }) => { )} > {field.value?.display || "Type to search..."} - + diff --git a/apps/nextjs/src/app/(authenticated)/onboarding/_components/medication-selector.tsx b/apps/nextjs/src/app/(authenticated)/onboarding/_components/medication-selector.tsx index 433179f8..17eede15 100644 --- a/apps/nextjs/src/app/(authenticated)/onboarding/_components/medication-selector.tsx +++ b/apps/nextjs/src/app/(authenticated)/onboarding/_components/medication-selector.tsx @@ -91,7 +91,10 @@ const MedicationSelector: React.FC = ({ )} > {field.value?.display || "Type to search..."} - + diff --git a/packages/api/src/router/task.ts b/packages/api/src/router/task.ts index 4a769616..098bebc7 100644 --- a/packages/api/src/router/task.ts +++ b/packages/api/src/router/task.ts @@ -24,7 +24,7 @@ export const taskRouter = createTRPCRouter({ for: body.for, authoredOn: body.authoredOn, owner: { reference: "Practitioner/e766816672f34a5b866771c773e38f3c" }, - restriction: { period: { end: "2023-12-29T14:00:00.000Z" } }, + restriction: body.restriction, note: [ { text: "Coverage 1999 National Health Interview Survey (NHIS)",