Skip to content

Commit

Permalink
Fix DeviceIdentity on RN for Android
Browse files Browse the repository at this point in the history
Reviewed By: Hypuk

Differential Revision: D5963912

fbshipit-source-id: 3959e5ab6af66512f0035efea7919572554e10b4
  • Loading branch information
pakoito authored and facebook-github-bot committed Oct 3, 2017
1 parent 9056314 commit e7765a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public JavaScriptExecutor create() throws Exception {
WritableNativeMap jscConfig = new WritableNativeMap();
jscConfig.putString("OwnerIdentity", "ReactNative");
jscConfig.putString("AppIdentity", mAppName);
jscConfig.putString("OwnerIdentity", mDeviceName);
jscConfig.putString("DeviceIdentity", mDeviceName);
return new JSCJavaScriptExecutor(jscConfig);
}
}

0 comments on commit e7765a3

Please sign in to comment.