diff --git a/app/mobile/android/app/src/release/java/com/databag/ReactNativeFlipper.java b/app/mobile/android/app/src/release/java/com/databag/ReactNativeFlipper.java new file mode 100644 index 00000000..c73d3d99 --- /dev/null +++ b/app/mobile/android/app/src/release/java/com/databag/ReactNativeFlipper.java @@ -0,0 +1,20 @@ +/** + * 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 com.databag; + +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/app/mobile/ios/._Databag.xcodeproj b/app/mobile/ios/._Databag.xcodeproj new file mode 100755 index 00000000..dc3b277e Binary files /dev/null and b/app/mobile/ios/._Databag.xcodeproj differ diff --git a/app/mobile/ios/._Databag.xcworkspace b/app/mobile/ios/._Databag.xcworkspace new file mode 100755 index 00000000..ac5a41e6 Binary files /dev/null and b/app/mobile/ios/._Databag.xcworkspace differ