We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68eaa2d commit 158e678Copy full SHA for 158e678
samples/react-native/android/app/src/main/jni/OnLoad.cpp
@@ -29,11 +29,11 @@
29
30
#include <DefaultComponentsRegistry.h>
31
#include <DefaultTurboModuleManagerDelegate.h>
32
+#include <FBReactNativeSpec.h>
33
#include <NativeSampleModule.h>
34
#include <autolinking.h>
35
#include <fbjni/fbjni.h>
36
#include <react/renderer/componentregistry/ComponentDescriptorProviderRegistry.h>
-#include <FBReactNativeSpec.h>
37
38
#ifdef REACT_NATIVE_APP_CODEGEN_HEADER
39
# include REACT_NATIVE_APP_CODEGEN_HEADER
0 commit comments