From a13f9bf0916f80417ea20cc98ad86fe51f1a60dd Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 17 Jan 2023 20:21:11 -0600 Subject: Upgrade to react-native 0.71.0 --- android/app/src/main/jni/MainComponentsRegistry.h | 32 ----------------------- 1 file changed, 32 deletions(-) delete mode 100644 android/app/src/main/jni/MainComponentsRegistry.h (limited to 'android/app/src/main/jni/MainComponentsRegistry.h') diff --git a/android/app/src/main/jni/MainComponentsRegistry.h b/android/app/src/main/jni/MainComponentsRegistry.h deleted file mode 100644 index b3ddfe703..000000000 --- a/android/app/src/main/jni/MainComponentsRegistry.h +++ /dev/null @@ -1,32 +0,0 @@ -#pragma once - -#include -#include -#include -#include - -namespace facebook { -namespace react { - -class MainComponentsRegistry - : public facebook::jni::HybridClass { - public: - // Adapt it to the package you used for your Java class. - constexpr static auto kJavaDescriptor = - "Lcom/app/newarchitecture/components/MainComponentsRegistry;"; - - static void registerNatives(); - - MainComponentsRegistry(ComponentFactory *delegate); - - private: - static std::shared_ptr - sharedProviderRegistry(); - - static jni::local_ref initHybrid( - jni::alias_ref, - ComponentFactory *delegate); -}; - -} // namespace react -} // namespace facebook -- cgit 1.4.1