mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 19:19:16 +00:00
added missing java file
This commit is contained in:
parent
61deb7571a
commit
ac679ba8ee
@ -0,0 +1,20 @@
|
||||
/**
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
*
|
||||
* <p>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.
|
||||
}
|
||||
}
|
BIN
app/mobile/ios/._Databag.xcodeproj
Executable file
BIN
app/mobile/ios/._Databag.xcodeproj
Executable file
Binary file not shown.
BIN
app/mobile/ios/._Databag.xcworkspace
Executable file
BIN
app/mobile/ios/._Databag.xcworkspace
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user