mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-17 12:19:12 +08:00
Add Framework name to Attach selection
Reviewed By: Hypuk, javache Differential Revision: D5389047 fbshipit-source-id: 90e2a5f805561e47e7705e7935ced7556a374616
This commit is contained in:
committed by
Facebook Github Bot
parent
221286be13
commit
a1e053cc50
@@ -18,6 +18,7 @@ public class JSCJavaScriptExecutor extends JavaScriptExecutor {
|
||||
private ReadableNativeMap mJSCConfig;
|
||||
|
||||
public Factory(WritableNativeMap jscConfig) {
|
||||
jscConfig.putString("OwnerIdentity", "ReactNative");
|
||||
mJSCConfig = jscConfig;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user