mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Create documentation to write C++ ViewManagers in React AR apps
Summary: Create documentation to write C++ ViewManagers in React AR apps changelog: [internal] internal Differential Revision: D40119174 fbshipit-source-id: edce0e6b226a30007c39f924b5896fa2267e98b7
This commit is contained in:
committed by
Facebook GitHub Bot
parent
abb21dd908
commit
9a44e5bdd8
@@ -9,12 +9,11 @@ package com.facebook.react.fabric;
|
||||
|
||||
import com.facebook.jni.HybridData;
|
||||
import com.facebook.proguard.annotations.DoNotStrip;
|
||||
import com.facebook.soloader.SoLoader;
|
||||
|
||||
@DoNotStrip
|
||||
public class CoreComponentsRegistry {
|
||||
static {
|
||||
SoLoader.loadLibrary("fabricjni");
|
||||
FabricSoLoader.staticInit();
|
||||
}
|
||||
|
||||
@DoNotStrip private final HybridData mHybridData;
|
||||
|
||||
Reference in New Issue
Block a user