mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 11:05:21 +00:00
Remove some outdated references to xreact
Reviewed By: kathryngray Differential Revision: D5339824 fbshipit-source-id: 486212dcf0e80036fa548a139e38358ae251ef2a
This commit is contained in:
parent
b437d61475
commit
51afde821d
@ -16,7 +16,7 @@ using namespace facebook::react;
|
|||||||
|
|
||||||
// This is a port of the Android impl, at
|
// This is a port of the Android impl, at
|
||||||
// react-native-github/ReactAndroid/src/main/java/com/facebook/react/bridge/Inspector.java
|
// react-native-github/ReactAndroid/src/main/java/com/facebook/react/bridge/Inspector.java
|
||||||
// react-native-github/ReactAndroid/src/main/jni/xreact/jni/JInspector.cpp
|
// react-native-github/ReactAndroid/src/main/jni/react/jni/JInspector.cpp
|
||||||
// please keep consistent :)
|
// please keep consistent :)
|
||||||
|
|
||||||
class RemoteConnection : public IRemoteConnection {
|
class RemoteConnection : public IRemoteConnection {
|
||||||
|
@ -134,7 +134,7 @@ rn_xplat_cxx_library(
|
|||||||
# some platform-dependant setup. Exactly what setup to do is
|
# some platform-dependant setup. Exactly what setup to do is
|
||||||
# determined by some static functors, defined in `Platform.h`, which
|
# determined by some static functors, defined in `Platform.h`, which
|
||||||
# are initially `nullptr`. On Android, these functors are properly
|
# are initially `nullptr`. On Android, these functors are properly
|
||||||
# assigned as part of `xreact`'s `JNI_OnLoad`. By depending directly
|
# assigned as part of `react/jni`'s `JNI_OnLoad`. By depending directly
|
||||||
# on the bridge, we can mess up the SO initialisation order, causing
|
# on the bridge, we can mess up the SO initialisation order, causing
|
||||||
# `initOnJSVMThread` to be called before the platform-specific hooks
|
# `initOnJSVMThread` to be called before the platform-specific hooks
|
||||||
# have been properly initialised. Bad Times(TM).
|
# have been properly initialised. Bad Times(TM).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user