Skip to content

Commit 51afde8

Browse files
javachefacebook-github-bot
authored andcommitted
Remove some outdated references to xreact
Reviewed By: kathryngray Differential Revision: D5339824 fbshipit-source-id: 486212dcf0e80036fa548a139e38358ae251ef2a
1 parent b437d61 commit 51afde8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

React/Inspector/RCTInspector.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// This is a port of the Android impl, at
1818
// react-native-github/ReactAndroid/src/main/java/com/facebook/react/bridge/Inspector.java
19-
// react-native-github/ReactAndroid/src/main/jni/xreact/jni/JInspector.cpp
19+
// react-native-github/ReactAndroid/src/main/jni/react/jni/JInspector.cpp
2020
// please keep consistent :)
2121

2222
class RemoteConnection : public IRemoteConnection {

ReactCommon/cxxreact/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ rn_xplat_cxx_library(
134134
# some platform-dependant setup. Exactly what setup to do is
135135
# determined by some static functors, defined in `Platform.h`, which
136136
# are initially `nullptr`. On Android, these functors are properly
137-
# assigned as part of `xreact`'s `JNI_OnLoad`. By depending directly
137+
# assigned as part of `react/jni`'s `JNI_OnLoad`. By depending directly
138138
# on the bridge, we can mess up the SO initialisation order, causing
139139
# `initOnJSVMThread` to be called before the platform-specific hooks
140140
# have been properly initialised. Bad Times(TM).

0 commit comments

Comments
 (0)